Return liquid thermal conductivity from a p,T,X
pure function gasThermalConductivityAux input Real p; input Real T; input Real y[:]; output ThermalConductivity lambda "Thermal conductivity"; end gasThermalConductivityAux;