|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
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 |
| type(halolisttype), dimension(:), allocatable halolist::cellhalo1st |
Definition at line 333 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), pointmatchedcommpattern::determinefacehalos(), and pointmatchedcommpattern::init2ndlevelcellhalos().
| type(halolisttype), dimension(:), allocatable halolist::cellhalo2nd |
Definition at line 334 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::init2ndlevelcellhalos().
| type(indexlisttype), dimension(:), allocatable halolist::cellindex |
Definition at line 373 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| integer(kind=inttype) halolist::iicell1st |
Definition at line 326 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| integer(kind=inttype) halolist::iicell2nd |
Definition at line 326 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::init2ndlevelcellhalos().
| integer(kind=inttype) halolist::iinode1st |
Definition at line 326 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| integer(kind=inttype) halolist::ncellhalo1st |
Definition at line 319 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), pointmatchedcommpattern::determinenumberofhalos(), and pointmatchedcommpattern::init2ndlevelcellhalos().
| integer(kind=inttype) halolist::ncellhalo2nd |
Definition at line 319 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::determinecommpattern(), pointmatchedcommpattern::determinenumberofhalos(), and pointmatchedcommpattern::init2ndlevelcellhalos().
| integer(kind=inttype) halolist::nnodehalo1st |
Definition at line 320 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinenumberofhalos().
| type(halolisttype), dimension(:), allocatable halolist::nodehalo1st |
Definition at line 335 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| type(indexlisttype), dimension(:), allocatable halolist::nodeindex |
Definition at line 372 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| integer(kind=inttype), dimension(:, :), allocatable halolist::transformcell |
Definition at line 346 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().
| integer(kind=inttype), dimension(:, :), allocatable halolist::transformnode |
Definition at line 347 of file preprocessingModules.F90.
Referenced by pointmatchedcommpattern::allocmemhalolist(), pointmatchedcommpattern::determinecommpattern(), and pointmatchedcommpattern::determinefacehalos().