.TILMedia.Internals.VLEFluidObjectFunctions.PureComponentDerivatives.der_VLEProperties_phxi

Interface

function der_VLEProperties_phxi
  extends TILMedia.BaseClasses.PartialVLEFluidObjectFunction;
  input SI.AbsolutePressure p "Pressure";
  input SI.SpecificEnthalpy h "Specific enthalpy";
  input SI.MassFraction[:] xi "Mass fractions of the first nc-1 components";
  input TILMedia.Internals.TILMediaExternalObject vleFluidPointer;
  input Real der_p "Pressure";
  input Real der_h "Specific enthalpy";
  input Real[:] der_xi "Mass fractions of the first nc-1 components";
  output Real der_d_l "Density";
  output Real der_h_l "Specific enthalpy";
  output Real der_p_l "Pressure";
  output Real der_s_l "Specific entropy";
  output Real der_T_l "Temperature";
  output Real[size(xi, 1)] der_xi_l "Mass fractions";
  output Real der_d_v "Density";
  output Real der_h_v "Specific enthalpy";
  output Real der_p_v "Pressure";
  output Real der_s_v "Specific entropy";
  output Real der_T_v "Temperature";
  output Real[size(xi, 1)] der_xi_v "Mass fractions";
end der_VLEProperties_phxi;

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