.TAeZoSysPro.Media.Air.MoistAir.d_phX

Returns density as a function of pressure p, enthalpy h and composition X

Information

Density is returned from the pressure p, specific enthalpy h and composition X.

Interface

function d_phX
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input SpecificEnthalpy h "Specific enthalpy";
  input MassFraction X[:] = reference_X "Mass fractions";
  output Density d "Density";
end d_phX;

Generated at 2025-03-09T19:25:01Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos