|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Variables | |
| logical | secondord |
| real(kind=realtype) | sig1 |
| real(kind=realtype) | sig2 |
| real(kind=realtype), dimension(:, :, :, :), pointer | dvt |
| real(kind=realtype), dimension(:, :, :), pointer | vort |
| real(kind=realtype), dimension(:, :, :), pointer | prod |
| real(kind=realtype), dimension(:, :, :), pointer | f1 |
| real(kind=realtype), dimension(:, :, :), pointer | kwcd |
| real(kind=realtype), dimension(:, :, :), pointer | ktcd |
| real(kind=realtype), dimension(:, :, :), pointer | sct |
| real(kind=realtype), dimension(:, :, :), pointer | scl2 |
| real(kind=realtype), dimension(:, :, :), pointer | strain2 |
| real(kind=realtype), dimension(:, :, :, :), pointer | dvtd |
| real(kind=realtype), dimension(:, :, :), pointer | vortd |
| real(kind=realtype), dimension(:, :, :), pointer | prodd |
| real(kind=realtype), dimension(:, :, :), pointer | f1d |
| real(kind=realtype), dimension(:, :, :), pointer | kwcdd |
| real(kind=realtype), dimension(:, :, :), pointer | ktcdd |
| real(kind=realtype), dimension(:, :, :), pointer | sctd |
| real(kind=realtype), dimension(:, :, :), pointer | scl2d |
| real(kind=realtype), dimension(:, :, :), pointer | strain2d |
| real(kind=realtype), dimension(:, :, :, :), pointer turbmod::dvt |
Definition at line 33 of file turbMod.F90.
Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), sst::sstsolve(), turbutils::vfscale(), and vf::vfsolve().
| real(kind=realtype), dimension(:, :, :, :), pointer turbmod::dvtd |
Definition at line 44 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::f1 |
Definition at line 36 of file turbMod.F90.
Referenced by sst::f1sst(), and sst::sstsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::f1d |
Definition at line 47 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::ktcd |
Definition at line 38 of file turbMod.F90.
Referenced by kt::ktcdterm(), and kt::ktsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::ktcdd |
Definition at line 49 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::kwcd |
Definition at line 37 of file turbMod.F90.
Referenced by sst::f1sst(), turbutils::kwcdterm(), kw::kwsolve(), and sst::sstsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::kwcdd |
Definition at line 48 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::prod |
Definition at line 35 of file turbMod.F90.
Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), turbutils_d::prodkatolaunder(), turbutils_b::prodkatolaunder(), turbutils_fast_b::prodkatolaunder(), turbutils::prodkatolaunder(), sst::sstsolve(), turbutils::vfscale(), and vf::vfsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::prodd |
Definition at line 46 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::scl2 |
Definition at line 40 of file turbMod.F90.
Referenced by vf::kesolve(), turbutils::vfscale(), and vf::vfsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::scl2d |
Definition at line 51 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::sct |
Definition at line 39 of file turbMod.F90.
Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), turbutils::vfeddyviscosity(), turbutils::vfscale(), and vf::vfsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::sctd |
Definition at line 50 of file turbMod.F90.
| logical turbmod::secondord |
Definition at line 15 of file turbMod.F90.
Referenced by blockette::saadvection(), turbutils_d::turbadvection(), turbutils_b::turbadvection(), turbutils_fast_b::turbadvection(), turbutils::turbadvection(), turbutils_b::turbadvection_b(), turbutils_d::turbadvection_d(), and turbutils_fast_b::turbadvection_fast_b().
| real(kind=realtype) turbmod::sig1 |
Definition at line 16 of file turbMod.F90.
Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), and vf::vfsolve().
| real(kind=realtype) turbmod::sig2 |
Definition at line 16 of file turbMod.F90.
Referenced by vf::kesolve(), kt::ktsolve(), kw::kwsolve(), and vf::vfsolve().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::strain2 |
Definition at line 41 of file turbMod.F90.
Referenced by turbutils::vfscale().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::strain2d |
Definition at line 52 of file turbMod.F90.
| real(kind=realtype), dimension(:, :, :), pointer turbmod::vort |
Definition at line 34 of file turbMod.F90.
Referenced by kt::ktsolve(), kw::kwsolve(), sst::sstsolve(), and turbutils::vfscale().
| real(kind=realtype), dimension(:, :, :), pointer turbmod::vortd |
Definition at line 45 of file turbMod.F90.