|
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 | outputmod |
Functions/Subroutines | |
| subroutine | outputmod::numberofisosurfvariables (nIsoSolVar) |
| subroutine | outputmod::numberofsurfsolvariables (nSolVar) |
| subroutine | outputmod::numberofvolsolvariables (nVolSolvar, nVolDiscrVar) |
| subroutine | outputmod::copydatabufsingleprecision (val, buffer, iBeg, jBeg, kBeg, iEnd, jEnd, kEnd, subRange) |
| subroutine | outputmod::copydatabufdoubleprecision (val, buffer, iBeg, jBeg, kBeg, iEnd, jEnd, kEnd, subRange) |
| subroutine | outputmod::volsolnames (solNames) |
| subroutine | outputmod::surfsolnames (solNames) |
| subroutine | outputmod::storesolinbuffer (buffer, copyInBuffer, solName, iBeg, iEnd, jBeg, jEnd, kBeg, kEnd) |
| subroutine | outputmod::storesurfsolinbuffer (sps, buffer, nn, blockID, faceID, cellRange, solName, viscousSubface, useRindLayer, iBeg, iEnd, jBeg, jEnd) |
| subroutine | computecoeffpressure () |
| subroutine | outputmod::storeoldsolinbuffer (buffer, ind, wID, iBeg, iEnd, jBeg, jEnd, kBeg, kEnd) |
| subroutine | outputmod::describescheme (string) |
| subroutine | outputmod::isosurfnames (solNames) |
| subroutine | outputmod::sethelpvariableswriting |
| subroutine | outputmod::releasehelpvariableswriting |
| subroutine | outputmod::writecgnsheader (cgnsInd, base) |
| subroutine | outputmod::writecgnskomegamodifiedinfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnskomegawilcoxinfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnsktauinfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnsmentersstinfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnsreferencestate (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnssainfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnssaeinfo (cgnsInd, cgnsBase) |
| subroutine | outputmod::writecgnsv2finfo (cgnsInd, cgnsBase) |
Variables | |
| integer(kind=inttype), dimension(:), allocatable | outputmod::nblockscgnsblock |
| integer(kind=inttype), dimension(:), allocatable | outputmod::blockscgnsblock |
| integer(kind=inttype), dimension(:), allocatable | outputmod::ndomperproc |
| integer(kind=inttype), dimension(:, :), allocatable | outputmod::idsbegoralldoms |
| integer(kind=inttype) | outputmod::ngridstowrite |
| integer(kind=inttype) | outputmod::nvolsoltowrite |
| integer(kind=inttype) | outputmod::nsurfsoltowrite |
| character(len=maxstringlen), dimension(:), allocatable | outputmod::gridfilenames |
| character(len=maxstringlen), dimension(:), allocatable | outputmod::volsolfilenames |
| character(len=maxstringlen), dimension(:), allocatable | outputmod::surfsolfilenames |
| integer, dimension(:), allocatable | outputmod::fileids |
| integer, dimension(:), allocatable | outputmod::cgnsbases |
| integer, dimension(:), allocatable | outputmod::cgnsisosurfbases |
| integer, dimension(:), allocatable | outputmod::cgnsliftdistbases |
| logical | outputmod::uselinksincgns |
| subroutine storesurfsolinbuffer::computecoeffpressure |
Definition at line 2378 of file outputMod.F90.
References cgnsgrid::cgnsdoms, constants::half, flowvarrefstate::pinf, flowvarrefstate::pref, and flowvarrefstate::rhoinfdim.
Referenced by outputmod::storesurfsolinbuffer().
