(Output files of waterPML command —
files for debugging the program)
◆共通事項
(Common features)
プログラムのデバッグのためのファイルは通常は出力されない。
マクロDEBUG_MODE
の値をYESに変更した場合にのみ出力される。
The files for debugging the program are not created in normal use.
They are created if and only if the value of
macro DEBUG_MODE
was changed to YES.
パラメータoutput_dirで指定したディレクトリの下に
debugサブディレクトリが自動的に作成され、
ファイルはその中に作成される。
Files are created under a subdirectory debug
beneath the directory specified by parameter output_dir.
The subdirectory is created automatically.
◆各時間ステップでの速度場
(The velocity field at each time step)
全ての時刻ステップにおける、
全ての速度定義点での速度成分の値がチェック用に出力される。
The value of each velocity component
at every velocity definition point and every time step
are written for check.
ファイルは時刻ステップ毎かつ速度成分毎に作成される。
速度成分\(V_i^k\)の出力先ファイル名は
「V(iの値)(kの値).t時刻」
であり、時刻には小数点以下4桁の実数表記が用いられる
(例: V12.t34.5600)。
A file is created for each time step and each velocity component.
The output file name for a velocity component \(V_i^k\) is
“V(value of i)(value of k).ttime”,
where a real number expression with four digits in the decimal part
is used for time (e.g., V12.t34.5600).
1行につき1つの地点での速度値が出力される。フォーマットは
ig=値:n=(値,値,値):V=値
である。ここでigは
半格子点の通し番号、
nは
半格子点の方向別インデックス
を表し、その位置での速度Vの値が指数形式(%e)で出力される。
Each line consists of the velocity at a node with
◆各時間ステップでの応力場
(The stress field at each time step)
全ての時刻ステップにおける、
全ての応力定義点での応力成分の値がチェック用に出力される。
The value of each stress component
at every stress definition point and every time step
are written for check.
ファイルは時刻ステップ毎かつ応力成分毎に作成される。
応力成分\(\tau_{ij}^l\)の出力先ファイル名は
「T(iの値)(jの値)(lの値).t時刻」
であり、時刻には小数点以下4桁の実数表記が用いられる
(例: T123.t45.6700)。
A file is created for each time step and each stress component.
The output file name for a stress component \(\tau_{ij}^l\) is
“T(value of i)(value of j)(value of l).ttime”,
where a real number expression with four digits in the decimal part
is used for time (e.g., T123.t45.6700).
1行につき1つの地点での応力値が出力される。フォーマットは
ig=値:n=(値,値,値):T=値
である。ここでigは
半格子点の通し番号、
nは
半格子点の方向別インデックス
を表し、その位置での応力Tの値が指数形式(%e)で出力される。
Each line consists of the stress at a node with