![]() |
|
Public Member Functions | |
TypeName ("wedge") | |
Runtime type information. | |
wedgePolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm) | |
Construct from components. | |
wedgePolyPatch (Istream &, const label index, const polyBoundaryMesh &) | |
Construct from Istream. | |
wedgePolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm) | |
Construct from dictionary. | |
wedgePolyPatch (const wedgePolyPatch &, const polyBoundaryMesh &) | |
Construct as copy, resetting the boundary mesh. | |
wedgePolyPatch (const wedgePolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) | |
Construct given the original patch and resetting the. | |
virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm) const |
Construct and return a clone, resetting the boundary mesh. | |
virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) const |
Construct and return a clone, resetting the face list. | |
const vector & | axis () const |
Return axis of the wedge. | |
const vector & | centreNormal () const |
Return plane normal between the wedge boundaries. | |
const tensor & | faceT () const |
Return face transformation tensor. | |
const tensor & | cellT () const |
Return neighbour-cell transformation tensor. |
|
Construct from components.
|
|
Construct from Istream.
|
|
Construct from dictionary.
|
|
Construct as copy, resetting the boundary mesh.
|
|
Construct given the original patch and resetting the. face list and boundary mesh information |
|
Return axis of the wedge.
Definition at line 155 of file wedgePolyPatch.H. References Foam::tensor. |
|
Return neighbour-cell transformation tensor.
Definition at line 173 of file wedgePolyPatch.H. |
|
Return plane normal between the wedge boundaries.
Definition at line 161 of file wedgePolyPatch.H. References Foam::tensor. |
|
Construct and return a clone, resetting the face list. and boundary mesh Reimplemented from polyPatch. Definition at line 136 of file wedgePolyPatch.H. |
|
Construct and return a clone, resetting the boundary mesh.
Reimplemented from polyPatch. Definition at line 126 of file wedgePolyPatch.H. References Foam::label. |
|
Return face transformation tensor.
Definition at line 167 of file wedgePolyPatch.H. |
|
Runtime type information.
|