#include <limits>#include "Simulation.H"#include "EulerUtil.H"#include "EulerKernels.H"#include "ViscidUtil.H"#include "ViscidKernels.H"#include "OperatorKernels.H"#include "MetricKernels.H"#include "GridKernels.H"#include "Stencil.H"#include "SATKernels.H"#include "WENO.H"#include "EOS.H"Go to the source code of this file.
Classes | |
| class | rhs< GridT, StateT, OperatorT > |
Namespaces | |
| error | |
| module | euler |
Macros | |
| #define | CONSTANT_DT 0 |
| #define | CONSTANT_CFL 1 |
Typedefs | |
| typedef simulation::grid::subregion | GridRegionType |
Enumerations | |
| enum | GASMODELS { IDEAL =0, NUM_GAS_MODELS } |
| enum | TRANSPORTMODELS { POWER =0, NUM_TRANSPORT_MODELS } |
Variables | |
| static const int | EXCHANGEFLUX = 2 |
| static const int | EXCHANGEDV = 4 |
| static const int | ARTDISS = 8 |
| static const int | USEWENO = 16 |
| static const int | holeMask = 1 << mask::HOLE |
| static const int | DV = 1 |
| static const int | TV = 2 |
| static const int | VELGRAD = 4 |
| static const int | VELDIV = 8 |
| static const int | TGRAD = 16 |
| static const int | CONCGRAD = 32 |
| static const int | TAU = 64 |
| static const int | HEATFLUX = 128 |
| static const int | AO = 256 |
| static const int | XANGE = 512 |
| static const int | IFLUX = 1024 |
| static const int | VFLUX = 2048 |
| static const int | VEFLUX = 4096 |
| static const int | BC = 8192 |
| #define CONSTANT_CFL 1 |
Definition at line 32 of file EulerRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
| #define CONSTANT_DT 0 |
Definition at line 31 of file EulerRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::TimeStep().
|
static |
Definition at line 25 of file EulerRHS.H.
|
static |
Definition at line 24 of file EulerRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
static |
Definition at line 23 of file EulerRHS.H.
|
static |
Definition at line 28 of file EulerRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), rhs< GridT, StateT, OperatorT >::SetDomainBCs(), and TestHoleDetection().
|
static |
Definition at line 26 of file EulerRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState(), TestWENO_ApplyWENO(), and TestWENO_RHS().