関数TF_save_final_T マニュアル

(The documentation of function TF_save_final_T)

Last Update: 2024/2/22


◆機能・用途(Purpose)

最終時刻での応力場を出力する。
Output the stress field at the final time step.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_save_final_T
(const struct waterPML_parameters parameters,struct grid stg,
 double ∗∗const ∗T)


◆引数(Arguments)

parameters 関数 TF_set_parameters, TF_read_stations, TF_count_snapshot によってメンバの値の設定を済ませた構造体。
A structure whose members were set by functions TF_set_parameters, TF_read_stations, and TF_count_snapshot.
stg 関数 TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, TF_set_f, TF_read_stations, TF_set_and_initialize_V, TF_set_and_initialize_T によって値を設定した構造体。
A structure whose values have been given by functions TF_initialize_stg, TF_set_rho_index, TF_set_lambda_index, TF_set_mu_index, TF_set_alpha_index, TF_set_c, TF_set_f, TF_read_stations, TF_set_and_initialize_V, and TF_set_and_initialize_T.
T 計算の最後の時間ステップにおける応力成分\(\tau_{ij}^l\)を並べた3次元配列。 第1引数は\((i,j)\)の組を表す 成分番号iT、 第2引数は\(l\)であり、 第3引数は位置を表す\(\tau_{ij}^l\)用の 通し番号(位置の表現方法3-2) である。
A 3-D array composed of the stress components \(\tau_{ij}^l\) at the final time step of a computation. The 1st argument of the array is an integer index iT that represents a combination of \((i,j)\); the 2nd is \(k\); and the 3rd is the consecutive index (method 3-2) that represents a location for \(\tau_{ij}^l\).


◆動作(Behaviour)

引数Tの全ての配列要素を このファイル に出力する。
Output all array components of argument T into this file.