.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 2024-09-15T18:25:40Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos