pub fn thermal_conductivity(
temperature: f64,
x_nacl: f64,
) -> Result<f64, String>Expand description
Thermal conductivity
Thermal conductivity, W/m/K, is calculated from:
Mostafa H. Sharqawy, John H. Lienhard V, Syed M. Zubair, Desalination and Water Treatment, doi 10.5004/dwt.2010.1079
It is pressure indepedendent, valid in the range of [273.15-453.15] K and x[NaCl]=[0,0.05545875778] mol/mol
#Arguments
temperature- temperature, Kx_nacl- mole fraction of NaCl, mol/mol
ยงReturns
Thermal conductivity, W/m/K, or an error