Procedure | Location | Procedure Type | Description |
---|---|---|---|
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. |