|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Variables | |
| real(kind=realtype) | rsacw1 |
| real(kind=realtype), parameter | rkwk = 0.41_realType |
| real(kind=realtype), parameter | rkwsigk1 = 0.5_realType |
| real(kind=realtype), parameter | rkwsigw1 = 0.5_realType |
| real(kind=realtype), parameter | rkwsigd1 = 0.5_realType |
| real(kind=realtype), parameter | rkwbeta1 = 0.0750_realType |
| real(kind=realtype), parameter | rkwbetas = 0.09_realType |
| real(kind=realtype), parameter | rsstk = 0.41_realType |
| real(kind=realtype), parameter | rssta1 = 0.31_realType |
| real(kind=realtype), parameter | rsstbetas = 0.09_realType |
| real(kind=realtype), parameter | rsstsigk1 = 0.85_realType |
| real(kind=realtype), parameter | rsstsigw1 = 0.5_realType |
| real(kind=realtype), parameter | rsstbeta1 = 0.0750_realType |
| real(kind=realtype), parameter | rsstsigk2 = 1.0_realType |
| real(kind=realtype), parameter | rsstsigw2 = 0.856_realType |
| real(kind=realtype), parameter | rsstbeta2 = 0.0828_realType |
| real(kind=realtype), parameter | rktk = 0.41_realType |
| real(kind=realtype), parameter | rktsigk1 = 0.5_realType |
| real(kind=realtype), parameter | rktsigt1 = 0.5_realType |
| real(kind=realtype), parameter | rktsigd1 = 0.5_realType |
| real(kind=realtype), parameter | rktbeta1 = 0.0750_realType |
| real(kind=realtype), parameter | rktbetas = 0.09_realType |
| real(kind=realtype), parameter | rvfc1 = 1.4_realType |
| real(kind=realtype), parameter | rvfc2 = 0.3_realType |
| real(kind=realtype), parameter | rvfbeta = 1.9_realType |
| real(kind=realtype), parameter | rvfsigk1 = 1.0_realType |
| real(kind=realtype), parameter | rvfsige1 = 0.7692307692_realType |
| real(kind=realtype), parameter | rvfsigv1 = 1.00_realType |
| real(kind=realtype), parameter | rvfcn = 70.0_realType |
| real(kind=realtype), parameter | rvfn1cmu = 0.190_realType |
| real(kind=realtype), parameter | rvfn1a = 1.300_realType |
| real(kind=realtype), parameter | rvfn1b = 0.250_realType |
| real(kind=realtype), parameter | rvfn1cl = 0.300_realType |
| real(kind=realtype), parameter | rvfn6cmu = 0.220_realType |
| real(kind=realtype), parameter | rvfn6a = 1.400_realType |
| real(kind=realtype), parameter | rvfn6b = 0.045_realType |
| real(kind=realtype), parameter | rvfn6cl = 0.230_realType |
| real(kind=realtype) | rvflimitk |
| real(kind=realtype) | rvflimite |
| real(kind=realtype) | rvfcl |
| real(kind=realtype) | rvfcmu |
| integer(kind=inttype) | nfit |
| real(kind=realtype), dimension(:), allocatable | ypt |
| real(kind=realtype), dimension(:), allocatable | ret |
| real(kind=realtype), dimension(:), allocatable | up0 |
| real(kind=realtype), dimension(:), allocatable | up1 |
| real(kind=realtype), dimension(:), allocatable | up2 |
| real(kind=realtype), dimension(:), allocatable | up3 |
| real(kind=realtype), dimension(:, :), allocatable | tup0 |
| real(kind=realtype), dimension(:, :), allocatable | tup1 |
| real(kind=realtype), dimension(:, :), allocatable | tup2 |
| real(kind=realtype), dimension(:, :), allocatable | tup3 |
| real(kind=realtype), dimension(:), allocatable | yptb |
| real(kind=realtype), dimension(:), allocatable | retb |
| real(kind=realtype), dimension(:), allocatable | up0b |
| real(kind=realtype), dimension(:), allocatable | up1b |
| real(kind=realtype), dimension(:), allocatable | up2b |
| real(kind=realtype), dimension(:), allocatable | up3b |
| logical, dimension(:), allocatable | tulogfit |
| integer(kind=inttype) paramturb::nfit |
Definition at line 105 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::ret |
Definition at line 107 of file paramTurb.F90.
Referenced by turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::retb |
Definition at line 114 of file paramTurb.F90.
| real(kind=realtype), parameter paramturb::rktbeta1 = 0.0750_realType |
Definition at line 51 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktbetas = 0.09_realType |
Definition at line 52 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktk = 0.41_realType |
Definition at line 47 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigd1 = 0.5_realType |
Definition at line 50 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigk1 = 0.5_realType |
Definition at line 48 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigt1 = 0.5_realType |
Definition at line 49 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rkwbeta1 = 0.0750_realType |
Definition at line 28 of file paramTurb.F90.
Referenced by turbbcroutines_d::bcturbwall(), turbbcroutines_b::bcturbwall(), turbbcroutines_fast_b::bcturbwall(), turbbcroutines::bcturbwall(), turbbcroutines_b::bcturbwall_b(), turbbcroutines_d::bcturbwall_d(), turbutils::initkomega(), and kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwbetas = 0.09_realType |
Definition at line 29 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwk = 0.41_realType |
Definition at line 24 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigd1 = 0.5_realType |
Definition at line 27 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigk1 = 0.5_realType |
Definition at line 25 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigw1 = 0.5_realType |
Definition at line 26 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype) paramturb::rsacw1 |
Definition at line 20 of file paramTurb.F90.
Referenced by sa_d::sasource(), sa_b::sasource(), sa_fast_b::sasource(), blockette::sasource(), sa::sasource(), sa_b::sasource_b(), sa_d::sasource_d(), sa_fast_b::sasource_fast_b(), and inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rssta1 = 0.31_realType |
Definition at line 34 of file paramTurb.F90.
Referenced by turbutils_d::ssteddyviscosity(), turbutils_b::ssteddyviscosity(), turbutils_fast_b::ssteddyviscosity(), and turbutils::ssteddyviscosity().
| real(kind=realtype), parameter paramturb::rsstbeta1 = 0.0750_realType |
Definition at line 39 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstbeta2 = 0.0828_realType |
Definition at line 43 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstbetas = 0.09_realType |
Definition at line 35 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstk = 0.41_realType |
Definition at line 33 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigk1 = 0.85_realType |
Definition at line 37 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigk2 = 1.0_realType |
Definition at line 41 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigw1 = 0.5_realType |
Definition at line 38 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigw2 = 0.856_realType |
Definition at line 42 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rvfbeta = 1.9_realType |
Definition at line 58 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfc1 = 1.4_realType |
Definition at line 56 of file paramTurb.F90.
Referenced by vf::vfsolve().
| real(kind=realtype), parameter paramturb::rvfc2 = 0.3_realType |
Definition at line 57 of file paramTurb.F90.
Referenced by vf::vfsolve().
| real(kind=realtype) paramturb::rvfcl |
Definition at line 73 of file paramTurb.F90.
Referenced by vf::kesolve(), inputparamroutines::setequationparameters(), and turbutils::vfscale().
| real(kind=realtype) paramturb::rvfcmu |
Definition at line 74 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters(), turbutils::vfeddyviscosity(), and turbutils::vfscale().
| real(kind=realtype), parameter paramturb::rvfcn = 70.0_realType |
Definition at line 62 of file paramTurb.F90.
Referenced by turbutils::vfscale().
| real(kind=realtype) paramturb::rvflimite |
Definition at line 73 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters(), and turbutils::vfeddyviscosity().
| real(kind=realtype) paramturb::rvflimitk |
Definition at line 73 of file paramTurb.F90.
Referenced by vf::kesolve(), inputparamroutines::setequationparameters(), and vf::vfsolve().
| real(kind=realtype), parameter paramturb::rvfn1a = 1.300_realType |
Definition at line 65 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn1b = 0.250_realType |
Definition at line 66 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn1cl = 0.300_realType |
Definition at line 67 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn1cmu = 0.190_realType |
Definition at line 64 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn6a = 1.400_realType |
Definition at line 69 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn6b = 0.045_realType |
Definition at line 70 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn6cl = 0.230_realType |
Definition at line 71 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn6cmu = 0.220_realType |
Definition at line 68 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfsige1 = 0.7692307692_realType |
Definition at line 60 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfsigk1 = 1.0_realType |
Definition at line 59 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfsigv1 = 1.00_realType |
Definition at line 61 of file paramTurb.F90.
Referenced by vf::vfsolve().
| logical, dimension(:), allocatable paramturb::tulogfit |
Definition at line 119 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:, :), allocatable paramturb::tup0 |
Definition at line 111 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:, :), allocatable paramturb::tup1 |
Definition at line 111 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:, :), allocatable paramturb::tup2 |
Definition at line 112 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:, :), allocatable paramturb::tup3 |
Definition at line 112 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::up0 |
Definition at line 108 of file paramTurb.F90.
Referenced by turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::up0b |
Definition at line 115 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up1 |
Definition at line 108 of file paramTurb.F90.
Referenced by turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::up1b |
Definition at line 115 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up2 |
Definition at line 109 of file paramTurb.F90.
Referenced by turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::up2b |
Definition at line 116 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up3 |
Definition at line 109 of file paramTurb.F90.
Referenced by turbcurvefits::curveupre(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::up3b |
Definition at line 116 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::ypt |
Definition at line 107 of file paramTurb.F90.
Referenced by turbcurvefits::curvetupyp(), turbcurvefits::initcurvefitdatakw(), turbcurvefits::initcurvefitdatasa(), turbcurvefits::initcurvefitdatasst(), and turbcurvefits::initcurvefitdatavf().
| real(kind=realtype), dimension(:), allocatable paramturb::yptb |
Definition at line 114 of file paramTurb.F90.