partial function thermalConductivity_hxi extends TILMedia.BaseClasses.PartialLiquidFunction; input TILMedia.LiquidTypes.BaseLiquid liquidType "Liquid type" annotation( choicesAllMatching = true); input SI.SpecificEnthalpy h "Specific enthalpy"; input SI.MassFraction[:] xi = TILMedia.Internals.massFraction_mixingRatio(liquidType.mixingRatio_propertyCalculation) "Mass fractions of the first nc-1 components"; output SI.ThermalConductivity lambda "Thermal conductivity"; end thermalConductivity_hxi;