density_h2o | R Documentation |
Calculates the density of water as a function of temperature and atmospheric pressure, using the Tumlirz Equation.
density_h2o(tc, p)
tc |
numeric, air temperature (tc), degrees C |
p |
numeric, atmospheric pressure (p), Pa |
numeric, density of water, kg/m^3
F.H. Fisher and O.E Dial, Jr. (1975) Equation of state of pure water and sea water, Tech. Rept., Marine Physical Laboratory, San Diego, CA.
# Density of water at 20 degrees C and standard atmospheric pressure
print(density_h2o(20, 101325))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.