partial function specificEnthalpyOfFormation_n
extends TILMedia.BaseClasses.PartialGasFunction;
input TILMedia.Gas.Types.BaseGas gasType "Gas type" annotation(
choicesAllMatching = true);
input Integer compNo "Component ID";
output SI.SpecificEnthalpy hF_i "Specific enthalpy of formation";
end specificEnthalpyOfFormation_n;