.BrineProp.Vacuum.specificEnthalpy_pTX

Information

calculation of specific enthalpy of gas mixture

Interface

function specificEnthalpy_pTX
  import Modelica.Media.IdealGases.SingleGases;
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input Temperature T "Temperature";
  input MassFraction X[:] = reference_X "Mass fractions";
  output SpecificEnthalpy h "Specific enthalpy";
end specificEnthalpy_pTX;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos