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

Data Types

type  adtleaftype
 
type  adtbboxtargettype
 
interface  operator(<=)
 
interface  operator(<)
 
type  adttype
 
interface  assignment(=)
 

Variables

type(adttype), dimension(:), allocatable, target adts
 
integer nprocrecv
 
integer(kind=inttype) ncoormax
 
integer(kind=inttype) nrounds
 
integer(kind=inttype) nlocalinterpol
 
integer, dimension(:), allocatable procrecv
 
integer(kind=inttype), dimension(:), allocatable ncoorprocrecv
 
integer(kind=inttype), dimension(:), allocatable ncoorperrootleaf
 
integer(kind=inttype), dimension(:), allocatable mcoorperrootleaf
 
integer(kind=inttype), dimension(:), allocatable coorperrootleaf
 

Variable Documentation

◆ adts

type(adttype), dimension(:), allocatable, target adtdata::adts

◆ coorperrootleaf

integer(kind=inttype), dimension(:), allocatable adtdata::coorperrootleaf

Definition at line 203 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ mcoorperrootleaf

integer(kind=inttype), dimension(:), allocatable adtdata::mcoorperrootleaf

Definition at line 202 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ ncoormax

integer(kind=inttype) adtdata::ncoormax

Definition at line 183 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ ncoorperrootleaf

integer(kind=inttype), dimension(:), allocatable adtdata::ncoorperrootleaf

Definition at line 201 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ ncoorprocrecv

integer(kind=inttype), dimension(:), allocatable adtdata::ncoorprocrecv

Definition at line 200 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ nlocalinterpol

integer(kind=inttype) adtdata::nlocalinterpol

Definition at line 185 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ nprocrecv

integer adtdata::nprocrecv

Definition at line 181 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ nrounds

integer(kind=inttype) adtdata::nrounds

Definition at line 184 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().

◆ procrecv

integer, dimension(:), allocatable adtdata::procrecv

Definition at line 198 of file adtData.F90.

Referenced by adtsearch::initsearch(), and adtsearch::search().