.ThermalSeparation.Media.IdealGasMixtures.BaseClasses.Common.SingleGasNasa.h_Tlow_der

Information

Compute specific enthalpy, low T region; reference is decided by the 
    refChoice input, or by the referenceChoice package constant by default

Interface

function h_Tlow_der
  import ThermalSeparation.Media.IdealGasMixtures.BaseClasses.PartialMedium.Choices;
  extends Modelica.Icons.Function;
  input ThermalSeparation.Media.IdealGasMixtures.BaseClasses.Common.DataRecord data "Ideal gas data";
  input SI.Temperature T "Temperature";
  input Boolean exclEnthForm = excludeEnthalpyOfFormation "If true, enthalpy of formation Hf is not included in specific enthalpy h";
  input Choices.ReferenceEnthalpy.Temp refChoice = referenceChoice "Choice of reference enthalpy";
  input SI.SpecificEnthalpy h_off = h_offset "User defined offset for reference enthalpy, if referenceChoice = UserDefined";
  input Real dT(unit = "K/s") "Temperature derivative";
  output Real h_der(unit = "J/(kg.s)") "Derivative of specific enthalpy at temperature T";
end h_Tlow_der;

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