powered by
Identify the physical state of water according to the IAPWS industrial formulation 1997.
if97_state(p, t)
A character vector giving the physical state. One of "solid",
"solid"
"liquid", "gas", "supercritical",
"liquid"
"gas"
"supercritical"
"saturated" or "undef".
"saturated"
"undef"
a numeric vector giving the pressure values in MPa.
a numeric vector giving the temperature values in K.
Jonathan Debove
if97_state(p = c(.1, .1, 23), t = c(293.15, 373.15, 650))
Run the code above in your browser using DataLab