From 62c80ef4317dc57af659e73822b69b28136ddaaf Mon Sep 17 00:00:00 2001
From: Rahil Doshi <rahil.doshi@fau.de>
Date: Mon, 3 Mar 2025 15:34:21 +0100
Subject: [PATCH] Add temperature attribute to Alloy class

---
 src/pymatlib/core/alloy.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/pymatlib/core/alloy.py b/src/pymatlib/core/alloy.py
index 465aa85..e1b0ba9 100644
--- a/src/pymatlib/core/alloy.py
+++ b/src/pymatlib/core/alloy.py
@@ -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
-- 
GitLab