パラメータ名 Parameter name |
意味 Meaning |
可能なパラメータ値 Allowed parameter values |
デフォルト値 Default value |
inputfile_pattern | 読み込む3次元データファイル名のパターンを表す文字列。 A string that represents a pattern of the file names of the 3-D data to read. ※ファイル名は時刻(秒)を表す文字列を含んでいなければならず、 かつその部分以外は全ファイルで共通でなければならない。 これにより、入力ファイル名は 時刻を含むパターン文字列として与えることが可能になる。 またファイルはymaeda_opentoolsの3次元データファイル形式 (独自のファイル形式参照) のいずれかでなければならない。 ∗ The file names must consist of a string that represents a time (s), and the other part of the file names must be same in all files to read. This requirement enables the file names to be expressed as a pattern string that includes time. The file format must be one of the formats for 3-D data in ymaeda_opentools (see Special file formats). |
ファイル名のうちの時刻を表す部分を「:TIME:」に置き換えた文字列。
例えばファイル名がsnapshot/t∗.3dbで∗の部分に時刻が入るなら
このパラメータの値はsnapshot/t:TIME:.3dbとする。 A string obtained by replacing the time in the file names by “:TIME:”. For example, if the file names are snapshot/t∗.3db, where ∗ is time, then the value of this parameter is snapshot/t:TIME:.3db. |
省略不可 Cannot be omitted |
Ndigits | 3次元データファイル名における時刻を表す文字列の小数部分の桁数。 The number of digits in the decimal part of the strings that represents a time in the 3-D data file names. |
非負の整数。 A non-negative integer. | 省略不可 Cannot be omitted |
tmin | 読み込むデータの先頭時刻\(t_{min}\)(s)。 The beginning time \(t_{min}\) (s) of the data to read. |
実数。 A real number. | 0.0 |
tmax | 読み込むデータの末尾時刻\(t_{max}\)(s)。 The end time \(t_{max}\) (s) of the data to read. |
\(t_{min}\)よりも大きな実数。 A real number greater than \(t_{min}\). |
省略不可 Cannot be omitted |
tinc | 読み込むデータの時間刻み\(\Delta t\)(s)。 The time stepping \(\Delta t\) (s) of the data to read. |
正の実数。\(t_{max}-t_{min}\)の約数でなければならない。 A positive real number that is a divisor of \(t_{max}-t_{min}\). |
省略不可 Cannot be omitted |
outputfile | 出力する時系列データファイル名。 A file name of the output time series data. |
ファイル名を表す文字列。
拡張子はymaeda_opentoolsの時系列データファイル形式
(独自のファイル形式参照)
のいずれかでなければならない。 A string that represents a file name. The extension must be that for one of the time series data in ymaeda_opentools (see Special file formats). |
省略不可 Cannot be omitted |
x | 時系列データを出力する地点の\(x\)座標。 The \(x\)-coordinate of the location where the time series data is to be created. |
実数。3次元データの格子点でなければならない。 A real number. The coordinate must be at a grid node of the 3-D data. |
省略不可 Cannot be omitted |
y | 時系列データを出力する地点の\(y\)座標。 The \(y\)-coordinate of the location where the time series data is to be created. |
実数。3次元データの格子点でなければならない。 A real number. The coordinate must be at a grid node of the 3-D data. |
省略不可 Cannot be omitted |
z | 時系列データを出力する地点の\(z\)座標。 The \(z\)-coordinate of the location where the time series data is to be created. |
実数。3次元データの格子点でなければならない。 A real number. The coordinate must be at a grid node of the 3-D data. |
省略不可 Cannot be omitted |
snapshot/t0.00.3db (時刻\(t=0.00\) sにおけるデータ) snapshot/t0.05.3db (時刻\(t=0.05\) sにおけるデータ) snapshot/t0.10.3db (時刻\(t=0.10\) sにおけるデータ) snapshot/t0.15.3db (時刻\(t=0.15\) sにおけるデータ) … snapshot/t100.00.3db (時刻\(t=100.00\) sにおけるデータ) |
snapshot/t0.00.3db (data at time \(t=0.00\) s); snapshot/t0.05.3db (data at time \(t=0.05\) s); snapshot/t0.10.3db (data at time \(t=0.10\) s); snapshot/t0.15.3db (data at time \(t=0.15\) s); …; snapshot/t100.00.3db (data at time \(t=100.00\) s). |