IAPWS95/check.h マニュアル

(The documentation of IAPWS95/check.h)

Last Update: 2024/01/24


IAPWS95/check.hでは IAPWS-95に関するチェックを行う関数が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to perform checks for IAPWS-95 are defined in IAPWS95/check.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
IAPWS95_check_TP 指定された温度と圧力が IAPWS-95の適用可能範囲にあるか否かをチェックする。
Check if a given temperature and pressure is within the valid range of IAPWS-95.
IAPWS95_check_TP_noError 指定された温度と圧力が IAPWS-95の適用可能範囲にあるか否かを調べる。 適用可能範囲外であってもエラーとはせず、調べた結果を返す。
Examine if a given temperature and pressure is within the valid range of IAPWS-95. No error is issued even if the temperature and pressure is outside the valid range; instead, the result of the examination is returned.