class matlantis_features.features.md.post_features.specific_heat.EnthalpyResult(temperature: List[float], enthalpy: List[float])#

Bases: object

Result dataclass for the enthalpy.

Methods

__init__(temperature, enthalpy)

__init__(temperature: List[float], enthalpy: List[float]) None#

Attributes

temperature: List[float]#
enthalpy: List[float]#