|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
Go to the source code of this file.
Modules | |
| module | adjointextra |
Functions/Subroutines | |
| subroutine | adjointextra::volume_block |
| subroutine | volpym (xa, ya, za, xb, yb, zb, xc, yc, zc, xd, yd, zd, volume) |
| subroutine | adjointextra::metric_block |
| subroutine | adjointextra::boundarynormals |
| subroutine | adjointextra::xhalo_block |
| subroutine | adjointextra::resscale |
| subroutine | adjointextra::sumdwandfw |
| subroutine volpym | ( | real(kind=realtype), intent(in) | xa, |
| real(kind=realtype), intent(in) | ya, | ||
| real(kind=realtype), intent(in) | za, | ||
| real(kind=realtype), intent(in) | xb, | ||
| real(kind=realtype), intent(in) | yb, | ||
| real(kind=realtype), intent(in) | zb, | ||
| real(kind=realtype), intent(in) | xc, | ||
| real(kind=realtype), intent(in) | yc, | ||
| real(kind=realtype), intent(in) | zc, | ||
| real(kind=realtype), intent(in) | xd, | ||
| real(kind=realtype), intent(in) | yd, | ||
| real(kind=realtype), intent(in) | zd, | ||
| real(kind=realtype) | volume | ||
| ) |
Definition at line 147 of file adjointExtra.F90.
References constants::fourth, and blockpointers::xd.
Referenced by preprocessingapi::metric(), volpym(), adjointextra::volume_block(), adjointextra_d::volume_block(), adjointextra_b::volume_block(), and adjointextra_b::volume_block_b().
