|
| | TypeName (mappedWallPolyPatch::typeName_()) |
| | Runtime type information. More...
|
| |
| | mappedWallPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) |
| | Construct from polyPatch. More...
|
| |
| | TypeName (wallPolyPatch::typeName_()) |
| | Runtime type information. More...
|
| |
| | wallPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) |
| | Construct from polyPatch. More...
|
| |
| | wallPointPatch (const wallPointPatch &patch, const pointBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const labelUList &reversePointMap) |
| | Construct given the original patch and a map. More...
|
| |
| virtual autoPtr< pointPatch > | clone (const pointBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const labelUList &reversePointMap) const |
| | Construct and return a subset clone, resetting the point list and boundary mesh. More...
|
| |
| | TypeName (polyPatch::typeName_()) |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm)) |
| |
| | facePointPatch (const polyPatch &p, const pointBoundaryMesh &pm) |
| | Construct from polyPatch and boundary mesh. More...
|
| |
| | facePointPatch (const facePointPatch &pp, const pointBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const labelUList &reversePointMap) |
| | Construct given the original patch and a map. More...
|
| |
| virtual | ~facePointPatch ()=default |
| | Destructor. More...
|
| |
| virtual const polyPatch & | patch () const |
| | Return the polyPatch. More...
|
| |
| virtual const word & | name () const |
| | Return name. More...
|
| |
| virtual label | size () const |
| | Return size. More...
|
| |
| virtual label | index () const |
| | Return the index of this patch in the pointBoundaryMesh. More...
|
| |
| virtual bool | coupled () const |
| | Return true if this patch field is coupled. More...
|
| |
| virtual const labelList & | meshPoints () const |
| | Return mesh points. More...
|
| |
| virtual const pointField & | localPoints () const |
| | Return pointField of points in patch. More...
|
| |
| virtual const vectorField & | pointNormals () const |
| | Return point unit normals. More...
|
| |
| | TypeName ("basePatch") |
| | Runtime type information. More...
|
| |
| | declareRunTimeSelectionTable (autoPtr, pointPatch, dictionary,(const word &name, const dictionary &dict, const label index, const pointBoundaryMesh &bm, const word &patchType),(name, dict, index, bm, patchType)) |
| |
| | pointPatch (const word &name, const label index, const pointBoundaryMesh &bm, const word &physicalType, const wordList &inGroups) |
| | Construct from components. More...
|
| |
| | pointPatch (const word &name, const dictionary &dict, const label index, const pointBoundaryMesh &bm) |
| | Construct from dictionary. More...
|
| |
| | pointPatch (const pointPatch &pp, const pointBoundaryMesh &bm, const label index, const labelUList &mapAddressing, const labelUList &reversePointMap) |
| | Construct given the original patch and a map. More...
|
| |
| virtual | ~pointPatch ()=default |
| | Destructor. More...
|
| |
| const pointBoundaryMesh & | boundaryMesh () const |
| | Return boundaryMesh reference. More...
|
| |
| virtual const word & | constraintType () const |
| | Return the constraint type this pointPatch implements. More...
|
| |
| virtual void | applyConstraint (const label pointi, pointConstraint &) const |
| | Accumulate the effect of constraint direction of this patch. More...
|
| |
| virtual void | write (Ostream &) const |
| | Write the pointPatch data as a dictionary. More...
|
| |
| | patchIdentifier (const patchIdentifier &)=default |
| | Copy construct. More...
|
| |
| | patchIdentifier (patchIdentifier &&)=default |
| | Move construct. More...
|
| |
| patchIdentifier & | operator= (const patchIdentifier &)=default |
| | Copy assignment. More...
|
| |
| patchIdentifier & | operator= (patchIdentifier &&)=default |
| | Move assignment. More...
|
| |
| virtual | ~patchIdentifier ()=default |
| | Destructor. More...
|
| |
| | patchIdentifier () |
| | Default construct: name="", index=0. More...
|
| |
| | patchIdentifier (const word &name, const label index) |
| | Construct from mandatory components. More...
|
| |
| | patchIdentifier (const word &name, const label index, const word &physicalType, const wordList &inGroups=wordList()) |
| | Construct from components. More...
|
| |
| | patchIdentifier (const word &name, const dictionary &dict, const label index) |
| | Construct from dictionary. More...
|
| |
| | patchIdentifier (const patchIdentifier &ident, const label newIndex) |
| | Copy construct, resetting the index (if non-negative) More...
|
| |
| | patchIdentifier (patchIdentifier &&ident, const label newIndex) |
| | Move construct, resetting the index (if non-negative) More...
|
| |
| const word & | name () const noexcept |
| | The patch name. More...
|
| |
| word & | name () noexcept |
| | Modifiable patch name. More...
|
| |
| label | index () const noexcept |
| | The index of this patch in the boundaryMesh. More...
|
| |
| label & | index () noexcept |
| | Modifiable index of this patch in the boundaryMesh. More...
|
| |
| const word & | physicalType () const noexcept |
| | The (optional) physical type of the patch. More...
|
| |
| word & | physicalType () noexcept |
| | Modifiable (optional) physical type of the patch. More...
|
| |
| const wordList & | inGroups () const noexcept |
| | The (optional) groups that the patch belongs to. More...
|
| |
| wordList & | inGroups () noexcept |
| | Modifiable (optional) groups that the patch belongs to. More...
|
| |
| bool | inGroup (const word &name) const |
| | True if given name is in a group. More...
|
| |
| void | addGroup (const word &name) |
| | Add (unique) group for the patch. More...
|
| |
| void | removeGroup (const word &name) |
| | Remove group for the patch. More...
|
| |
| void | write (Ostream &os) const |
| | Write (physicalType, inGroups) dictionary entries (without surrounding braces) More...
|
| |