if97_state | R Documentation |
Identify the physical state of water according to the IAPWS industrial formulation 1997.
if97_state(p, t)
p |
a numeric vector giving the pressure values in MPa. |
t |
a numeric vector giving the temperature values in K. |
A character vector giving the physical state. One of "solid"
,
"liquid"
, "gas"
, "supercritical"
,
"saturated"
or "undef"
.
Jonathan Debove
if97_state(p = c(.1, .1, 23), t = c(293.15, 373.15, 650))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.