.FreeFluids.ExternalMix.ExternalMixMedium.twoPhasesFlash_pThetaX

Return liquid and gas composition at equilibrium, plus temperature and gas fraction

Interface

pure function twoPhasesFlash_pThetaX
  input String opt "indicates if theta is in molar or mas basis";
  input AbsolutePressure p;
  input SpecificEnthalpy theta;
  input Real z[subsNum];
  output Temperature T;
  output Real x[subsNum];
  output Real y[subsNum];
end twoPhasesFlash_pThetaX;

Generated at 2025-04-25T18:20:13Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos