.TRANSFORM.Media.Interfaces.Fluids.TableBased.h_pT

Information

Compute specific enthalpy from pressure and temperature

Interface

function h_pT
  import Modelica.Units.Conversions.to_degC;
  extends Modelica.Icons.Function;
  input SI.Pressure p "Pressure";
  input SI.Temperature T "Temperature";
  input Boolean densityOfT = false "Include or neglect density derivative dependence of enthalpy";
  output SI.SpecificEnthalpy h "Specific enthalpy at p, T";
end h_pT;

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