関数TF_write_position_function マニュアル

(The documentation of function TF_write_position_function)

Last Update: 2024/2/21


◆機能・用途(Purpose)

位置のみに依存する量の空間分布を出力する。
Output a quantity that depends only on the location.


◆形式(Format)

#include "waterPML_sub/write.h"
inline void TF_write_position_function
(const struct waterPML_parameters parameters,const struct grid stg,
 const char ∗variable_name,const int iv,const double ∗v)


◆引数(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.
variable_name 出力する量の名前。 出力ファイル名 における1つ目と2つ目の「.」の間の文字列を指定する。
Name of the quantity to output; specify the string between the 1st and 2nd periods (.) in the output file name.
iv 変数番号
An index of variable.
v 出力する量を位置の関数として並べた配列。
An array composed of the output quantity as a function of location.


◆動作(Behaviour)

引数vで与える量を位置の関数として このファイル に出力する。
Output the quantity given by argument v into this file as a function of location.