.BrineProp.WaterMixtureTwoPhase_pT.specificEntropy_pTX

Information

Computes specific entropy as a function of pressure and temperature

Interface

function specificEntropy_pTX
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input Temperature T "Specific entropy";
  input MassFraction X[:] = fill(0, 0) "mass fraction m_XCl/m_Sol";
  input FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  output SpecificEntropy s "specific enthalpy";
end specificEntropy_pTX;

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