get.Sc: Returns Schmidt number for a specific gas at a given...

Description Usage Arguments Value Note Author(s) References Examples

Description

Returns the temperture specific Schmidt number (Sc) for a given gas. Sc is the ratio of the kinematic viscosity of water to a diffusion coefficient. Coefficients are included for He, O2, CO2, CH4, SF6, N2O, Ar, and N2. Code taken almost verbatim from the Lake Metabolizer package (thanks guys!)

Usage

1
get.Sc(temperature, gas)

Arguments

temperature

Numeric vector of water temperatures in deg. Celsius

gas

String for gas code. Use "all" to get the full list of supported gasses.

Value

Schmidt number (Sc; unitless)

Note

Temperature range is only valid from 4-35 deg Celsius

Author(s)

Jordan S. Read (edited by Gordon W. Holtgrieve)

References

Raymond, Peter A., Christopher J. Zappa, David Butman, Thomas L. Bott, Jody Potter, Patrick Mulholland, Andrew E. Laursen, William H. McDowell, and Denis Newbold. Scaling the gas transfer velocity and hydraulic geometry in streams and small rivers. Limnology & Oceanography: Fluids & Environments 2 (2012): 41-53.

Examples

1
2
get.Sc(temperature=12, gas="O2")
get.Sc(gas="all") #returns full list of supported gasses and their temperature coefficients

gholtgrieve/gassyPants documentation built on May 9, 2019, 5:02 a.m.