Module for IAPWS R7-97: Not fully implemented - under development.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | P | |||
real(kind=dp), | intent(in) | :: | T |
Compute the saturation temperature at pressure ps. Validity range 611.213 Pa <= ps <= 22.064 MPa.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | ps(:) |
Saturation pressure in MPa. |
||
real(kind=dp), | intent(out) | :: | Ts(:) |
Saturation temperature in K. Filled with nan if out of validity range. |
Compute the saturation pressure at temperature Ts. Validity range 273.13 K <= Ts <= 647.096 K.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | Ts(:) |
Saturation temperature in K. |
||
real(kind=dp), | intent(out) | :: | ps(:) |
Saturation pressure in MPa. Filled with nan if out of validity range. |