|
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_d |
Functions/Subroutines | |
| subroutine | adjointextra_d::volume_block_d () |
| subroutine | volpym_d (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_d::volume_block () |
| subroutine | adjointextra_d::metric_block_d () |
| subroutine | adjointextra_d::metric_block () |
| subroutine | adjointextra_d::boundarynormals_d () |
| subroutine | adjointextra_d::boundarynormals () |
| subroutine | adjointextra_d::xhalo_block_d () |
| subroutine | adjointextra_d::xhalo_block () |
| subroutine | adjointextra_d::resscale_d () |
| subroutine | adjointextra_d::resscale () |
| subroutine | adjointextra_d::sumdwandfw_d () |
| subroutine | adjointextra_d::sumdwandfw () |
| subroutine volume_block_d::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 235 of file adjointExtra_d.f90.
References constants::fourth, and blockpointers::xd.
| subroutine volume_block_d::volpym_d | ( | real(kind=realtype), intent(in) | xa, |
| real(kind=realtype), intent(in) | xad, | ||
| real(kind=realtype), intent(in) | ya, | ||
| real(kind=realtype), intent(in) | yad, | ||
| real(kind=realtype), intent(in) | za, | ||
| real(kind=realtype), intent(in) | zad, | ||
| real(kind=realtype), intent(in) | xb, | ||
| real(kind=realtype), intent(in) | xbd, | ||
| real(kind=realtype), intent(in) | yb, | ||
| real(kind=realtype), intent(in) | ybd, | ||
| real(kind=realtype), intent(in) | zb, | ||
| real(kind=realtype), intent(in) | zbd, | ||
| real(kind=realtype), intent(in) | xc, | ||
| real(kind=realtype), intent(in) | xcd, | ||
| real(kind=realtype), intent(in) | yc, | ||
| real(kind=realtype), intent(in) | ycd, | ||
| real(kind=realtype), intent(in) | zc, | ||
| real(kind=realtype), intent(in) | zcd, | ||
| real(kind=realtype), intent(in) | xd, | ||
| real(kind=realtype), intent(in) | xdd, | ||
| real(kind=realtype), intent(in) | yd, | ||
| real(kind=realtype), intent(in) | ydd, | ||
| real(kind=realtype), intent(in) | zd, | ||
| real(kind=realtype), intent(in) | zdd, | ||
| real(kind=realtype) | volume, | ||
| real(kind=realtype) | volumed | ||
| ) |
Definition at line 188 of file adjointExtra_d.f90.
References constants::fourth, and blockpointers::xd.
Referenced by adjointextra_d::volume_block_d().
