.ExternalMedia.Media.BaseClasses.ExternalTwoPhaseMedium.specificEnthalpy_pT_noErr

Return specific enthalpy from p and T - doesn't use workaround for ModelicaError

Interface

function specificEnthalpy_pT_noErr
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input Temperature T "Temperature";
  input FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  output SpecificEnthalpy h "specific enthalpy";
end specificEnthalpy_pT_noErr;

Generated at 2025-04-03T18:24:42Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos