.TILMedia.BaseClasses.PartialGasFunctionPrototypes.specificEnthalpyOfPureGas_Tn

Interface

partial function specificEnthalpyOfPureGas_Tn
  extends TILMedia.BaseClasses.PartialGasFunction;
  input TILMedia.GasTypes.BaseGas gasType "Gas type" annotation(
    choicesAllMatching = true);
  input SI.Temperature T "Temperature";
  input Integer compNo "Component ID";
  output SI.SpecificEnthalpy h_i "Specific enthalpy of theoretical pure component";
end specificEnthalpyOfPureGas_Tn;

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos