FlowFieldUnstructuredGrid_withMeshFile Function

public function FlowFieldUnstructuredGrid_withMeshFile(FlowFieldFile, meshFile) result(grid)

Uses

  • proc~~flowfieldunstructuredgrid_withmeshfile~~UsesGraph proc~flowfieldunstructuredgrid_withmeshfile unstructuredGrid_m::FlowFieldUnstructuredGrid_withMeshFile module~path_operator_m path_operator_m proc~flowfieldunstructuredgrid_withmeshfile->module~path_operator_m

流れ場のコンストラクタ(meshファイルと流速データファイルが分かれている場合) 流れ場ファイルの読み込み、前処理、kd-treeの構築を行う

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: FlowFieldFile

流速データファイル名

character(len=*), intent(in) :: meshFile

メッシュファイル

Return Value type(FlowFieldUnstructuredGrid)


Calls

proc~~flowfieldunstructuredgrid_withmeshfile~~CallsGraph proc~flowfieldunstructuredgrid_withmeshfile unstructuredGrid_m::FlowFieldUnstructuredGrid_withMeshFile proc~get_dirfrompath path_operator_m::get_DirFromPath proc~flowfieldunstructuredgrid_withmeshfile->proc~get_dirfrompath

Called by

proc~~flowfieldunstructuredgrid_withmeshfile~~CalledByGraph proc~flowfieldunstructuredgrid_withmeshfile unstructuredGrid_m::FlowFieldUnstructuredGrid_withMeshFile proc~flowfield_ flow_field_m::FlowField_ proc~flowfield_->proc~flowfieldunstructuredgrid_withmeshfile program~boxflowfield boxFlowField program~boxflowfield->proc~flowfieldunstructuredgrid_withmeshfile

Contents