sw.viscosity {oce}R Documentation

Seawater viscosity

Description

Compute viscosity of seawater, in Pa*s

Usage

sw.viscosity(S, t=NULL)

Arguments

S either salinity [PSU] (in which case t and p must be provided) or a ctd object (in which case S, t and p are determined from the object, and must not be provided in the argument list).
t in-situ temperature [degC]

Details

If the first argument is a ctd object, then salinity, temperature and pressure values are extracted from it, and used for the calculation.

The result is determined from a regression of the data provided in 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).

Value

Viscosity of seawater in Pa*s. Divide by density to get kinematic viscosity in m^2/s.

Author(s)

Dan Kelley

References

N. Ernest Dorsey (1940), Properties of ordinary Water-substance, American Chemical Society Monograph Series. Reinhold Publishing.

Examples

 v <- sw.viscosity(30,10); # 0.001383779

[Package oce version 0.1-76 Index]