waterPML_sub/water.h マニュアル

(The documentation of waterPML_sub/water.h)

Last Update: 2024/2/16


waterPML_sub/water.hでは 水域の設定ファイルを読み込んで媒質の設定に反映する関数 が定義されている。 このヘッダファイル内で定義されている関数を以下に示す。 各関数の詳細は関数名をクリックしてリンク先を参照のこと。
Functions to read the configuration file for water-filled regions and set the material configuration correspondingly are defined in waterPML_sub/water.h. Functions defined in this header file are listed below. For details of individual functions, click the links.

関数名
Function name
機能・用途
Purpose
TF_count_lake 水域の個数をカウントする。
Count the number of water-filled regions.
TF_read_water_ini 水域の設定をstruct TF_lake型構造体に読み込む。
Read the configuration of water-filled regions into a struct TF_lake-type structure.
TF_set_water_surface 水域の設定に基づいて 水面の標高を表すstruct TF_surface型構造体を設定する。
Set a struct TF_surface-type structure to represent the water surface elevations based on the configuration of water-filled regions.
TF_check_and_correct_surface 地表面と水面をチェック・修正する。
Check and correct the ground and water surfaces.
TF_reflect_water_property 水域の設定を密度とラメ定数に反映する。
Determine the densities and Lame constants in water-filled regions.