Define a curved face. More...


Classes | |
| class | iNew |
| Class used for the read-construction of. More... | |
Public Member Functions | |
| TypeName ("blockFace") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, blockFace, Istream,(const dictionary &dict, const label index, const searchableSurfaceList &geometry, Istream &is),(dict, index, geometry, is)) | |
| blockFace (const face &vertices) | |
| Construct from face vertices. More... | |
| blockFace (const dictionary &dict, const label index, Istream &) | |
| Construct from Istream. More... | |
| virtual autoPtr< blockFace > | clone () const |
| Clone function. More... | |
| virtual | ~blockFace () |
| Destructor. More... | |
| const face & | vertices () const |
| Return block face vertices. More... | |
| bool | compare (const blockFace &) const |
| Compare with given blockFace. More... | |
| bool | compare (const face &vertices) const |
| Compare with the given block and block face. More... | |
| virtual void | project (const blockDescriptor &, const label blockFacei, pointField &points) const =0 |
| void | write (Ostream &, const dictionary &) const |
| Write face with variable backsubstitution. More... | |
Static Public Member Functions | |
| static autoPtr< blockFace > | New (const dictionary &dict, const label index, const searchableSurfaceList &geometry, Istream &) |
| New function which constructs and returns pointer to a blockFace. More... | |
Protected Attributes | |
| const face | vertices_ |
| Block face vertices. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const blockFace &) |
Construct from face vertices.
Definition at line 41 of file blockFace.C.
| blockFace | ( | const dictionary & | dict, |
| const label | index, | ||
| Istream & | is | ||
| ) |
Construct from Istream.
Definition at line 47 of file blockFace.C.
|
inlinevirtual |
Destructor.
Definition at line 138 of file blockFace.H.
| TypeName | ( | "blockFace" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| blockFace | , | ||
| Istream | , | ||
| (const dictionary &dict, const label index, const searchableSurfaceList &geometry, Istream &is) | , | ||
| (dict, index, geometry, is) | |||
| ) |
|
virtual |
|
static |
New function which constructs and returns pointer to a blockFace.
Definition at line 72 of file blockFace.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalError, FatalErrorInFunction, InfoInFunction, and Foam::nl.
Referenced by blockFace::iNew::operator()().


|
inline |
Return block face vertices.
Definition at line 28 of file blockFaceI.H.
References blockFace::vertices_.
Referenced by blockFace::compare().

|
inline |
Compare with given blockFace.
Definition at line 34 of file blockFaceI.H.
References blockFace::vertices().

|
inline |
Compare with the given block and block face.
Definition at line 40 of file blockFaceI.H.
References face::sameVertices(), and Foam::vertices().

|
pure virtual |
Implemented in projectFace.
| void write | ( | Ostream & | os, |
| const dictionary & | d | ||
| ) | const |
Write face with variable backsubstitution.
Definition at line 106 of file blockFace.C.
References token::BEGIN_LIST, token::END_LIST, forAll, token::SPACE, and blockVertex::write().

|
protected |
Block face vertices.
Definition at line 62 of file blockFace.H.
Referenced by blockFace::vertices().