|
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_b |
Functions/Subroutines | |
| subroutine | adjointextra_b::volume_block_b () |
| subroutine | volpym_b (xa, xad, ya, yad, za, zad, xb, xbd, yb, ybd, zb, zbd, xc, xcd, yc, ycd, zc, zcd, xd, xdd, yd, ydd, zd, zdd, volume, volumed) |
| subroutine | volpym (xa, ya, za, xb, yb, zb, xc, yc, zc, xd, yd, zd, volume) |
| subroutine | adjointextra_b::volume_block () |
| subroutine | adjointextra_b::metric_block_b () |
| subroutine | adjointextra_b::metric_block () |
| subroutine | adjointextra_b::boundarynormals_b () |
| subroutine | adjointextra_b::boundarynormals () |
| subroutine | adjointextra_b::xhalo_block_b () |
| subroutine | adjointextra_b::xhalo_block () |
| subroutine | adjointextra_b::resscale_b () |
| subroutine | adjointextra_b::resscale () |
| subroutine | adjointextra_b::sumdwandfw_b () |
| subroutine | adjointextra_b::sumdwandfw () |
| subroutine volume_block_b::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 395 of file adjointExtra_b.f90.
References constants::fourth, and blockpointers::xd.
| subroutine volume_block_b::volpym_b | ( | real(kind=realtype), intent(in) | xa, |
| real(kind=realtype) | xad, | ||
| real(kind=realtype), intent(in) | ya, | ||
| real(kind=realtype) | yad, | ||
| real(kind=realtype), intent(in) | za, | ||
| real(kind=realtype) | zad, | ||
| real(kind=realtype), intent(in) | xb, | ||
| real(kind=realtype) | xbd, | ||
| real(kind=realtype), intent(in) | yb, | ||
| real(kind=realtype) | ybd, | ||
| real(kind=realtype), intent(in) | zb, | ||
| real(kind=realtype) | zbd, | ||
| real(kind=realtype), intent(in) | xc, | ||
| real(kind=realtype) | xcd, | ||
| real(kind=realtype), intent(in) | yc, | ||
| real(kind=realtype) | ycd, | ||
| real(kind=realtype), intent(in) | zc, | ||
| real(kind=realtype) | zcd, | ||
| real(kind=realtype), intent(in) | xd, | ||
| real(kind=realtype) | xdd, | ||
| real(kind=realtype), intent(in) | yd, | ||
| real(kind=realtype) | ydd, | ||
| real(kind=realtype), intent(in) | zd, | ||
| real(kind=realtype) | zdd, | ||
| real(kind=realtype) | volume, | ||
| real(kind=realtype) | volumed | ||
| ) |
Definition at line 334 of file adjointExtra_b.f90.
References constants::fourth, and blockpointers::xd.
Referenced by adjointextra_b::volume_block_b().
