|
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 | flowutils |
Functions/Subroutines | |
| subroutine | flowutils::computettot (rho, u, v, w, p, Ttot) |
| subroutine | flowutils::computegamma (T, gamma, mm) |
| subroutine | flowutils::computeptot (rho, u, v, w, p, ptot) |
| subroutine | flowutils::computespeedofsoundsquared |
| subroutine | flowutils::computeetotblock (iStart, iEnd, jStart, jEnd, kStart, kEnd, correctForK) |
| subroutine | flowutils::etot (rho, u, v, w, p, k, etotal, correctForK) |
| subroutine | flowutils::eint (rho, p, k, einternal, correctForK) |
| subroutine | flowutils::computepressuresimple (includeHalos) |
| subroutine | flowutils::computepressure (iBeg, iEnd, jBeg, jEnd, kBeg, kEnd, pointerOffset) |
| subroutine | flowutils::computelamviscosity (includeHalos) |
| subroutine | flowutils::adjustinflowangle () |
| subroutine | flowutils::derivativerotmatrixrigid (rotationMatrix, rotationPoint, t) |
| subroutine | flowutils::getdirvector (refDirection, alpha, beta, windDirection, liftIndex) |
| subroutine | flowutils::vectorrotation (xp, yp, zp, iaxis, angle, x, y, z) |
| subroutine | flowutils::allnodalgradients |
| subroutine | flowutils::fixallnodalgradientsfromad |
| subroutine | flowutils::computeetotcellcpfit (i, j, k, scale, correctForK) |
| subroutine | flowutils::updategamma |