partial function specificEnthalpyOfVaporisation_T
extends TILMedia.BaseClasses.PartialGasFunction;
input TILMedia.Gas.Types.BaseGas gasType "Gas type" annotation(
choicesAllMatching = true);
input SI.Temperature T "Temperature";
output SI.SpecificEnthalpy delta_hv "Specific enthalpy of vaporisation of condensing component";
end specificEnthalpyOfVaporisation_T;