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. |