関数TF_write_snapshot マニュアル

(The documentation of function TF_write_snapshot)

Last Update: 2022/8/31


◆機能・用途(Purpose)

指定した時刻での速度場のスナップショットを出力する。
Output the snapshot of the velocity field at a specified time.


◆形式(Format)

#include "FDM_1D_vertical_sub/readwrite.h"
inline void TF_write_snapshot
(const struct TF_parameters parameters,const double t, const double ∗V)


◆引数(Arguments)

parameters 関数TF_read_parameters, TF_autoset_parametersを用いて 値を設定したパラメータ一式。
Parameters set by functions TF_read_parameters and TF_autoset_parameters.
t スナップショットの時刻(ファイル名として用いられる)。
The time of the snapshot (used as the file name).
V 出力する速度場。\(z\)の関数としての1次元配列で与える。
The velocity field to output, given as a 1-D array in a form of function \(z\).


◆動作(Behaviour)

引数parameters.outputdir_snapshotで指定したディレクトリの下に、 引数tで指定した時刻を含むファイル名で スナップショットのファイルが作成される。 詳しくは 出力ファイル—速度場のスナップショット参照。
A file which represents a snapshot is created, in a directory specified by argument parameters.outputdir_snapshot with a file name which consists of the time specified by argument i. For detail, see Output file — snapshots of the velocity field.