Namespaces | |
| navierstokes | |
Classes | |
| class | base |
Enumerations | |
| enum | BCType { HOLE =0, SPONGE, NUMBCTYPE } |
Functions | |
| int | ResolveBCName (const std::string &inName) |
| std::string | ResolveBCType (int inType) |
Variables | |
| static const char * | bcNames [] = {"HOLE","SPONGE","UNKNOWN"} |
| enum BCType |
| Enumerator | |
|---|---|
| HOLE | |
| SPONGE | |
| NUMBCTYPE | |
Definition at line 10 of file Boundary.H.
| int ResolveBCName | ( | const std::string & | inName | ) |
Definition at line 8 of file Boundary.C.
References bcNames, and NUMBCTYPE.
Referenced by base< GridT, StateT >::ConfigureDomain().
| std::string ResolveBCType | ( | int | inType | ) |
Definition at line 17 of file Boundary.C.
|
static |
Definition at line 11 of file Boundary.H.
Referenced by base< GridT, StateT >::BCNames(), base< GridT, StateT >::ConfigureDomain(), base< GridT, StateT >::ConfigureGridDomainBoundaries(), base< GridT, StateT >::Report(), ResolveBCName(), and ResolveBCType().