Get the saturation pressure for a given temperature.
This function returns the saturation pressure for a given temperature. The function uses an interpolator to get the required value.
P = pt%get_P(T)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(PurePsat), | intent(inout) | :: | pt | |||
real(kind=pr), | intent(in) | :: | T |