|
ADflow
v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
|
#include <petsc/finclude/petsc.h>
Go to the source code of this file.
Modules | |
| module | zippermesh |
Functions/Subroutines | |
| subroutine | zippermesh::createzippermesh (zipperFamList, nZipFam) |
| integer(kind=inttype) function | selectnodefamily (nodeFam) |
| subroutine | zippermesh::checkzipper (fileName) |
| subroutine | zippermesh::zippercore (master, pocketMaster, debugZipper) |
| subroutine | zippermesh::determineclusterareas (famList) |
| subroutine | zippermesh::initbcdataiblank (level, sps) |
| subroutine | zippermesh::slitelimination (famList, level, sps) |
| logical function | validcell (i, j) |
| subroutine | zippermesh::surfacedeviation (famList, level, sps) |
| real(kind=realtype) function | zippermesh::checkdeviation (P0, P1, P2, P3) |
| subroutine | zippermesh::writewalls (famList) |
| subroutine | writezone (iBeg, iEnd, jBeg, jEnd, nBkGlobal, xx, iblank) |
| subroutine | zippermesh::bowtieandisolationelimination (famList, level, sps) |
| subroutine | findbowties |
| subroutine | setneighbourcounts |
| subroutine bowtieandisolationelimination::findbowties |
Definition at line 1582 of file zipperMesh.F90.
Referenced by zippermesh::bowtieandisolationelimination().

| integer(kind=inttype) function createzippermesh::selectnodefamily | ( | integer(kind=inttype), dimension(3) | nodeFam | ) |
Definition at line 500 of file zipperMesh.F90.
Referenced by zippermesh::createzippermesh().

| subroutine bowtieandisolationelimination::setneighbourcounts |
Definition at line 1639 of file zipperMesh.F90.
Referenced by zippermesh::bowtieandisolationelimination().

| logical function slitelimination::validcell | ( | integer(kind=inttype), intent(in) | i, |
| integer(kind=inttype), intent(in) | j | ||
| ) |
Definition at line 1000 of file zipperMesh.F90.
Referenced by zippermesh::slitelimination().

| subroutine writewalls::writezone | ( | integer(kind=inttype), intent(in) | iBeg, |
| integer(kind=inttype), intent(in) | iEnd, | ||
| integer(kind=inttype), intent(in) | jBeg, | ||
| integer(kind=inttype), intent(in) | jEnd, | ||
| integer(kind=inttype), intent(in) | nBkGlobal, | ||
| real(kind=realtype), dimension(:), intent(in) | xx, | ||
| integer(kind=inttype), dimension(:), intent(in) | iblank | ||
| ) |
Definition at line 1403 of file zipperMesh.F90.
References commonformats::sci12, and bcpointers::xx.
Referenced by zippermesh::writewalls().
