|
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 | preprocessingapi |
| subroutine facerotationmatrices::computerotmatrixface | ( | real(kind=realtype), dimension(:, :, :), intent(in) | xx, |
| real(kind=realtype), dimension(2:, 2:, :, :), intent(out) | rotMat, | ||
| integer(kind=inttype), intent(in) | iil, | ||
| integer(kind=inttype), intent(in) | jjl | ||
| ) |
Definition at line 3876 of file preprocessingAPI.F90.
References constants::fourth, and constants::one.
Referenced by preprocessingapi::facerotationmatrices().

| real(kind=realtype) function metric::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 | ||
| ) |
Definition at line 3487 of file preprocessingAPI.F90.
References constants::fourth, volpym(), and blockpointers::xd.
