iapws_sigma | R Documentation |
Compute the surface tension of ordinary and heavy water.
iapws_sigma(t) heavy17_sigma(t)
t |
a numeric vector giving the temperature values in K. |
A numeric vector giving the values of surface tension in mN/m.
Jonathan Debove
International Association for the Properties of Water and Steam, IAPWS R1-76(2014), Revised Release on Surface Tension of Ordinary Water Substance.
International Association for the Properties of Water and Steam, IAPWS R5-85(1994), IAPWS Release on Surface Tension of Heavy Water Substance.
print(iapws_sigma(seq(5, 370, by = 5) + 273.15), digits = 2) print(heavy17_sigma(seq(5, 370, by = 5) + 273.15), digits = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.