.ThermofluidStream.Media.XRGMedia.R1234yf_ph.rho_ph_der

Information

This function calculates the derivative of density w.r.t. time. It is used as derivative function for rho_props_ph.

Interface

function rho_ph_der
  extends Modelica.Icons.Function;
  input Modelica.Units.SI.Pressure p "pressure";
  input Modelica.Units.SI.SpecificEnthalpy h "specific enthalpy";
  input Common.InverseDerivatives_rhoT derivs "record for derivatives";
  input Real p_der "derivative of pressure";
  input Real h_der "derivative of specific enthalpy";
  output Real d_der "derivative of density";
end rho_ph_der;

Generated at 2024-12-17T19:26:02Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos