capi_Tsat Subroutine

public pure subroutine capi_Tsat(N, ps, Ts) bind(C, name="iapws_r797_Tsat")

Compute the saturation temperature at pressure ps.

Arguments

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

Calls

proc~~capi_tsat~~CallsGraph proc~capi_tsat capi_Tsat proc~tsat Tsat proc~capi_tsat->proc~tsat