Compute the saturation temperature at pressure ps.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_size_t), | intent(in), | value | :: | N | ||
real(kind=c_double), | intent(in) | :: | ps(N) | |||
real(kind=c_double), | intent(out) | :: | Ts(N) |
Compute the saturation pressure at temperature Ts.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_size_t), | intent(in), | value | :: | N | ||
real(kind=c_double), | intent(in) | :: | Ts(N) | |||
real(kind=c_double), | intent(out) | :: | ps(N) |