.FreeFluids.ExternalMix.ExternalMixMedium.fugacityCoefficients_pTX

Information

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 2024-11-21T19:25:40Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos