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