Skip to content
Snippets Groups Projects
Commit 6c0e930e authored by Rahil Doshi's avatar Rahil Doshi
Browse files

Merge branch 'release/v0.1.0'

parents 4c80a2d6 0c4a3482
Branches
Tags
No related merge requests found
Pipeline #77764 passed
...@@ -866,8 +866,6 @@ class MaterialConfigParser: ...@@ -866,8 +866,6 @@ class MaterialConfigParser:
alloy (Alloy): The alloy object to update. alloy (Alloy): The alloy object to update.
material_property (Any): The interpolated material property. material_property (Any): The interpolated material property.
T (sp.Symbol): Symbolic temperature. T (sp.Symbol): Symbolic temperature.
# temp_array (np.ndarray): Array of temperature values.
# prop_array (np.ndarray): Array of property values.
""" """
alloy.energy_density_solidus = material_property.evalf(T, alloy.temperature_solidus) alloy.energy_density_solidus = material_property.evalf(T, alloy.temperature_solidus)
alloy.energy_density_liquidus = material_property.evalf(T, alloy.temperature_liquidus) alloy.energy_density_liquidus = material_property.evalf(T, alloy.temperature_liquidus)
...@@ -1015,7 +1013,6 @@ class MaterialConfigParser: ...@@ -1015,7 +1013,6 @@ class MaterialConfigParser:
alloy (Alloy): The alloy object to process. alloy (Alloy): The alloy object to process.
material_property (MaterialProperty): The computed energy density property. material_property (MaterialProperty): The computed energy density property.
T (sp.Symbol): The symbolic temperature variable. T (sp.Symbol): The symbolic temperature variable.
# dependencies (List[str]): List of dependencies for energy density computation.
Raises: Raises:
ValueError: If T is not symbolic or if energy_density_temperature_array is not defined in the config. ValueError: If T is not symbolic or if energy_density_temperature_array is not defined in the config.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment