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

Add temperature attribute to Alloy class

parent 285160dc
No related branches found
No related tags found
No related merge requests found
......@@ -109,6 +109,7 @@ class Alloy:
latent_heat_of_vaporization: PropertyTypes = None
specific_enthalpy: PropertyTypes = None
surface_tension: PropertyTypes = None
temperature: PropertyTypes = None
temperature_array: np.ndarray = field(default_factory=lambda: np.array([]))
thermal_diffusivity: PropertyTypes = None
thermal_expansion_coefficient: PropertyTypes = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment