sw.viscosity {oce} | R Documentation |
Compute viscosity of seawater, in Pa*s
v <- sw.viscosity(S, t);
S |
in-situ salinity [PSU] |
t |
in-situ temperature [degC] |
Derived from a curve fit to table 87 of Dorsey (1940). The fit matches the table to within 0.2 percent at worst, and with average absolute error of 0.07 percent. The maximum deviation from the table is one unit in the last decimal place.
No pressure dependence was reported by Dorsey (1940).
It would be a good idea to look for other values to check those used here, and of course to get an idea of pressure dependence. Therefore, this subroutine is provisional.
– Dan Kelley 2006-01-21.
Viscosity of seawater in Pa*s. Divide by density to get kinematic viscosity in m^2/s.
Dan Kelley Dan.Kelley@Dal.Ca
N. Ernest Dorsey (1940), Properties of ordinary Water-substance, American Chemical Society Monograph Series. Reinhold Publishing.
N/A.
v <- sw.viscosity(30,10); # 0.001383779