.BrineProp.PartialBrineGas.density_pTX

Information

Density of a mixture of gases

Interface

function density_pTX
  input SI.Pressure p;
  input SI.Temp_K T;
  input MassFraction X[nX] "Mass fractions";
  input SI.MolarMass MM[:] = fill(0, nX) "molar masses of components";
  output SI.Density d;
  output SpecificHeatCapacity R_gas;
end density_pTX;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos