ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Data Types | Variables
halolist Module Reference

Data Types

type  halolisttype
 
interface  operator(<=)
 
interface  operator(<)
 
type  indexlisttype
 

Variables

integer(kind=inttype) ncellhalo1st
 
integer(kind=inttype) ncellhalo2nd
 
integer(kind=inttype) nnodehalo1st
 
integer(kind=inttype) iicell1st
 
integer(kind=inttype) iicell2nd
 
integer(kind=inttype) iinode1st
 
type(halolisttype), dimension(:), allocatable cellhalo1st
 
type(halolisttype), dimension(:), allocatable cellhalo2nd
 
type(halolisttype), dimension(:), allocatable nodehalo1st
 
integer(kind=inttype), dimension(:, :), allocatable transformcell
 
integer(kind=inttype), dimension(:, :), allocatable transformnode
 
type(indexlisttype), dimension(:), allocatable nodeindex
 
type(indexlisttype), dimension(:), allocatable cellindex
 

Variable Documentation

◆ cellhalo1st

type(halolisttype), dimension(:), allocatable halolist::cellhalo1st

◆ cellhalo2nd

type(halolisttype), dimension(:), allocatable halolist::cellhalo2nd

◆ cellindex

type(indexlisttype), dimension(:), allocatable halolist::cellindex

◆ iicell1st

integer(kind=inttype) halolist::iicell1st

◆ iicell2nd

integer(kind=inttype) halolist::iicell2nd

◆ iinode1st

integer(kind=inttype) halolist::iinode1st

◆ ncellhalo1st

integer(kind=inttype) halolist::ncellhalo1st

◆ ncellhalo2nd

integer(kind=inttype) halolist::ncellhalo2nd

◆ nnodehalo1st

integer(kind=inttype) halolist::nnodehalo1st

◆ nodehalo1st

type(halolisttype), dimension(:), allocatable halolist::nodehalo1st

◆ nodeindex

type(indexlisttype), dimension(:), allocatable halolist::nodeindex

◆ transformcell

integer(kind=inttype), dimension(:, :), allocatable halolist::transformcell

◆ transformnode

integer(kind=inttype), dimension(:, :), allocatable halolist::transformnode