Public Member Functions | |
TypeName ("boundaryPatchBase") | |
Runtime type information. More... | |
boundaryPatchBase (const word &, const word &, const label, const label) | |
boundaryPatchBase (const word &name, const dictionary &) | |
virtual | ~boundaryPatchBase () |
declareRunTimeSelectionTable (autoPtr, boundaryPatchBase, dictionary,(const word &name, const dictionary &dict),(name, dict)) | |
autoPtr< boundaryPatchBase > | clone () const |
virtual void | write (Ostream &) const =0 |
Write. More... | |
virtual void | writeDict (Ostream &) const =0 |
Write dictionary. More... | |
const word & | patchName () const |
word & | patchName () |
const word & | patchType () const |
word & | patchType () |
label | patchStart () const |
label & | patchStart () |
label | patchSize () const |
label & | patchSize () |
virtual dictionary | dict () const =0 |
Return as dictionary of entries. More... | |
virtual Istream & | operator>> (Istream &)=0 |
Static Public Member Functions | |
static autoPtr< boundaryPatchBase > | New (const word &name, const dictionary &dict) |
static autoPtr< boundaryPatchBase > | New (Istream &) |
Protected Attributes | |
word | name_ |
word | type_ |
label | nFaces_ |
label | startFace_ |
Friends | |
Ostream & | operator<< (Ostream &, const boundaryPatchBase &) |
Definition at line 50 of file boundaryPatchBase.H.
boundaryPatchBase | ( | const word & | n, |
const word & | t, | ||
const label | nF, | ||
const label | sF | ||
) |
Definition at line 97 of file boundaryPatchBase.C.
boundaryPatchBase | ( | const word & | name, |
const dictionary & | dict | ||
) |
Definition at line 110 of file boundaryPatchBase.C.
References boundaryPatchBase::dict(), dictionary::lookup(), boundaryPatchBase::nFaces_, Foam::readLabel(), boundaryPatchBase::startFace_, Foam::type(), and boundaryPatchBase::type_.
|
inlinevirtual |
Definition at line 82 of file boundaryPatchBase.H.
TypeName | ( | "boundaryPatchBase" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
boundaryPatchBase | , | ||
dictionary | , | ||
(const word &name, const dictionary &dict) | , | ||
(name, dict) | |||
) |
|
static |
check the type of processor. Allowed types are processor and patch Other patch types are treated as ordinary patches
Definition at line 53 of file boundaryPatchBase.C.
References dict, Foam::exit(), Foam::FatalIOError, FatalIOErrorIn, dictionary::lookup(), Foam::name(), Foam::nl, and Foam::type().
Referenced by boundaryPatchBase::clone(), boundaryPatchBase::New(), and polyMeshGenFaces::write().
|
static |
Definition at line 84 of file boundaryPatchBase.C.
References dict, Foam::name(), and boundaryPatchBase::New().
|
inline |
Definition at line 114 of file boundaryPatchBase.H.
References boundaryPatchBase::dict(), boundaryPatchBase::name_, and boundaryPatchBase::New().
|
pure virtual |
Write.
Implemented in processorBoundaryPatch.
Referenced by Foam::operator<<().
|
pure virtual |
Write dictionary.
Implemented in processorBoundaryPatch.
|
inline |
Definition at line 131 of file boundaryPatchBase.H.
References boundaryPatchBase::name_.
Referenced by processorBoundaryPatch::clone(), and processorBoundaryPatch::operator<<().
|
inline |
Definition at line 136 of file boundaryPatchBase.H.
References boundaryPatchBase::name_.
|
inline |
Definition at line 141 of file boundaryPatchBase.H.
References boundaryPatchBase::type_.
Referenced by processorBoundaryPatch::clone(), and processorBoundaryPatch::operator<<().
|
inline |
Definition at line 146 of file boundaryPatchBase.H.
References boundaryPatchBase::type_.
|
inline |
Definition at line 151 of file boundaryPatchBase.H.
References boundaryPatchBase::startFace_.
Referenced by polyMeshGenModifier::addProcessorFaces(), processorBoundaryPatch::clone(), partTetMesh::createPointsAndTets(), processorBoundaryPatch::operator<<(), polyMeshGenModifier::removeDuplicateFaces(), and checkBoundaryFacesSharingTwoEdges::removeExcessiveVertices().
|
inline |
Definition at line 156 of file boundaryPatchBase.H.
References boundaryPatchBase::startFace_.
|
inline |
Definition at line 161 of file boundaryPatchBase.H.
References boundaryPatchBase::nFaces_.
Referenced by polyMeshGenModifier::addProcessorFaces(), processorBoundaryPatch::clone(), partTetMesh::createPointsAndTets(), processorBoundaryPatch::operator<<(), polyMeshGenModifier::removeDuplicateFaces(), and checkBoundaryFacesSharingTwoEdges::removeExcessiveVertices().
|
inline |
Definition at line 166 of file boundaryPatchBase.H.
References boundaryPatchBase::nFaces_.
|
pure virtual |
Return as dictionary of entries.
Implemented in processorBoundaryPatch.
Referenced by boundaryPatchBase::boundaryPatchBase(), and boundaryPatchBase::clone().
Implemented in processorBoundaryPatch.
|
friend |
Definition at line 125 of file boundaryPatchBase.C.
|
protected |
Definition at line 55 of file boundaryPatchBase.H.
Referenced by boundaryPatchBase::clone(), processorBoundaryPatch::operator!=(), processorBoundaryPatch::operator=(), processorBoundaryPatch::operator>>(), and boundaryPatchBase::patchName().
|
protected |
Definition at line 57 of file boundaryPatchBase.H.
Referenced by boundaryPatchBase::boundaryPatchBase(), processorBoundaryPatch::dict(), processorBoundaryPatch::operator!=(), processorBoundaryPatch::operator=(), processorBoundaryPatch::operator>>(), and boundaryPatchBase::patchType().
|
protected |
Definition at line 59 of file boundaryPatchBase.H.
Referenced by boundaryPatchBase::boundaryPatchBase(), processorBoundaryPatch::dict(), processorBoundaryPatch::operator!=(), processorBoundaryPatch::operator=(), processorBoundaryPatch::operator>>(), and boundaryPatchBase::patchSize().
|
protected |
Definition at line 61 of file boundaryPatchBase.H.
Referenced by boundaryPatchBase::boundaryPatchBase(), processorBoundaryPatch::dict(), processorBoundaryPatch::operator!=(), processorBoundaryPatch::operator=(), processorBoundaryPatch::operator>>(), and boundaryPatchBase::patchStart().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.