52 #ifndef boundaryRegion_H 53 #define boundaryRegion_H 73 public Map<dictionary>
87 const fileName& instance =
"constant" 123 const word& name =
"boundaryRegion",
124 const fileName& instance =
"constant" 131 const word& name =
"boundaryRegion",
132 const fileName& instance =
"constant" ~boundaryRegion()
Destructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A class for handling file names.
void writeDict(const objectRegistry &, const word &name="boundaryRegion", const fileName &instance="constant") const
Write constant/boundaryRegion for later reuse.
A list of keyword definitions, which are a keyword followed by any number of values (e...
label append(const dictionary &)
Append to the end, return index.
boundaryRegion()
Construct null.
label findIndex(const word &name) const
Return index corresponding to patch 'name'.
void rename(const dictionary &)
Rename regions.
Map< word > boundaryTypes() const
Return a Map of (id => type)
A class for handling words, derived from string.
Map< word > names() const
Return a Map of (id => name)
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
word boundaryType(const word &name) const
Return BoundaryType corresponding to patch 'name'.
void operator=(const boundaryRegion &)
Assignment.
word name(const complex &)
Return a string representation of a complex.
void readDict(const objectRegistry &, const word &name="boundaryRegion", const fileName &instance="constant")
Read constant/boundaryRegion.
Registry of regIOobjects.
The boundaryRegion persistent data saved as a Map<dictionary>.
A HashTable to objects of type <T> with a label key.