Function thermal_conductivity_d_pressure

Source
pub fn thermal_conductivity_d_pressure(
    temperature: f64,
    x_nacl: f64,
) -> Result<f64, String>
Expand description

Calculation of viscosity derivative w.r.t. pressure

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, K
  • x_nacl - mole fraction of NaCl, mol/mol

ยงReturns

Derivative of thermal conductivity w.r.t. pressure, W/m/K/Pa, or an error