waterPMLコマンドの出力ファイル
最終時刻での速度場と応力場
(Output files of waterPML command —
velocity and stress fields at the final time step)
◆概要(Outline)
パラメータsave_finalの値をyesにした場合、
計算の最後の時間ステップにおける
全ての半格子点での全ての速度成分\(V_i^k\)と応力成分\(\tau_{ij}^l\)が
ファイルに出力される。
これらのデータは続きの計算を行う際の初期条件として用いられる。
If the value of parameter save_final is yes,
all velocity components \(V_i^k\) and stress components \(\tau_{ij}^l\)
at all half-grid nodes in the final time step of computation
are recorded in a file.
These data are used as the initial conditions
for a continued calculation.
◆速度場(The velocity field)
- パラメータoutputdirで指定したディレクトリの下に
V/V_i_k.bdat (\(i=0,1,2\); \(k=0,1,2\))
のファイル名で出力される。
The output file name is “V/V_i_k.bdat”
(\(i=0,1,2\); \(k=0,1,2\))
and created under the directory
specified by parameter outputdir.
- バイナリファイルであり、\(V_i^k\)の全ての定義点での値が
内部での配列要素の定義順にしたがって出力される。
A binary file composed of the values of \(V_i^k\)
for its all definition points,
ordered according to its internal array-based expression.
◆応力場(The stress field)
- パラメータoutputdirで指定したディレクトリの下に
T/T_iT_l.bdat (\(iT=0,1,2,3,4,5\); \(l=0,1,2\))
のファイル名で出力される。iTは
応力の成分番号
である。
The output file name is “T/T_iT_l.bdat”
(\(iT=0,1,2,3,4,5\); \(l=0,1,2\))
and created under the directory
specified by parameter outputdir;
iT is
an integer index that represents a stress component.
- バイナリファイルであり、\(\tau_{ij}^l\)の全ての定義点での値が
内部での配列要素の定義順にしたがって出力される。
A binary file composed of the values of \(\tau_{ij}^l\)
for its all definition points,
ordered according to its internal array-based expression.