.FreeFluids.ExternalMix.ExternalMixMedium.twoPhasesFlash_phsX

Information

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

Interface

pure function twoPhasesFlash_phsX
  input String opt "indicates if e is enthalpy (h) or entropy(s)";
  input AbsolutePressure p;
  input Real e;
  input Real z[subsNum];
  output Temperature T;
  output Real x[subsNum];
  output Real y[subsNum];
  output Real gf;
end twoPhasesFlash_phsX;

Generated at 2024-12-21T19:25:56Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos