|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Go to the source code of this file.
Modules | |
| module | monitor |
Variables | |
| integer, parameter | monitor::fieldwidth = 12 |
| integer, parameter | monitor::fieldwidthlarge = 24 |
| integer, parameter | monitor::decimalwidth = 5 |
| integer | monitor::nmonsum |
| integer | monitor::nmonmax |
| integer | monitor::nmon |
| real(kind=realtype), dimension(:), allocatable | monitor::monloc |
| real(kind=realtype), dimension(:), allocatable | monitor::monglob |
| real(kind=realtype), dimension(:), allocatable | monitor::monref |
| real(kind=realtype) | monitor::massfluxl |
| real(kind=realtype) | monitor::massfluxg |
| character(len=maxcgnsnamelen), dimension(:), allocatable | monitor::monnames |
| logical | monitor::monmachorhmax |
| logical | monitor::showcpu |
| logical | monitor::monmasssliding |
| logical | monitor::monmassfamilies |
| real(kind=cgnsrealtype), dimension(:, :, :), allocatable | monitor::convarray |
| real(kind=realtype), dimension(:, :, :), allocatable | monitor::solverdataarray |
| character(len=8), dimension(:, :), allocatable | monitor::solvertypearray |
| integer(kind=inttype) | monitor::ntimestepsrestart |
| integer(kind=inttype) | monitor::timestepunsteady |
| real(kind=realtype) | monitor::timeunsteady |
| real(kind=realtype) | monitor::timeunsteadyrestart |
| real(kind=cgnsrealtype), dimension(:), allocatable | monitor::timearray |
| real(kind=cgnsrealtype), dimension(:, :), allocatable | monitor::timedataarray |
| logical | monitor::writegrid |
| logical | monitor::writevolume |
| logical | monitor::writesurface |
| logical | monitor::writesoleachiter |