Symmetry-plane patch. More...


Public Member Functions | |
| TypeName ("symmetryPlane") | |
| Runtime type information. | |
| symmetryPolyPatch (const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType) | |
| Construct from components. | |
| symmetryPolyPatch (const word &name, const dictionary &dict, const label index, const polyBoundaryMesh &bm, const word &patchType) | |
| Construct from dictionary. | |
| symmetryPolyPatch (const symmetryPolyPatch &, const polyBoundaryMesh &) | |
| Construct as copy, resetting the boundary mesh. | |
| symmetryPolyPatch (const symmetryPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const label newSize, const label newStart) | |
| Construct given the original patch and resetting the. | |
| symmetryPolyPatch (const symmetryPolyPatch &pp, const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) | |
| Construct given the original patch and a map. | |
| 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. | |
| virtual autoPtr< polyPatch > | clone (const polyBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const label newStart) const |
| Construct and return a clone, resetting the face list. | |
Detailed Description
Constructor & Destructor Documentation
| symmetryPolyPatch | ( | const word & | name, |
| const label | size, | ||
| const label | start, | ||
| const label | index, | ||
| const polyBoundaryMesh & | bm, | ||
| const word & | patchType | ||
| ) |
Construct from components.
Definition at line 42 of file symmetryPolyPatch.C.
Referenced by symmetryPolyPatch::clone().

| symmetryPolyPatch | ( | const word & | name, |
| const dictionary & | dict, | ||
| const label | index, | ||
| const polyBoundaryMesh & | bm, | ||
| const word & | patchType | ||
| ) |
Construct from dictionary.
Definition at line 56 of file symmetryPolyPatch.C.
| symmetryPolyPatch | ( | const symmetryPolyPatch & | pp, |
| const polyBoundaryMesh & | bm | ||
| ) |
Construct as copy, resetting the boundary mesh.
Definition at line 69 of file symmetryPolyPatch.C.
| symmetryPolyPatch | ( | const symmetryPolyPatch & | pp, |
| const polyBoundaryMesh & | bm, | ||
| const label | index, | ||
| const label | newSize, | ||
| const label | newStart | ||
| ) |
Construct given the original patch and resetting the.
face list and boundary mesh information
Definition at line 79 of file symmetryPolyPatch.C.
| symmetryPolyPatch | ( | const symmetryPolyPatch & | pp, |
| const polyBoundaryMesh & | bm, | ||
| const label | index, | ||
| const labelUList & | mapAddressing, | ||
| const label | newStart | ||
| ) |
Construct given the original patch and a map.
Definition at line 92 of file symmetryPolyPatch.C.
Member Function Documentation
| TypeName | ( | "symmetryPlane" | ) |
Runtime type information.
| virtual autoPtr<polyPatch> clone | ( | const polyBoundaryMesh & | bm | ) | const [inline, virtual] |
Construct and return a clone, resetting the boundary mesh.
Reimplemented from polyPatch.
Definition at line 107 of file symmetryPolyPatch.H.
References symmetryPolyPatch::symmetryPolyPatch().

| virtual autoPtr<polyPatch> clone | ( | const polyBoundaryMesh & | bm, |
| const label | index, | ||
| const label | newSize, | ||
| const label | newStart | ||
| ) | const [inline, virtual] |
Construct and return a clone, resetting the face list.
and boundary mesh
Reimplemented from polyPatch.
Definition at line 115 of file symmetryPolyPatch.H.
References symmetryPolyPatch::symmetryPolyPatch().

| virtual autoPtr<polyPatch> clone | ( | const polyBoundaryMesh & | bm, |
| const label | index, | ||
| const labelUList & | mapAddressing, | ||
| const label | newStart | ||
| ) | const [inline, virtual] |
Construct and return a clone, resetting the face list.
and boundary mesh
Reimplemented from polyPatch.
Definition at line 131 of file symmetryPolyPatch.H.
References symmetryPolyPatch::symmetryPolyPatch().

The documentation for this class was generated from the following files:
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.H
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/symmetry/symmetryPolyPatch.C
