pMeltT | R Documentation |
The function pMeltT(Temp,digits=9)
returns the water melting pressure,
pMelt [ MPa ], for a given Temp [K].
pMeltT(Temp, digits = 9)
Temp |
Temperature [K] |
digits |
Digits of results (optional) |
This function calls a Fortran DLL that solves the equations given at the Revised Release on the Pressure along the Melting and Sublimation Curves of Ordinary Water Substance (September 2011), developed by the International Association for the Properties of Water and Steam, http://www.iapws.org/relguide/MeltSub.html. It is valid from the Temperature of 256.164 [K] to the Temperature of 715 [K].
The melting pressure: pMelt [ MPa ] for regions III, V , VI and VII
The melting pressure: pMeltIh [ MPa ] for region Ih
The sublimation pressure: pSubl [ MPa ], below triple point Temperature
Error message (if an error occur)
Temp <- 275.
p_Melt <- pMeltT(Temp)
p_Melt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.