.FreeFluids.ExternalMix.ExternalMixMedium.fugacityCoefficients_pTX

Return fugacity coefficients, calculated from liquid and gas extremes, and Wilson k value, at given pressure, temperature and composition

Interface

pure function fugacityCoefficients_pTX
  input AbsolutePressure p;
  input Temperature T;
  input Real z[subsNum];
  output Real fugCoefL[subsNum];
  output Real fugCoefG[subsNum];
  output Real kWilson[subsNum];
end fugacityCoefficients_pTX;

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