IGMBaseLib 1.0
Private Attributes

Field_IcGrid2D_Manager::Field_IcGrid2D Type Reference

The derived type which manages the data of a physical field on a icosahedral grid distributed horizontally. More...

List of all members.

Private Attributes

real(DP), dimension(:,:,:,:),
pointer 
val = > null()
 正二十面体格子上で水平 2 次元的に分布した物理場データを保持する配列.
type(Physical_Fieldbase
 A variable of derived type Physcal_Field which is a base type of Field_IcGrid2D.
type(IcGrid2D_FVM), pointer icgrid
 The pointer to a variable of derived type IcGrid2D_FVM which manages the icosahedral grid.

Detailed Description

The derived type which manages the data of a physical field on a icosahedral grid distributed horizontally.

This derived type manages the physical field data on icosahedral grid and the name and unit of the field. The vertex data of icosahedral grid coressponded to this physical field data is contained in derived type IcGrid2D_FVM. This type contains the pointer to a variable of derived type IcGrid2D_FVM as a component of derived type IcGrid2D_FVM.

Definition at line 93 of file Field_IcGrid2D_Manager.f90.


Member Data Documentation

A variable of derived type Physcal_Field which is a base type of Field_IcGrid2D.

Definition at line 118 of file Field_IcGrid2D_Manager.f90.

The pointer to a variable of derived type IcGrid2D_FVM which manages the icosahedral grid.

Definition at line 123 of file Field_IcGrid2D_Manager.f90.

real(DP),dimension(:,:,:,:),pointer Field_IcGrid2D_Manager::Field_IcGrid2D::val = > null() [private]

正二十面体格子上で水平 2 次元的に分布した物理場データを保持する配列.

配列添字の各次元は, 正二十面体格子管理クラス IcGrid2D_FVM のメンバー変数である配列 rcs_AGrid の各次元と対応している. すなわち, それぞれの次元は, 矩形領域の ID, 水平方向の添え字, 水平方向の添え字, 物理場の各次元の成分, を意味する.

Definition at line 109 of file Field_IcGrid2D_Manager.f90.


The documentation for this type was generated from the following file:
 All Classes Namespaces Files Functions Variables