pub fn viscosity_d_pressure(
temperature: f64,
x_nacl: f64,
) -> Result<f64, String>Expand description
Calculation of viscosity derivative w.r.t. pressure
Viscosity, Pa*s, 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.05159128949] mol/mol
#Arguments
temperature- temperature, Kx_nacl- mole fraction of NaCl, mol/mol
ยงReturns
Viscosity derivative w.r.t. pressure, Pa*s/Pa, or an error