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