.TILMedia.BaseClasses.PartialGasFunctionPrototypes.densityDerivativeWRTpressure_phxi

Interface

partial function densityDerivativeWRTpressure_phxi
  extends TILMedia.BaseClasses.PartialGasFunction;
  input TILMedia.GasTypes.BaseGas gasType "Gas type" annotation(
    choicesAllMatching = true);
  input SI.AbsolutePressure p "Pressure";
  input SI.SpecificEnthalpy h "Specific enthalpy";
  input SI.MassFraction[:] xi = TILMedia.Internals.massFraction_mixingRatio(gasType.mixingRatio_propertyCalculation) "Mass fractions of the first nc-1 components";
  output SI.DerDensityByPressure drhodp_hxi "Derivative of density wrt pressure at specific enthalpy and mass fraction";
end densityDerivativeWRTpressure_phxi;

Generated at 2025-02-21T19:24:40Z by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos