.MultiPhaseMixture.Templates.ExternalTwoPhaseMixture.Auxilary.calcProperties_dTX

Information

Return thermodynamic state record from p and T

Interface

function calcProperties_dTX
  extends Modelica.Icons.Function;
  input Modelica.SIunits.Density d "Density";
  input Modelica.SIunits.Temperature T "Temperature";
  input Modelica.SIunits.MassFraction X[nC] = reference_X "Mass fractions";
  input Integer X_unit = UnitBasis.MassFraction;
  input Integer phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known";
  input MultiPhaseMixture.Templates.ExternalObjects.ExternalMediaObject eo;
  output Properties state;
end calcProperties_dTX;

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