|
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 | utils_b |
Functions/Subroutines | |
| character(len=n) function | utils_b::char2str (chararray, n) |
| real(kind=realtype) function | utils_b::tsbeta (degreepolbeta, coefpolbeta, degreefourbeta, omegafourbeta, coscoeffourbeta, sincoeffourbeta, t) |
| real(kind=realtype) function | utils_b::tsbetadot (degreepolbeta, coefpolbeta, degreefourbeta, omegafourbeta, coscoeffourbeta, sincoeffourbeta, t) |
| real(kind=realtype) function | utils_b::tsmach (degreepolmach, coefpolmach, degreefourmach, omegafourmach, coscoeffourmach, sincoeffourmach, t) |
| real(kind=realtype) function | utils_b::tsmachdot (degreepolmach, coefpolmach, degreefourmach, omegafourmach, coscoeffourmach, sincoeffourmach, t) |
| real(kind=realtype) function | utils_b::tsalpha (degreepolalpha, coefpolalpha, degreefouralpha, omegafouralpha, coscoeffouralpha, sincoeffouralpha, t) |
| real(kind=realtype) function | utils_b::tsalphadot (degreepolalpha, coefpolalpha, degreefouralpha, omegafouralpha, coscoeffouralpha, sincoeffouralpha, t) |
| subroutine | utils_b::derivativerigidrotangle_b (degreepolrot, coefpolrot, degreefourrot, omegafourrot, coscoeffourrot, sincoeffourrot, t, derivativerigidrotangled) |
| real(kind=realtype) function | utils_b::derivativerigidrotangle (degreepolrot, coefpolrot, degreefourrot, omegafourrot, coscoeffourrot, sincoeffourrot, t) |
| subroutine | utils_b::mydim_b (x, xd, y, yd, mydimd) |
| real(kind=realtype) function | utils_b::mydim (x, y) |
| logical function | utils_b::getcorrectfork () |
| subroutine | utils_b::terminate (routinename, errormessage) |
| subroutine | utils_b::rotmatrixrigidbody (tnew, told, rotationmatrix, rotationpoint) |
| real(kind=realtype) function | utils_b::secondderivativerigidrotangle (degreepolrot, coefpolrot, degreefourrot, omegafourrot, coscoeffourrot, sincoeffourrot, t) |
| real(kind=realtype) function | utils_b::rigidrotangle (degreepolrot, coefpolrot, degreefourrot, omegafourrot, coscoeffourrot, sincoeffourrot, t) |
| subroutine | utils_b::setbcpointers (nn, spatialpointers) |
| subroutine | utils_b::computerootbendingmoment (cf, cm, bendingmoment) |
| subroutine | utils_b::computeleastsquaresregression (y, x, npts, m, b) |
| subroutine | utils_b::computetsderivatives (force, moment, coef0, dcdalpha, dcdalphadot, dcdq, dcdqdot) |
| subroutine | utils_b::getdirangle (freestreamaxis, liftaxis, liftindex, alpha, beta) |
| subroutine | utils_b::stabilityderivativedriver () |
| subroutine | utils_b::setcoeftimeintegrator () |
| subroutine | utils_b::mynorm2_b (x, xd, mynorm2d) |
| real(kind=realtype) function | utils_b::mynorm2 (x) |
| logical function | utils_b::iswalltype (btype) |
| subroutine | utils_b::cross_prod_b (a, ad, b, bd, c, cd) |
| subroutine | utils_b::cross_prod (a, b, c) |
| subroutine | utils_b::siangle (angle, mult, trans) |
| subroutine | utils_b::sidensity (mass, len, mult, trans) |
| subroutine | utils_b::silen (len, mult, trans) |
| subroutine | utils_b::sipressure (mass, len, time, mult, trans) |
| subroutine | utils_b::sitemperature (temp, mult, trans) |
| subroutine | utils_b::siturb (mass, len, time, temp, turbname, mult, trans) |
| subroutine | utils_b::sivelocity (length, time, mult, trans) |