Like polyPatch but without reference to mesh. patchIdentifier::index is not used. Used in boundaryMesh to hold data on patches. More...
Public Member Functions | |
boundaryPatch (const word &name, const label index, const label size, const label start, const word &physicalType=word::null) | |
Construct from components. More... | |
boundaryPatch (const word &name, const dictionary &dict, const label index) | |
Construct from dictionary. More... | |
boundaryPatch (const boundaryPatch &, const label index) | |
Copy constructor, resetting the index. More... | |
autoPtr< boundaryPatch > | clone () const |
Clone. More... | |
~boundaryPatch () | |
Destructor. More... | |
label | size () const |
label & | size () |
label | start () const |
label & | start () |
virtual void | write (Ostream &) const |
Write dictionary. More... | |
Public Member Functions inherited from patchIdentifier | |
patchIdentifier (const word &name, const label index, const word &physicalType=word::null, const wordList &inGroups=wordList()) | |
Construct from components. More... | |
patchIdentifier (const word &name, const dictionary &, const label index) | |
Construct from dictionary. More... | |
patchIdentifier (const patchIdentifier &, const label index) | |
Construct from geometric patch, resetting the index. More... | |
virtual | ~patchIdentifier () |
Destructor. More... | |
const word & | name () const |
Return name. More... | |
word & | name () |
Return name for modification. More... | |
const word & | physicalType () const |
Return the optional physical type of the patch. More... | |
word & | physicalType () |
Return the optional physical type of the patch for modification. More... | |
label | index () const |
Return the index of this patch in the boundaryMesh. More... | |
label & | index () |
Return the index of this patch in the boundaryMesh for modification. More... | |
const wordList & | inGroups () const |
Return the optional groups patch belongs to. More... | |
wordList & | inGroups () |
Return the optional groups patch belongs to for modification. More... | |
bool | inGroup (const word &) const |
Test if in group. More... | |
void | write (Ostream &) const |
Write patchIdentifier as a dictionary. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const boundaryPatch &) |
Like polyPatch but without reference to mesh. patchIdentifier::index is not used. Used in boundaryMesh to hold data on patches.
Definition at line 57 of file boundaryPatch.H.
boundaryPatch | ( | const word & | name, |
const label | index, | ||
const label | size, | ||
const label | start, | ||
const word & | physicalType = word::null |
||
) |
Construct from components.
Definition at line 33 of file boundaryPatch.C.
Referenced by boundaryPatch::clone().
boundaryPatch | ( | const word & | name, |
const dictionary & | dict, | ||
const label | index | ||
) |
Construct from dictionary.
Definition at line 48 of file boundaryPatch.C.
boundaryPatch | ( | const boundaryPatch & | p, |
const label | index | ||
) |
Copy constructor, resetting the index.
Definition at line 60 of file boundaryPatch.C.
~boundaryPatch | ( | ) |
Destructor.
Definition at line 76 of file boundaryPatch.C.
Foam::autoPtr< Foam::boundaryPatch > clone | ( | ) | const |
Clone.
Definition at line 68 of file boundaryPatch.C.
References boundaryPatch::boundaryPatch().
|
inline |
Definition at line 101 of file boundaryPatch.H.
Referenced by boundaryMesh::addPatch(), boundaryMesh::changeFaces(), boundaryMesh::changePatchType(), boundaryMesh::deletePatch(), boundaryMesh::read(), boundaryMesh::readTriSurface(), and boundaryMesh::whichPatch().
|
inline |
Definition at line 106 of file boundaryPatch.H.
|
inline |
Definition at line 111 of file boundaryPatch.H.
Referenced by boundaryMesh::addPatch(), boundaryMesh::changeFaces(), boundaryMesh::changePatchType(), boundaryMesh::deletePatch(), boundaryMesh::read(), boundaryMesh::readTriSurface(), boundaryMesh::whichPatch(), and boundaryMesh::writeTriSurface().
|
inline |
Definition at line 116 of file boundaryPatch.H.
References boundaryPatch::operator<<, and boundaryPatch::write().
|
virtual |
Write dictionary.
Definition at line 82 of file boundaryPatch.C.
References patchIdentifier::write(), and Foam::writeEntry().
Referenced by Foam::operator<<(), and boundaryPatch::start().
|
friend |
Referenced by boundaryPatch::start().