Return saturation temperature of condensing fluid
partial function saturationTemperature extends Modelica.Icons.Function; input ThermodynamicState state "Thermodynamic state record"; output Temperature Tsat "Saturation temperature"; end saturationTemperature;