Classes | |
| class | rhs |
Typedefs | |
| typedef simulation::grid::subregion | GridRegionType |
Enumerations | |
| enum | GASMODELS { IDEAL =0, NUM_GAS_MODELS } |
| enum | TRANSPORTMODELS { POWER =0, NUM_TRANSPORT_MODELS } |
Functions | |
| static const std::string | paramNames (std::string("gamma sigmaDissipation sigmaDilatation inputDT inputCFL refRe refPr ")+std::string("dilatationCutoff refLength refRho refPressure refTemperature ")+std::string("power beta bulkViscFac Flags nonDimensional")) |
| static const std::string | cvNames ("rho rhoV rhoE") |
| static const std::string | scalarNames ("scalarVars") |
| static const std::string | timeFieldNames ("simTime simDT simCFL gridTime gridDT gridCFL") |
| static const std::string | dvNames ("pressure temperature rhom1") |
| static const std::string | auxDataNames ("velocity sconn imask") |
| void | CreateDictionaryConfiguration (int numDim, int gridType, int numScalars, bool withDV, bool withAuxData, bool withLegacyData, bool withGridMetrics, const std::string &configPrefix, fixtures::ConfigurationType &inConfig) |
Definition at line 38 of file NavierStokesRHS.H.
| enum GASMODELS |
| Enumerator | |
|---|---|
| IDEAL | |
| NUM_GAS_MODELS | |
Definition at line 35 of file NavierStokesRHS.H.
| enum TRANSPORTMODELS |
| Enumerator | |
|---|---|
| POWER | |
| NUM_TRANSPORT_MODELS | |
Definition at line 36 of file NavierStokesRHS.H.
|
static |
| void CreateDictionaryConfiguration | ( | int | numDim, |
| int | gridType, | ||
| int | numScalars, | ||
| bool | withDV, | ||
| bool | withAuxData, | ||
| bool | withLegacyData, | ||
| bool | withGridMetrics, | ||
| const std::string & | configPrefix, | ||
| fixtures::ConfigurationType & | inConfig | ||
| ) |
Definition at line 5 of file NavierStokesDictionary.C.
References auxDataNames(), cvNames(), dvNames(), numScalars, paramNames(), ix::util::RenewStream(), scalarNames(), Parameters::SetParameter(), and timeFieldNames().
Referenced by plascom2::util::ConvertLegacyConfiguration().
|
static |
|
static |
|
static |
|
static |
Referenced by base< GridT, StateT >::ConfigureDomain(), CreateDictionaryConfiguration(), base< GridT, StateT >::ScalarNames(), base< GridT, StateT >::SetScalarNames(), and pcpp::io::xdmf::WriteDomainFile().
|
static |