|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Variables | |
| real(kind=realtype), dimension(:, :, :), pointer | ww0 |
| real(kind=realtype), dimension(:, :, :), pointer | ww1 |
| real(kind=realtype), dimension(:, :, :), pointer | ww2 |
| real(kind=realtype), dimension(:, :, :), pointer | ww3 |
| real(kind=realtype), dimension(:, :), pointer | pp0 |
| real(kind=realtype), dimension(:, :), pointer | pp1 |
| real(kind=realtype), dimension(:, :), pointer | pp2 |
| real(kind=realtype), dimension(:, :), pointer | pp3 |
| real(kind=realtype), dimension(:, :), pointer | rlv0 |
| real(kind=realtype), dimension(:, :), pointer | rlv1 |
| real(kind=realtype), dimension(:, :), pointer | rlv2 |
| real(kind=realtype), dimension(:, :), pointer | rlv3 |
| real(kind=realtype), dimension(:, :), pointer | rev0 |
| real(kind=realtype), dimension(:, :), pointer | rev1 |
| real(kind=realtype), dimension(:, :), pointer | rev2 |
| real(kind=realtype), dimension(:, :), pointer | rev3 |
| real(kind=realtype), dimension(:, :), pointer | gamma0 |
| real(kind=realtype), dimension(:, :), pointer | gamma1 |
| real(kind=realtype), dimension(:, :), pointer | gamma2 |
| real(kind=realtype), dimension(:, :), pointer | gamma3 |
| real(kind=realtype), dimension(:, :, :), pointer | ssi |
| real(kind=realtype), dimension(:, :, :), pointer | ssj |
| real(kind=realtype), dimension(:, :, :), pointer | ssk |
| real(kind=realtype), dimension(:, :, :), pointer | ss |
| real(kind=realtype), dimension(:, :, :), pointer | xx |
| real(kind=realtype), dimension(:, :), pointer | dd2wall |
| real(kind=realtype), dimension(:, :), pointer | sface |
| integer(kind=inttype), dimension(:, :), pointer | gcp |
| integer(kind=inttype) | istart |
| integer(kind=inttype) | iend |
| integer(kind=inttype) | isize |
| integer(kind=inttype) | jstart |
| integer(kind=inttype) | jend |
| integer(kind=inttype) | jsize |
| real(kind=realtype), dimension(:, :, :), pointer | ww0d |
| real(kind=realtype), dimension(:, :, :), pointer | ww1d |
| real(kind=realtype), dimension(:, :, :), pointer | ww2d |
| real(kind=realtype), dimension(:, :, :), pointer | ww3d |
| real(kind=realtype), dimension(:, :), pointer | pp0d |
| real(kind=realtype), dimension(:, :), pointer | pp1d |
| real(kind=realtype), dimension(:, :), pointer | pp2d |
| real(kind=realtype), dimension(:, :), pointer | pp3d |
| real(kind=realtype), dimension(:, :), pointer | rlv0d |
| real(kind=realtype), dimension(:, :), pointer | rlv1d |
| real(kind=realtype), dimension(:, :), pointer | rlv2d |
| real(kind=realtype), dimension(:, :), pointer | rlv3d |
| real(kind=realtype), dimension(:, :), pointer | rev0d |
| real(kind=realtype), dimension(:, :), pointer | rev1d |
| real(kind=realtype), dimension(:, :), pointer | rev2d |
| real(kind=realtype), dimension(:, :), pointer | rev3d |
| real(kind=realtype), dimension(:, :), pointer | gamma0d |
| real(kind=realtype), dimension(:, :), pointer | gamma1d |
| real(kind=realtype), dimension(:, :), pointer | gamma2d |
| real(kind=realtype), dimension(:, :), pointer | gamma3d |
| real(kind=realtype), dimension(:, :, :), pointer | ssid |
| real(kind=realtype), dimension(:, :, :), pointer | ssjd |
| real(kind=realtype), dimension(:, :, :), pointer | sskd |
| real(kind=realtype), dimension(:, :, :), pointer | xxd |
| real(kind=realtype), dimension(:, :, :), pointer | ssd |
| real(kind=realtype), dimension(:, :), pointer | dd2walld |
| real(kind=realtype), dimension(:, :), pointer | sfaced |
| real(kind=realtype), dimension(:, :), pointer bcpointers::dd2wall |
Definition at line 17 of file BCPointers.F90.
Referenced by utils_fast_b::setbcpointers(), utils::setbcpointers(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :), pointer bcpointers::dd2walld |
Definition at line 31 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma0 |
Definition at line 14 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma0d |
Definition at line 28 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma1 |
Definition at line 14 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma1d |
Definition at line 28 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma2 |
Definition at line 14 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma2d |
Definition at line 28 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma3 |
Definition at line 14 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::gamma3d |
Definition at line 28 of file BCPointers.F90.
| integer(kind=inttype), dimension(:, :), pointer bcpointers::gcp |
Definition at line 18 of file BCPointers.F90.
Referenced by utils_fast_b::setbcpointers(), and utils::setbcpointers().
| integer(kind=inttype) bcpointers::iend |
Definition at line 20 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), ComputeCoarseGraphSize(), CreateCoarseGraph(), CreateCoarseGraph_NVW(), CreateCoarseGraphNoMask(), MocProjectKWayPartition(), ProjectKWayPartition(), ProjectVolKWayPartition(), utils_fast_b::setbcpointers(), utils::setbcpointers(), SplitGraphOrder(), SplitGraphOrderCC(), and SplitGraphPart().
| integer(kind=inttype) bcpointers::isize |
Definition at line 20 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::computeetot(), bcroutines::computeetot(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), bcroutines_fast_b::prhosubsonicinlet(), bcroutines::prhosubsonicinlet(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| integer(kind=inttype) bcpointers::istart |
Definition at line 20 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), ComputeCoarseGraphSize(), bcroutines_fast_b::computeetot(), bcroutines::computeetot(), CreateCoarseGraph(), CreateCoarseGraph_NVW(), CreateCoarseGraphNoMask(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), mmdelm(), mmdupd(), MocProjectKWayPartition(), bcroutines_fast_b::prhosubsonicinlet(), bcroutines::prhosubsonicinlet(), ProjectKWayPartition(), ProjectVolKWayPartition(), utils_fast_b::setbcpointers(), utils::setbcpointers(), SplitGraphOrder(), SplitGraphOrderCC(), and SplitGraphPart().
| integer(kind=inttype) bcpointers::jend |
Definition at line 21 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| integer(kind=inttype) bcpointers::jsize |
Definition at line 21 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::computeetot(), bcroutines::computeetot(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), bcroutines_fast_b::prhosubsonicinlet(), bcroutines::prhosubsonicinlet(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| integer(kind=inttype) bcpointers::jstart |
Definition at line 21 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::computeetot(), bcroutines::computeetot(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), mmdelm(), mmdupd(), bcroutines_fast_b::prhosubsonicinlet(), bcroutines::prhosubsonicinlet(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp0 |
Definition at line 11 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp0d |
Definition at line 25 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp1 |
Definition at line 11 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), utils::setbcpointers(), surfaceintegrations_fast_b::wallintegrationface(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp1d |
Definition at line 25 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), and haloexchange::flowintegrationzippercomm_d().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp2 |
Definition at line 11 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), surfaceintegrations::computecpminfamily(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), utils::setbcpointers(), surfaceintegrations_fast_b::wallintegrationface(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp2d |
Definition at line 25 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), and haloexchange::flowintegrationzippercomm_d().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp3 |
Definition at line 11 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::pp3d |
Definition at line 25 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev0 |
Definition at line 13 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev0d |
Definition at line 27 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev1 |
Definition at line 13 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev1d |
Definition at line 27 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev2 |
Definition at line 13 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev2d |
Definition at line 27 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev3 |
Definition at line 13 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rev3d |
Definition at line 27 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv0 |
Definition at line 12 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv0d |
Definition at line 26 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv1 |
Definition at line 12 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), utils::setbcpointers(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv1d |
Definition at line 26 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv2 |
Definition at line 12 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), utils::setbcpointers(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv2d |
Definition at line 26 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv3 |
Definition at line 12 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::rlv3d |
Definition at line 26 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :), pointer bcpointers::sface |
Definition at line 17 of file BCPointers.F90.
Referenced by surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :), pointer bcpointers::sfaced |
Definition at line 31 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), and haloexchange::flowintegrationzippercomm_d().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ss |
Definition at line 16 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssd |
Definition at line 30 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssi |
Definition at line 15 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), heatfluxes(), utils_fast_b::setbcpointers(), utils::setbcpointers(), surfaceintegrations_fast_b::wallintegrationface(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssid |
Definition at line 29 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssj |
Definition at line 15 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssjd |
Definition at line 29 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ssk |
Definition at line 15 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::sskd |
Definition at line 29 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww0 |
Definition at line 10 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww0d |
Definition at line 24 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww1 |
Definition at line 10 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsupersonicinflow(), bcroutines::bcsupersonicinflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), utils::setbcpointers(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww1d |
Definition at line 24 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), and haloexchange::flowintegrationzippercomm_d().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww2 |
Definition at line 10 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bceulerwall(), bcroutines::bceulerwall(), bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcfarfield(), bcroutines::bcfarfield(), bcroutines_fast_b::bcnswalladiabatic(), bcroutines::bcnswalladiabatic(), bcroutines_fast_b::bcnswallisothermal(), bcroutines::bcnswallisothermal(), bcroutines_fast_b::bcsubsonicinflow(), bcroutines::bcsubsonicinflow(), bcroutines_fast_b::bcsubsonicoutflow(), bcroutines::bcsubsonicoutflow(), bcroutines_fast_b::bcsymm1sthalo(), bcroutines::bcsymm1sthalo(), bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), surfaceintegrations::computesepsenmaxfamily(), bcroutines_fast_b::extrapolate2ndhalo(), bcroutines::extrapolate2ndhalo(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), utils_fast_b::setbcpointers(), utils::setbcpointers(), surfaceintegrations_fast_b::wallintegrationface(), and surfaceintegrations::wallintegrationface().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww2d |
Definition at line 24 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), and haloexchange::flowintegrationzippercomm_d().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww3 |
Definition at line 10 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcextrap(), bcroutines::bcextrap(), bcroutines_fast_b::bcsymm2ndhalo(), bcroutines::bcsymm2ndhalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), utils_fast_b::setbcpointers(), and utils::setbcpointers().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::ww3d |
Definition at line 24 of file BCPointers.F90.
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::xx |
Definition at line 16 of file BCPointers.F90.
Referenced by bcroutines_fast_b::bcsymmpolar1sthalo(), bcroutines::bcsymmpolar1sthalo(), bcroutines_fast_b::bcsymmpolar2ndhalo(), bcroutines::bcsymmpolar2ndhalo(), zippermesh::determineclusterareas(), surfaceintegrations_fast_b::flowintegrationface(), surfaceintegrations::flowintegrationface(), haloexchange::flowintegrationzippercomm(), surfaceutils::getsurfacepoints(), utils_fast_b::setbcpointers(), utils::setbcpointers(), zippermesh::surfacedeviation(), surfaceintegrations_fast_b::wallintegrationface(), surfaceintegrations::wallintegrationface(), haloexchange::wallintegrationzippercomm(), tecplotio::writetecplotsurfacefile(), zippermesh::writewalls(), and writezone().
| real(kind=realtype), dimension(:, :, :), pointer bcpointers::xxd |
Definition at line 29 of file BCPointers.F90.
Referenced by haloexchange::flowintegrationzippercomm_b(), haloexchange::flowintegrationzippercomm_d(), haloexchange::wallintegrationzippercomm_b(), and haloexchange::wallintegrationzippercomm_d().