The isobaric expansion coefficient beta
is defined as
1/v * der(v,T)
with v
= 1/d
, at constant pressure p
.
partial function isobaricExpansionCoefficient extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output IsobaricExpansionCoefficient beta "Isobaric expansion coefficient"; end isobaricExpansionCoefficient;