112 void setType(
const label patchI,
const word& condition);
A PtrList of objects of type <T> with automated input and output.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
void write() const
Write the boundary dictionary.
const wordList & types() const
Patch types.
const List< wordList > & groups() const
Groups.
const wordList & names() const
Patch names.
const boolList & constraint() const
Constraint flag.
const wordHashSet & allGroupNames() const
Set of all group names.
boundaryInfo(const Time &runTime, const word ®ionName)
Constructor.
void setType(const label patchI, const word &condition)
Set the patch type based on the condition.
A class for handling words, derived from Foam::string.
Foam::word regionName(args.getOrDefault< word >("region", Foam::polyMesh::defaultRegion))
List< word > wordList
List of word.
HashSet< word, Hash< word > > wordHashSet
A HashSet of words, uses string hasher.
List< bool > boolList
A List of bools.