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

Functions/Subroutines

subroutine writecgnsgridfile
 
subroutine gridfilenameswrite
 
subroutine writecgnsgridframe (cgnsZone, ind)
 
subroutine writecoorcgnszone (zone, cgnsZone)
 
subroutine storecoorinbuffer (buffer, zone, ind, coorID, blockID, nn)
 

Function/Subroutine Documentation

◆ gridfilenameswrite()

subroutine writecgnsgrid::gridfilenameswrite

◆ storecoorinbuffer()

subroutine writecgnsgrid::storecoorinbuffer ( real(kind=realtype), dimension(*), intent(out)  buffer,
integer(kind=inttype), intent(in)  zone,
integer(kind=inttype), intent(in)  ind,
integer(kind=inttype), intent(in)  coorID,
integer(kind=inttype), intent(in)  blockID,
integer, intent(out)  nn 
)

Definition at line 1449 of file writeCGNSGrid.F90.

References cgnsgrid::cgnsdoms, block::flowdoms, iomodule::iovar, and constants::one.

Referenced by writecoorcgnszone().

Here is the caller graph for this function:

◆ writecgnsgridfile()

subroutine writecgnsgrid::writecgnsgridfile

◆ writecgnsgridframe()

subroutine writecgnsgrid::writecgnsgridframe ( integer, dimension(*), intent(out)  cgnsZone,
integer(kind=inttype), intent(in)  ind 
)

◆ writecoorcgnszone()

subroutine writecgnsgrid::writecoorcgnszone ( integer(kind=inttype), intent(in)  zone,
integer, intent(in)  cgnsZone 
)