Thermal Conductivity computation for all fluids (inputs: rho,T, fluid)
function ThermalConductivity_rhoT input Units.SI.Density rho "Density"; input Units.SI.Temperature T "Temperature"; input Units.SI.AbsolutePressure P "Pressure (Pa)"; input Integer region "region (valid values: 1,2,4)"; input Integer fluid "<html>Fluid number: <br>1 - Water/Steam <br>7 - WaterSteamSimple </html>"; output Units.SI.ThermalConductivity k "Thermal Conductivity (W/m/K)"; end ThermalConductivity_rhoT;