Basic pointPatch represents a set of points from the mesh. More...
Public Member Functions | |
TypeName ("basePatch") | |
Runtime type information. More... | |
pointPatch (const pointBoundaryMesh &bm) | |
virtual | ~pointPatch () |
Destructor. More... | |
virtual const word & | name () const =0 |
Return name. More... | |
virtual label | size () const =0 |
Return size. More... | |
virtual label | index () const =0 |
Return the index of this patch in the pointBoundaryMesh. More... | |
const pointBoundaryMesh & | boundaryMesh () const |
Return boundaryMesh reference. More... | |
virtual bool | coupled () const |
Return true if this patch field is coupled. More... | |
virtual const labelList & | meshPoints () const =0 |
Return mesh points. More... | |
virtual const vectorField & | localPoints () const =0 |
Return mesh points. More... | |
virtual const vectorField & | pointNormals () const =0 |
Return point normals. 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... | |
Protected Member Functions | |
virtual void | initGeometry (PstreamBuffers &) |
Initialise the calculation of the patch geometry. More... | |
virtual void | calcGeometry (PstreamBuffers &) |
Calculate the patch geometry. More... | |
virtual void | initMovePoints (PstreamBuffers &, const pointField &) |
Initialise the patches for moving points. More... | |
virtual void | movePoints (PstreamBuffers &, const pointField &) |
Correct patches after moving points. More... | |
virtual void | initUpdateMesh (PstreamBuffers &) |
Initialise the update of the patch topology. More... | |
virtual void | updateMesh (PstreamBuffers &) |
Update of the patch topology. More... | |
Private Member Functions | |
pointPatch (const pointPatch &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const pointPatch &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
const pointBoundaryMesh & | boundaryMesh_ |
Reference to boundary mesh. More... | |
Friends | |
class | pointBoundaryMesh |
Basic pointPatch represents a set of points from the mesh.
Definition at line 56 of file pointPatch.H.
|
private |
Disallow default bitwise copy construct.
|
inline |
Definition at line 114 of file pointPatch.H.
|
inlinevirtual |
Destructor.
Definition at line 123 of file pointPatch.H.
|
private |
Disallow default bitwise assignment.
|
inlineprotectedvirtual |
Initialise the calculation of the patch geometry.
Reimplemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 81 of file pointPatch.H.
|
inlineprotectedvirtual |
Calculate the patch geometry.
Reimplemented in coupledFacePointPatch, cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 85 of file pointPatch.H.
|
inlineprotectedvirtual |
Initialise the patches for moving points.
Reimplemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 89 of file pointPatch.H.
|
inlineprotectedvirtual |
Correct patches after moving points.
Reimplemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 93 of file pointPatch.H.
|
inlineprotectedvirtual |
Initialise the update of the patch topology.
Reimplemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 97 of file pointPatch.H.
|
inlineprotectedvirtual |
Update of the patch topology.
Reimplemented in cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, processorPointPatch, and facePointPatch.
Definition at line 101 of file pointPatch.H.
TypeName | ( | "basePatch" | ) |
Runtime type information.
|
pure virtual |
Return name.
Implemented in facePointPatch.
Referenced by sixDoFRigidBodyDisplacementPointPatchVectorField::updateCoeffs().
|
pure virtual |
Return size.
Implemented in facePointPatch.
Referenced by fvMeshSubset::interpolate(), pointPatchMapper::size(), and pointPatchField< Type >::size().
|
pure virtual |
Return the index of this patch in the pointBoundaryMesh.
Implemented in facePointPatch.
Referenced by pointPatchMapper::calcAddressing().
|
inline |
Return boundaryMesh reference.
Definition at line 139 of file pointPatch.H.
References pointPatch::boundaryMesh_.
Referenced by cyclicAMIPointPatch::neighbPatch(), cyclicPointPatch::neighbPatch(), cyclicACMIPointPatch::neighbPatch(), and pointFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer().
|
inlinevirtual |
Return true if this patch field is coupled.
Reimplemented in facePointPatch, and cyclicACMIPointPatch.
Definition at line 145 of file pointPatch.H.
|
pure virtual |
Return mesh points.
Implemented in facePointPatch.
Referenced by fvMeshSubset::interpolate(), pointFieldDecomposer::patchFieldDecomposer::patchFieldDecomposer(), and patchCorrectedInterpolation::propagateDataFromPatchGroup().
|
pure virtual |
Return mesh points.
Implemented in facePointPatch.
|
pure virtual |
Return point normals.
Implemented in facePointPatch, cyclicSlipPointPatch, and nonuniformTransformCyclicPointPatch.
|
inlinevirtual |
Return the constraint type this pointPatch implements.
Reimplemented in processorPointPatch, cyclicACMIPointPatch, cyclicAMIPointPatch, cyclicPointPatch, symmetryPointPatch, symmetryPlanePointPatch, wedgePointPatch, and emptyPointPatch.
Definition at line 160 of file pointPatch.H.
References word::null.
|
inlinevirtual |
Accumulate the effect of constraint direction of this patch.
Reimplemented in cyclicSlipPointPatch, nonuniformTransformCyclicPointPatch, symmetryPointPatch, symmetryPlanePointPatch, wedgePointPatch, and emptyPointPatch.
Definition at line 167 of file pointPatch.H.
|
friend |
Definition at line 78 of file pointPatch.H.
|
private |
Reference to boundary mesh.
Definition at line 61 of file pointPatch.H.
Referenced by pointPatch::boundaryMesh().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.