|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
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 |
| type(adttype), dimension(:), allocatable, target adtdata::adts |
Definition at line 170 of file adtData.F90.
Referenced by adtutils::allocateadts(), adtsearch::containmentsearch(), adtutils::deallocateadts(), adtsearch::failsafesearch(), adtsearch::mindistancesearch(), and adtutils::reallocateadts().
| integer(kind=inttype), dimension(:), allocatable adtdata::coorperrootleaf |
Definition at line 203 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype), dimension(:), allocatable adtdata::mcoorperrootleaf |
Definition at line 202 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype) adtdata::ncoormax |
Definition at line 183 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype), dimension(:), allocatable adtdata::ncoorperrootleaf |
Definition at line 201 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype), dimension(:), allocatable adtdata::ncoorprocrecv |
Definition at line 200 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype) adtdata::nlocalinterpol |
Definition at line 185 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer adtdata::nprocrecv |
Definition at line 181 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer(kind=inttype) adtdata::nrounds |
Definition at line 184 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().
| integer, dimension(:), allocatable adtdata::procrecv |
Definition at line 198 of file adtData.F90.
Referenced by adtsearch::initsearch(), and adtsearch::search().