Memosa-FVM
0.2
|
#include <math.h>
Go to the source code of this file.
Classes | |
struct | minModLim |
struct | vanLeer |
struct | superbee |
struct | vanAlbada1 |
struct | ospre |
Functions | |
template<class T , class LimitFunc > | |
void | computeLimitCoeff (T &lc, const T x, const T &dx, const T &min, const T &max, const LimitFunc &f) |
template<class T , class LimitFunc > | |
void | computeLimitCoeff2 (T &lc, const T x, const T &dx, const T &min, const T &max, const LimitFunc &f) |
void computeLimitCoeff | ( | T & | lc, |
const T | x, | ||
const T & | dx, | ||
const T & | min, | ||
const T & | max, | ||
const LimitFunc & | f | ||
) |
Definition at line 72 of file FluxLimiters.h.
Referenced by COMETBoundaryConditions< X, Diag, OffDiag >::applyPressureInletBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyRealWallBC(), COMETBoundaryConditions< X, Diag, OffDiag >::applyZeroGradientBC(), COMETESBGKDiscretizer< T >::COMETConvectionFine(), and COMETESBGKDiscretizer< T >::setBoundaryValFine().
void computeLimitCoeff2 | ( | T & | lc, |
const T | x, | ||
const T & | dx, | ||
const T & | min, | ||
const T & | max, | ||
const LimitFunc & | f | ||
) |
Definition at line 85 of file FluxLimiters.h.
Referenced by COMETDiscretizer< T >::COMETConvectionFine(), and COMETDiscretizer< T >::updateGhostFine().