profiles.temperature.IsothermalTemperatureProfile.get_expression_latex#

IsothermalTemperatureProfile.get_expression_latex(substitute: bool = True) str#

Return the LaTeX representation of the profile’s symbolic expression.

Parameters:

substitute (bool, default True) – If True, substitute parameter values into the expression and append units. If False, retain symbolic parameter placeholders and omit units.

Returns:

The LaTeX-formatted string of the profile expression.

Return type:

str

Notes

  • Uses __VARIABLES_LATEX__ and __PARAMETERS_LATEX__ for display-friendly names.

  • Substitution inserts numerical parameter values if available.

  • When substituting, the units are shown as a multiplicative LaTeX term at the end.