IGMBaseLib 1.0
Private Attributes

Derivate_Field_IcGrid2D_Manager::Derivate_Field_IcGrid2D Type Reference

The derived type to manage the information necessary for evaluating the horizontal differential operators(divegence, gradient, curl) acting on the horizontally distirbuted physical field. More...

List of all members.

Private Attributes

type(IcGrid2D_FVM), pointer icgrid
 The pointer to derived type IcGrid2D_FVM.
real(DP), pointer rcs_areaGPP
 コントロールボリューム上の物理場の値を求める際に重みとして必要となる, コントロールボリュームの頂点と近傍の格子点で作られる 3 つの三角形の面積を保持する配列.
integer, pointer rcU_CVGPindex
 北半球側の矩形領域において, コントロールボリュームの頂点を取り囲む近傍の 3 つの格子点のインデックスを保持する配列.
integer, pointer rcL_CVGPindex
 南半球側の矩形領域において, コントロールボリュームの頂点を取り囲む近傍の 3 つの格子点のインデックスを保持する配列.

Detailed Description

The derived type to manage the information necessary for evaluating the horizontal differential operators(divegence, gradient, curl) acting on the horizontally distirbuted physical field.

Definition at line 79 of file Derivate_Field_IcGrid2D_Manager.f90.


Member Data Documentation

The pointer to derived type IcGrid2D_FVM.

Definition at line 83 of file Derivate_Field_IcGrid2D_Manager.f90.

南半球側の矩形領域において, コントロールボリュームの頂点を取り囲む近傍の 3 つの格子点のインデックスを保持する配列.

Definition at line 103 of file Derivate_Field_IcGrid2D_Manager.f90.

コントロールボリューム上の物理場の値を求める際に重みとして必要となる, コントロールボリュームの頂点と近傍の格子点で作られる 3 つの三角形の面積を保持する配列.

Definition at line 93 of file Derivate_Field_IcGrid2D_Manager.f90.

北半球側の矩形領域において, コントロールボリュームの頂点を取り囲む近傍の 3 つの格子点のインデックスを保持する配列.

Definition at line 98 of file Derivate_Field_IcGrid2D_Manager.f90.


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