|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Variables | |
| logical | useoversetloadbalance = .True. |
| real(kind=realtype) | overlapfactor = 0.9 |
| real(kind=realtype) | nearwalldist = 0.1 |
| real(kind=realtype) | oversetprojtol = 1e-12 |
| real(kind=realtype) | backgroundvolscale = 1.0 |
| logical | debugzipper = .False. |
| integer(kind=inttype) | oversetupdatemode |
| real(kind=realtype) | selfzipcutoff |
| integer(kind=inttype) | nrefine |
| integer(kind=inttype) | nflooditer |
| logical | usezippermesh |
| logical | useoversetwallscaling |
| logical | recomputeoverlapmatrix |
| logical | oversetdebugprint |
| real(kind=realtype) inputoverset::backgroundvolscale = 1.0 |
Definition at line 885 of file inputParam.F90.
Referenced by oversetinitialization::initializeoblock(), oversetinitialization::initializeofringes(), and oversetapi::oversetcomm().
| logical inputoverset::debugzipper = .False. |
Definition at line 886 of file inputParam.F90.
Referenced by zippermesh::createzippermesh().
| real(kind=realtype) inputoverset::nearwalldist = 0.1 |
Definition at line 883 of file inputParam.F90.
Referenced by computeholesinsidebody(), walldistance::determinewallassociation(), flagnearwallcells(), oversetinitialization::initializeoblock(), surfacecorrection(), and wallsearches::wallsearch().
| integer(kind=inttype) inputoverset::nflooditer |
Definition at line 891 of file inputParam.F90.
Referenced by floodinteriorcells().
| integer(kind=inttype) inputoverset::nrefine |
Definition at line 890 of file inputParam.F90.
Referenced by oversetapi::oversetcomm().
| real(kind=realtype) inputoverset::overlapfactor = 0.9 |
Definition at line 882 of file inputParam.F90.
Referenced by fringesearch(), and oversetapi::oversetcomm().
| logical inputoverset::oversetdebugprint |
Definition at line 895 of file inputParam.F90.
Referenced by oversetutilities::checkoverset().
| real(kind=realtype) inputoverset::oversetprojtol = 1e-12 |
Definition at line 884 of file inputParam.F90.
Referenced by fringesearch(), and usersurfaceintegrations::performinterpolation().
| integer(kind=inttype) inputoverset::oversetupdatemode |
Definition at line 887 of file inputParam.F90.
Referenced by blockette::blocketteres(), masterroutines::master(), masterroutines::master_b(), masterroutines::master_d(), and oversetapi::updateoverset().
| logical inputoverset::recomputeoverlapmatrix |
Definition at line 894 of file inputParam.F90.
Referenced by inputparamroutines::setdefaultvalues(), and oversetapi::updateoverset().
| real(kind=realtype) inputoverset::selfzipcutoff |
Definition at line 888 of file inputParam.F90.
Referenced by stringops::performselfzip().
| logical inputoverset::useoversetloadbalance = .True. |
Definition at line 881 of file inputParam.F90.
Referenced by oversetapi::oversetcomm().
| logical inputoverset::useoversetwallscaling |
Definition at line 893 of file inputParam.F90.
Referenced by oversetinitialization::initializeoblock(), and oversetapi::oversetcomm().
| logical inputoverset::usezippermesh |
Definition at line 892 of file inputParam.F90.
Referenced by zippermesh::createzippermesh().