getSchmidt | R Documentation |
Schmidt number is temperature dependant, and 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.
getSchmidt(temperature, gas)
temperature |
Numeric vector of water temperatures in deg. Celsius |
gas |
String for gas code. Valid inputs include: He, O2, CO2, CH4, SF6, N2O, Ar, and N2 |
Schmidt number (unitless)
Temperature range is only valid from 4-35 deg Celsius
Jordan S. Read
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.
getSchmidt(temperature=12, gas="O2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.