.SolarTherm.Media.CO2.CO2_utilities.cp_p_h

Information

Specific heat capacity of CO2 as a function of pressure and enthalpy. Performs interpolation with the tableID declared in the Medium declaration.

Interface

function cp_p_h
  extends Modelica.Icons.Function;
  input Modelica.Media.Interfaces.Types.AbsolutePressure p "Pressure";
  input Modelica.SIunits.SpecificEnthalpy h "Enthalpy";
  input Modelica.Blocks.Types.ExternalCombiTable2D tableID;
  output Modelica.SIunits.SpecificHeatCapacity cp "Specific heat capacity";
end cp_p_h;

Generated at 2024-11-22T19:25:38Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos