Class to store solver template specifications. More...
Public Types | |
enum | solverType { stCompressible, stIncompressible, stBuoyant, stUnknown } |
Public Member Functions | |
solverTemplate (const fileName &baseDir, const Time &runTime, const word ®ionName) | |
word | type () const |
bool | multiRegion () const |
label | nRegion () const |
const word & | regionType (const label regionI) const |
const word & | regionName (const label regionI) const |
const wordList & | fieldNames (const label regionI) const |
const wordList & | fieldTypes (const label regionI) const |
const PtrList< dimensionSet > & | fieldDimensions (const label regionI) const |
Static Public Attributes | |
static const Enum< solverType > | solverTypeNames_ |
enum solverType |
Enumerator | |
---|---|
stCompressible | |
stIncompressible | |
stBuoyant | |
stUnknown |
Definition at line 54 of file solverTemplate.H.
solverTemplate | ( | const fileName & | baseDir, |
const Time & | runTime, | ||
const word & | regionName | ||
) |
word type | ( | ) | const |
bool multiRegion | ( | ) | const |
label nRegion | ( | ) | const |
const word& regionType | ( | const label | regionI | ) | const |
const word& regionName | ( | const label | regionI | ) | const |
const wordList& fieldNames | ( | const label | regionI | ) | const |
const wordList& fieldTypes | ( | const label | regionI | ) | const |
const PtrList<dimensionSet>& fieldDimensions | ( | const label | regionI | ) | const |
|
static |
Definition at line 63 of file solverTemplate.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.