.Modelica.Media.Air.MoistAir.h_pTX_der

Information

Derivative function for h_pTX.

Interface

function h_pTX_der
  extends Modelica.Icons.Function;
  input SI.Pressure p "Pressure";
  input SI.Temperature T "Temperature";
  input SI.MassFraction X[:] "Mass fractions of moist air";
  input Real dp(unit = "Pa/s") "Pressure derivative";
  input Real dT(unit = "K/s") "Temperature derivative";
  input Real dX[:](each unit = "1/s") "Composition derivative";
  output Real h_der(unit = "J/(kg.s)") "Time derivative of specific enthalpy";
end h_pTX_der;

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos