Procedures

ProcedureLocationProcedure TypeDescription
capi_gases iapws__capi_g704 Function

Returns the list of available gases.

capi_get_version iapws__capi_version Function

Get the version.

capi_kd iapws__capi_g704 Subroutine

Compute the vapor-liquid constant for a given temperature.

capi_kh iapws__capi_g704 Subroutine

Compute the henry constant for a given temperature.

capi_ngases iapws__capi_g704 Function

Returns the number of gases.

capi_psat iapws__capi_r797 Subroutine

Compute the saturation pressure at temperature Ts.

capi_Tsat iapws__capi_r797 Subroutine

Compute the saturation temperature at pressure ps.

gases iapws__g704 Function

Returns the list of available gases.

gases2 iapws__g704 Function

Returns the available gases as a string.

get_version iapws__version Function

Get the version. Returns

iapws_r797_v iapws__r797 Function
kd iapws__g704 Subroutine

Compute the vapor-liquid constant kd for a given temperature.

kh iapws__g704 Subroutine

Compute the henry constant kH for a given temperature.

ngases iapws__g704 Function

Returns the number of gases.

psat iapws__r797 Subroutine

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

Tsat iapws__r797 Subroutine

Compute the saturation temperature at pressure ps. Validity range 611.213 Pa <= ps <= 22.064 MPa.

call~~graph~~CallGraph proc~capi_gases capi_gases proc~gases gases proc~capi_gases->proc~gases proc~capi_get_version capi_get_version proc~get_version get_version proc~capi_get_version->proc~get_version proc~capi_kd capi_kd proc~kd kd proc~capi_kd->proc~kd proc~capi_kh capi_kh proc~kh kh proc~capi_kh->proc~kh proc~capi_ngases capi_ngases proc~ngases ngases proc~capi_ngases->proc~ngases proc~capi_psat capi_psat proc~psat psat proc~capi_psat->proc~psat proc~capi_tsat capi_Tsat proc~tsat Tsat proc~capi_tsat->proc~tsat proc~gases2 gases2 proc~gases2->proc~gases proc~iapws_r797_v iapws_r797_v
Help