psat Subroutine

public pure subroutine psat(Ts, ps)

Compute the saturation pressure at temperature Ts. Validity range 273.13 K <= Ts <= 647.096 K.

Arguments

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


Called by

proc~~psat~~CalledByGraph proc~psat psat proc~capi_psat capi_psat proc~capi_psat->proc~psat