specific heat capacity at constant volume as function of density and temperature
function cv_props_dT extends Modelica.Icons.Function; input Units.SI.Density d "density"; input Units.SI.Temperature T "temperature"; input ThermoSysPro.Properties.WaterSteam.Common.IF97BaseTwoPhase aux "auxiliary record"; output Units.SI.SpecificHeatCapacity cv "specific heat capacity"; end cv_props_dT;