.BrineProp.SpecificEnthalpies.specificEnthalpy_pTX_liq_Francke_cp

Information

enthalpy calculation DIY

Interface

function specificEnthalpy_pTX_liq_Francke_cp
  input SI.Pressure p;
  input SI.Temp_K T;
  input SI.MassFraction X[:] "mass fractions m_i/m_Sol";
  input SI.MolarMass MM_vec[:];
  input Boolean ignoreTlimit = false "activated by temperature_phX";
  output SI.SpecificEnthalpy h;
end specificEnthalpy_pTX_liq_Francke_cp;

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