Speed of sound as function of pressure and temperature
function velocityOfSound_pT extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.Temperature T "Temperature"; output SI.Velocity a "Speed of sound"; end velocityOfSound_pT;