(Definition of “3 Dimensional Z-divided data” format)
Last Update: 2021/6/28
拡張子(Extension)
3dz
拡張子の意味
(Meaning of the extension)
3 Dimensional Z-divided data
対象とするデータと構造体
(Supported data and structures)
3次元データ(struct _3d_data型)
A 3-D data given by struct _3d_data-type
データの保存形式
(Format of each data)
断面ごとの行列(3db形式)から成るディレクトリ。
A directory composed of matrices (3db format) for individual sections.
特徴(Characteristics)
データをの値ごとに分割して別々の行列ファイルとして出力したディレクトリ。
軸に直交する平面内での空間分布を見るのに適している。
A directory composed of files for matrices,
each of which represent the data on a section of each value.
This format is suited to look at the spatial distribution of data
on a plane orthogonal to -axis.
仕様詳細(Detail)
ファイルではなくディレクトリとなる。その名前に「.3dz」の拡張子が付く。
Not a file but a directory,
whose name ends with the extension “.3dz”.
ディレクトリ内に「header.txt」および
「断面番号.3db」のファイルが出力される。
断面番号は0から始まる連番とする。
The directory consists of “header.txt” and
“the index of section.3db”,
where the index of section is a sequential number
starting from zero.
「header.txt」の中身は以下の通り。
The format of “header.txt” is as follows.
第1行:
, , 方向の格子点数(タブ区切り)。
Line 1:
The numbers of grid nodes in -, -, and -directions,
separated by tabs.
第2行:
, , 方向の座標の初期値(タブ区切り)。
Line 2:
The initial values of -, -, and -coordinates,
separated by tabs.
第3行:
, , 方向の座標の増分(タブ区切り)。
Line 3:
The increments of -, -, and -coordinates,
separated by tabs.
の初期値を、増分をとするとき、
「.3db」(:断面番号)には
の断面でのデータが行列として出力される。
この行列は方向の格子点番号が行方向、
方向の格子点番号が列方向となるように作成される。
Let and be
the initial value and increment of -coordinate, respectively.
Then the file “.3db”,
where is the index of section,
consists of data on a section
as a matrix form.
In this matrix, the grid node indices in - and -directions
are oriented to the raw and column directions, respectively.
例(Example)
方向の格子点座標: 0.1, 0.3, 0.5
方向の格子点座標: -1.0, -0.5, 0.0
方向の格子点座標: 12.3, 12.0, 11.7, 11.4
各格子点での値:
の3次元データを考える。
これを表現するためのファイルの中身は以下のようになる。
ここではタブを分かりやすいように
[TAB]で表す。
Let us consider the 3-D data below:
-coordinates of the grid nodes: 0.1, 0.3, 0.5
-coordinates of the grid nodes: -1.0, -0.5, 0.0
-coordinates of the grid nodes: 12.3, 12.0, 11.7, 11.4
Values of each grid node:
The file to represent this data is as follows,
where tabs are shown by [TAB].