.TILMedia.Internals.Gas.Functions.density_psxi

Interface

pure function density_psxi
  extends TILMedia.BaseClasses.PartialGasFunction;
  input SI.AbsolutePressure p "Pressure";
  input SI.SpecificEntropy s "Specific entropy";
  input SI.MassFraction[:] xi "Mass fractions of the first nc-1 components";
  input TILMedia.Internals.GasName gasName "Gas name";
  input Integer nc "Number of components";
  input Integer condensingIndex "Index of condensing component";
  output SI.Density d "Density";
end density_psxi;

Generated at 2025-08-14T18:20:58Z by OpenModelicaOpenModelica 1.25.1 using GenerateDoc.mos