diff --git a/src/pymatlib/core/alloy.py b/src/pymatlib/core/alloy.py
index 465aa85da91d11eea72f4bf9de5ca906ebffa438..e1b0ba96ddb191c2090d97405e1327e0661ef767 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