.ExternalMedia.Media.BaseClasses.ExternalTwoPhaseMedium.specificEnthalpy_pT_noErr

Information

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 2024-10-17T18:25:27Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos