ADflow  v1.0
ADflow is a finite volume RANS solver tailored for gradient-based aerodynamic design optimization.
Functions/Subroutines
gridchecking Module Reference

Functions/Subroutines

subroutine checkfaces
 
subroutine checkfacesblock (blockIsBad, faceID, multiple)
 
subroutine check1to1subfaces
 
subroutine periodictransformsubface (coor, nn, rotCenter, rotAngles, translation)
 
subroutine checksubfacecoor (subfaceInfo, coor, nFace, nBad, badSubfaces, badDist, nSpectral)
 

Function/Subroutine Documentation

◆ check1to1subfaces()

subroutine gridchecking::check1to1subfaces

◆ checkfaces()

subroutine gridchecking::checkfaces

◆ checkfacesblock()

subroutine gridchecking::checkfacesblock ( logical, intent(out)  blockIsBad,
integer(kind=inttype), intent(out)  faceID,
integer(kind=inttype), intent(out)  multiple 
)

◆ checksubfacecoor()

subroutine gridchecking::checksubfacecoor ( integer(kind=inttype), dimension(10, *), intent(in)  subfaceInfo,
real(kind=realtype), dimension(3, *), intent(in)  coor,
integer(kind=inttype), intent(in)  nFace,
integer(kind=inttype), intent(inout)  nBad,
integer(kind=inttype), dimension(4, *), intent(inout)  badSubfaces,
real(kind=realtype), dimension(*), intent(inout)  badDist,
integer(kind=inttype), intent(in)  nSpectral 
)

◆ periodictransformsubface()

subroutine gridchecking::periodictransformsubface ( real(kind=realtype), dimension(3, nn), intent(inout)  coor,
integer(kind=inttype), intent(in)  nn,
real(kind=realtype), dimension(3), intent(in)  rotCenter,
real(kind=realtype), dimension(3), intent(in)  rotAngles,
real(kind=realtype), dimension(3), intent(in)  translation 
)

Definition at line 988 of file gridChecking.F90.

Referenced by check1to1subfaces().

Here is the caller graph for this function: