.AixLib.Media.Refrigerants.R410A_HEoS.R410a_IIR_P1_48_T233_340_Formula.density_pT

Information

Computes density as a function of pressure and temperature

Interface

function density_pT
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input Temperature T "Temperature";
  input FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  output Density d "Density";
end density_pT;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos