.FreeFluids.ExternalPure.ExternalMedium.dhsFrom_pT

Information

Return liquid and gas densities at give temperature and pressure, by EOS, bellow the critical temperature

Interface

pure function dhsFrom_pT
  input AbsolutePressure p;
  input Temperature T;
  input String var;
  output Density ld;
  output SpecificEnthalpy lh;
  output SpecificEntropy ls;
  output Density gd;
  output SpecificEnthalpy gh;
  output SpecificEntropy gs;
end dhsFrom_pT;

Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos