Return the gas constant of the mixture (also for liquids)
function gasConstant extends Modelica.Icons.Function; input ThermodynamicState state "thermodynamic state"; output SI.SpecificHeatCapacity R "mixture gas constant"; end gasConstant;