ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Modules | Functions/Subroutines
adjointExtra.F90 File Reference

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
 

Function/Subroutine Documentation

◆ volpym()

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 
)