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_s "Mixture gas constant"; end gasConstant;