- class matlantis_features.features.md.post_features.specific_heat.PostMDSpecificHeatFeatureResult(enthalpy: EnthalpyResult, specific_heat: SpecificHeatResult)#
-
Bases:
object
Result dataclass for the specific heat and enthalpy.
Methods
__init__
(enthalpy, specific_heat)plot
([plt_name])Plot the result.
- __init__(enthalpy: EnthalpyResult, specific_heat: SpecificHeatResult) None #
- plot(plt_name: Optional[str] = None) Figure #
-
Plot the result.
- Parameters
-
plt_name (str or None, optional) – File name to write the plot. Supported formats include ‘png’ ‘jpg’ ‘jpeg’ ‘webp’
‘svg’ and ‘pdf’. If ‘None’ is provided, the figure will not be saved.
Defaults to None. - Returns
-
Resulting plotly’s graph object.
- Return type
-
go.Figure
Attributes
- enthalpy: EnthalpyResult#
- specific_heat: SpecificHeatResult#
Resource Library
matlantis_features.features.md.post_features.specific_heat.PostMDSpecificHeatFeatureResult