|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Variables | |
| real(kind=realtype), parameter | rsak = 0.41_realType |
| real(kind=realtype), parameter | rsacb1 = 0.1355_realType |
| real(kind=realtype), parameter | rsacb2 = 0.622_realType |
| real(kind=realtype), parameter | rsacb3 = 0.66666666667_realType |
| real(kind=realtype), parameter | rsacv1 = 7.1_realType |
| real(kind=realtype), parameter | rsacw1 = rsaCb1 / (rsaK * rsaK) + (1.+rsaCb2) / rsaCb3 |
| real(kind=realtype), parameter | rsacw2 = 0.3_realType |
| real(kind=realtype), parameter | rsacw3 = 2.0_realType |
| real(kind=realtype), parameter | rsact1 = 1.0_realType |
| real(kind=realtype), parameter | rsact2 = 2.0_realType |
| real(kind=realtype), parameter | rsact3 = 1.2_realType |
| real(kind=realtype), parameter | rsact4 = 0.5_realType |
| real(kind=realtype), parameter | rsacrot = 2.0_realType |
| 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 112 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 114 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 121 of file paramTurb.F90.
| real(kind=realtype), parameter paramturb::rktbeta1 = 0.0750_realType |
Definition at line 58 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktbetas = 0.09_realType |
Definition at line 59 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktk = 0.41_realType |
Definition at line 54 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigd1 = 0.5_realType |
Definition at line 57 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigk1 = 0.5_realType |
Definition at line 55 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rktsigt1 = 0.5_realType |
Definition at line 56 of file paramTurb.F90.
Referenced by kt::ktsolve().
| real(kind=realtype), parameter paramturb::rkwbeta1 = 0.0750_realType |
Definition at line 35 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 36 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwk = 0.41_realType |
Definition at line 31 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigd1 = 0.5_realType |
Definition at line 34 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigk1 = 0.5_realType |
Definition at line 32 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rkwsigw1 = 0.5_realType |
Definition at line 33 of file paramTurb.F90.
Referenced by kw::kwsolve().
| real(kind=realtype), parameter paramturb::rsacb1 = 0.1355_realType |
Definition at line 14 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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsacb2 = 0.622_realType |
Definition at line 15 of file paramTurb.F90.
Referenced by sa::sasolve(), sa_d::saviscous(), sa_b::saviscous(), sa_fast_b::saviscous(), blockette::saviscous(), sa::saviscous(), sa_b::saviscous_b(), sa_d::saviscous_d(), and sa_fast_b::saviscous_fast_b().
| real(kind=realtype), parameter paramturb::rsacb3 = 0.66666666667_realType |
Definition at line 16 of file paramTurb.F90.
Referenced by sa_d::sasource(), sa_b::sasource(), sa_fast_b::sasource(), blockette::sasource(), sa::sasource(), sa_d::sasource_d(), sa_d::saviscous(), sa_b::saviscous(), sa_fast_b::saviscous(), blockette::saviscous(), sa::saviscous(), sa_b::saviscous_b(), sa_d::saviscous_d(), and sa_fast_b::saviscous_fast_b().
| real(kind=realtype), parameter paramturb::rsacrot = 2.0_realType |
Definition at line 26 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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsact1 = 1.0_realType |
Definition at line 22 of file paramTurb.F90.
| real(kind=realtype), parameter paramturb::rsact2 = 2.0_realType |
Definition at line 23 of file paramTurb.F90.
| real(kind=realtype), parameter paramturb::rsact3 = 1.2_realType |
Definition at line 24 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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsact4 = 0.5_realType |
Definition at line 25 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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsacv1 = 7.1_realType |
Definition at line 17 of file paramTurb.F90.
Referenced by turbutils_d::saeddyviscosity(), turbutils_b::saeddyviscosity(), turbutils_fast_b::saeddyviscosity(), turbutils::saeddyviscosity(), turbutils_b::saeddyviscosity_b(), turbutils_d::saeddyviscosity_d(), turbutils_fast_b::saeddyviscosity_fast_b(), turbutils_d::sanuknowneddyratio(), turbutils_b::sanuknowneddyratio(), turbutils_fast_b::sanuknowneddyratio(), turbutils::sanuknowneddyratio(), turbutils_b::sanuknowneddyratio_b(), turbutils_d::sanuknowneddyratio_d(), 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(), sa_d::saviscous(), sa_b::saviscous(), sa_fast_b::saviscous(), blockette::saviscous(), sa::saviscous(), and sa_d::saviscous_d().
| real(kind=realtype), parameter paramturb::rsacw1 = rsaCb1 / (rsaK * rsaK) + (1.+rsaCb2) / rsaCb3 |
Definition at line 18 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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsacw2 = 0.3_realType |
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(), and sa_fast_b::sasource_fast_b().
| real(kind=realtype), parameter paramturb::rsacw3 = 2.0_realType |
Definition at line 21 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(), sa_d::saviscous(), sa_b::saviscous(), sa_fast_b::saviscous(), blockette::saviscous(), sa::saviscous(), and sa_d::saviscous_d().
| real(kind=realtype), parameter paramturb::rsak = 0.41_realType |
Definition at line 13 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(), sa_d::saviscous(), sa_b::saviscous(), sa_fast_b::saviscous(), blockette::saviscous(), sa::saviscous(), and sa_d::saviscous_d().
| real(kind=realtype), parameter paramturb::rssta1 = 0.31_realType |
Definition at line 41 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 46 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstbeta2 = 0.0828_realType |
Definition at line 50 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstbetas = 0.09_realType |
Definition at line 42 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstk = 0.41_realType |
Definition at line 40 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigk1 = 0.85_realType |
Definition at line 44 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigk2 = 1.0_realType |
Definition at line 48 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigw1 = 0.5_realType |
Definition at line 45 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rsstsigw2 = 0.856_realType |
Definition at line 49 of file paramTurb.F90.
Referenced by sst::sstsolve().
| real(kind=realtype), parameter paramturb::rvfbeta = 1.9_realType |
Definition at line 65 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfc1 = 1.4_realType |
Definition at line 63 of file paramTurb.F90.
Referenced by vf::vfsolve().
| real(kind=realtype), parameter paramturb::rvfc2 = 0.3_realType |
Definition at line 64 of file paramTurb.F90.
Referenced by vf::vfsolve().
| real(kind=realtype) paramturb::rvfcl |
Definition at line 80 of file paramTurb.F90.
Referenced by vf::kesolve(), inputparamroutines::setequationparameters(), and turbutils::vfscale().
| real(kind=realtype) paramturb::rvfcmu |
Definition at line 81 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 69 of file paramTurb.F90.
Referenced by turbutils::vfscale().
| real(kind=realtype) paramturb::rvflimite |
Definition at line 80 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters(), and turbutils::vfeddyviscosity().
| real(kind=realtype) paramturb::rvflimitk |
Definition at line 80 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 72 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn1b = 0.250_realType |
Definition at line 73 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn1cl = 0.300_realType |
Definition at line 74 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn1cmu = 0.190_realType |
Definition at line 71 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn6a = 1.400_realType |
Definition at line 76 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn6b = 0.045_realType |
Definition at line 77 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfn6cl = 0.230_realType |
Definition at line 78 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfn6cmu = 0.220_realType |
Definition at line 75 of file paramTurb.F90.
Referenced by inputparamroutines::setequationparameters().
| real(kind=realtype), parameter paramturb::rvfsige1 = 0.7692307692_realType |
Definition at line 67 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfsigk1 = 1.0_realType |
Definition at line 66 of file paramTurb.F90.
Referenced by vf::kesolve().
| real(kind=realtype), parameter paramturb::rvfsigv1 = 1.00_realType |
Definition at line 68 of file paramTurb.F90.
Referenced by vf::vfsolve().
| logical, dimension(:), allocatable paramturb::tulogfit |
Definition at line 126 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 118 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 118 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 119 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 119 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 115 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 122 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up1 |
Definition at line 115 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 122 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up2 |
Definition at line 116 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 123 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::up3 |
Definition at line 116 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 123 of file paramTurb.F90.
| real(kind=realtype), dimension(:), allocatable paramturb::ypt |
Definition at line 114 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 121 of file paramTurb.F90.