流れ場非構造格子クラス
procedure , public :: nearcell_check Function | |
procedure , public :: nearest_cell Function | |
procedure , public :: nearest_search_kdTree Function | |
procedure , public :: nearest_search_exact Function | |
procedure , public :: get_movementVectorOfBoundarySurface Function | |
procedure , public :: get_flowVelocityInCELL Function | |
procedure , public :: get_allOfCellCenters Function | |
procedure , public :: get_cellCenterOf Function | |
procedure , public :: get_MinMaxOfGrid Subroutine | |
procedure , public :: get_cellVerticesOf Function | |
procedure , public :: get_info => get_gridInformation Function | |
procedure , public :: read_FPH Subroutine | |
procedure , public :: read_FLD Subroutine | |
procedure , public :: read_INP Subroutine | |
procedure , public :: read_array => read_Array Subroutine | |
procedure , public :: read_VTK Subroutine | |
procedure , public :: updateWithFlowFieldFile Subroutine | |
procedure , public :: setupWithFlowFieldFile Subroutine | |
procedure , public :: search_refCELL Subroutine | |
procedure , public :: adhesionCheckOnBound Subroutine | |
procedure , public :: get_nearerSearchFalseRate Function | |
procedure , public :: get_num_nearerSearchFalse Function |
流れ場のコンストラクタ 流れ場ファイルの読み込み、前処理、kd-treeの構築を行う
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | FlowFieldFile |
流れ場ファイル名 |
流れ場のコンストラクタ(meshファイルと流速データファイルが分かれている場合) 流れ場ファイルの読み込み、前処理、kd-treeの構築を行う
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | FlowFieldFile |
流速データファイル名 |
||
character(len=*), | intent(in) | :: | meshFile |
メッシュファイル |