Learn R Programming

rpmodel (version 1.2.0)

density_h2o: Density of water

Description

Calculates the density of water as a function of temperature and atmospheric pressure, using the Tumlirz Equation.

Usage

density_h2o(tc, p)

Value

numeric, density of water, kg/m^3

Arguments

tc

numeric, air temperature (tc), degrees C

p

numeric, atmospheric pressure (p), Pa

References

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.

Examples

Run this code
 # Density of water at 20 degrees C and standard atmospheric pressure
 print(density_h2o(20, 101325))

Run the code above in your browser using DataLab