partial function wetBulbTemperature_phxi
extends TILMedia.BaseClasses.PartialGasFunction;
input TILMedia.Gas.Types.BaseGas gasType "Gas type" annotation(
choicesAllMatching = true);
input SI.AbsolutePressure p "Pressure";
input SI.SpecificEnthalpy h "Specific enthalpy";
input SI.MassFraction[:] xi = TILMedia.Internals.massFraction_mixingRatio(gasType.mixingRatio_propertyCalculation) "Mass fractions of the first nc-1 components";
output SI.Temperature T_wetBulb "Wet bulb temperature";
end wetBulbTemperature_phxi;