|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Functions/Subroutines | |
| subroutine | residual_block () |
| subroutine | sourceterms_block_fast_b (nn, res, iregion, plocal) |
| subroutine | sourceterms_block (nn, res, iregion, plocal) |
| subroutine | initres_block_fast_b (varstart, varend, nn, sps) |
| subroutine | initres_block (varstart, varend, nn, sps) |
| subroutine residuals_fast_b::initres_block | ( | integer(kind=inttype), intent(in) | varstart, |
| integer(kind=inttype), intent(in) | varend, | ||
| integer(kind=inttype), intent(in) | nn, | ||
| integer(kind=inttype), intent(in) | sps | ||
| ) |
Definition at line 579 of file residuals_fast_b.f90.
References iteration::currentlevel, blockpointers::dw, inputphysics::equationmode, iteration::groundlevel, blockpointers::ib, blockpointers::ie, blockpointers::il, blockpointers::jb, blockpointers::je, blockpointers::jl, blockpointers::kb, blockpointers::ke, blockpointers::kl, and blockpointers::wr.
| subroutine residuals_fast_b::initres_block_fast_b | ( | integer(kind=inttype), intent(in) | varstart, |
| integer(kind=inttype), intent(in) | varend, | ||
| integer(kind=inttype), intent(in) | nn, | ||
| integer(kind=inttype), intent(in) | sps | ||
| ) |
Definition at line 486 of file residuals_fast_b.f90.
References iteration::currentlevel, blockpointers::dwd, inputphysics::equationmode, iteration::groundlevel, blockpointers::ib, blockpointers::ie, blockpointers::il, blockpointers::jb, blockpointers::je, blockpointers::jl, blockpointers::kb, blockpointers::ke, and blockpointers::kl.
Referenced by masterroutines::master_state_b().

| subroutine residuals_fast_b::residual_block |
Definition at line 8 of file residuals_fast_b.f90.
References flowutils_fast_b::allnodalgradients(), inputiteration::cdisrk, flowutils_fast_b::computespeedofsoundsquared(), iteration::currentlevel, blockpointers::dw, blockpointers::fw, blockpointers::gamma, iteration::groundlevel, blockpointers::iblank, blockpointers::il, fluxes_fast_b::inviscidcentralflux(), fluxes_fast_b::invisciddissfluxmatrix(), fluxes_fast_b::invisciddissfluxmatrixapprox(), fluxes_fast_b::invisciddissfluxscalar(), fluxes_fast_b::invisciddissfluxscalarapprox(), fluxes_fast_b::inviscidupwindflux(), blockpointers::jl, blockpointers::kl, inputdiscretization::lowspeedpreconditioner, inputdiscretization::lumpeddiss, flowvarrefstate::nwf, blockpointers::p, iteration::rfil, iteration::rkstage, inputiteration::smoother, inputdiscretization::spacediscr, inputdiscretization::spacediscrcoarse, flowvarrefstate::viscous, fluxes_fast_b::viscousflux(), fluxes_fast_b::viscousfluxapprox(), inputadjoint::viscpc, blockpointers::w, and flowvarrefstate::winf.

| subroutine residuals_fast_b::sourceterms_block | ( | integer(kind=inttype), intent(in) | nn, |
| logical, intent(in) | res, | ||
| integer(kind=inttype), intent(in) | iregion, | ||
| real(kind=realtype), intent(inout) | plocal | ||
| ) |
Definition at line 414 of file residuals_fast_b.f90.
References actuatorregiondata::actuatorregions, blockpointers::dw, constants::imx, constants::imz, constants::irhoe, constants::ivx, constants::ivy, constants::ivz, flowvarrefstate::lref, constants::one, iteration::ordersconverged, flowvarrefstate::pref, flowvarrefstate::uref, blockpointers::vol, blockpointers::w, and constants::zero.
| subroutine residuals_fast_b::sourceterms_block_fast_b | ( | integer(kind=inttype), intent(in) | nn, |
| logical, intent(in) | res, | ||
| integer(kind=inttype), intent(in) | iregion, | ||
| real(kind=realtype), intent(inout) | plocal | ||
| ) |
Definition at line 342 of file residuals_fast_b.f90.
References actuatorregiondata::actuatorregions, blockpointers::dw, blockpointers::dwd, constants::irhoe, constants::ivx, constants::ivy, constants::ivz, flowvarrefstate::lref, constants::myintptr, constants::myintstack, constants::one, iteration::ordersconverged, flowvarrefstate::pref, flowvarrefstate::uref, blockpointers::vol, blockpointers::w, blockpointers::wd, and constants::zero.
Referenced by masterroutines::master_state_b().
