#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 | |
| navierstokes | |
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 | ALTERNATERHS = 1 |
| 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 |
| #define CONSTANT_CFL 1 |
Definition at line 32 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState(), and rhs< GridT, StateT, OperatorT >::TimeStep().
| #define CONSTANT_DT 0 |
Definition at line 31 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::Init(), and rhs< GridT, StateT, OperatorT >::TimeStep().
|
static |
Definition at line 22 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
static |
Definition at line 25 of file NavierStokesRHS.H.
|
static |
Definition at line 24 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
static |
Definition at line 23 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().
|
static |
Definition at line 28 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::HandleBoundaryConditions(), and rhs< GridT, StateT, OperatorT >::SetDomainBCs().
|
static |
Definition at line 26 of file NavierStokesRHS.H.
Referenced by rhs< GridT, StateT, OperatorT >::SetParamState().