diff --git a/burnman/classes/anisotropicmineral.py b/burnman/classes/anisotropicmineral.py index 00ea07aa..a0a27ae4 100644 --- a/burnman/classes/anisotropicmineral.py +++ b/burnman/classes/anisotropicmineral.py @@ -652,6 +652,21 @@ def grueneisen_tensor(self): / self.molar_heat_capacity_p ) + @material_property + def molar_heat_capacity_v(self): + """ + :returns: The isochoric, hydrostatic heat capacity [J/K/mol]. + :rtype: float + """ + return ( + self.molar_heat_capacity_p + - self.molar_volume + * self.temperature + * self.thermal_expansivity + * self.thermal_expansivity + * self.isothermal_bulk_modulus_reuss + ) + @material_property def grueneisen_parameter(self): """