Cyclic AMI point patch - place holder only. More...
Public Member Functions | |
TypeName (cyclicAMIPolyPatch::typeName_()) | |
Runtime type information. More... | |
cyclicAMIPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
Construct from components. More... | |
cyclicAMIPointPatch (const cyclicAMIPointPatch &) | |
Disallow default bitwise copy construction. More... | |
virtual | ~cyclicAMIPointPatch () |
Destructor. More... | |
virtual bool | coupled () const |
Return true if this patch field is coupled. More... | |
const cyclicAMIPolyPatch & | cyclicAMIPatch () const |
Return the underlying cyclicAMIPolyPatch. More... | |
const cyclicAMIPointPatch & | nbrPatch () const |
Return neighbour point patch. More... | |
virtual const transformer & | transform () const |
Return transformation between the coupled patches. More... | |
void | operator= (const cyclicAMIPointPatch &) |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from coupledFacePointPatch | |
TypeName (coupledPolyPatch::typeName_()) | |
Runtime type information. More... | |
coupledFacePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
Construct from components. More... | |
virtual | ~coupledFacePointPatch () |
Destructor. More... | |
Public Member Functions inherited from facePointPatch | |
TypeName (polyPatch::typeName_()) | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm)) | |
facePointPatch (const polyPatch &, const pointBoundaryMesh &) | |
Construct from polyPatch. More... | |
facePointPatch (const facePointPatch &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~facePointPatch () |
Destructor. More... | |
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 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... | |
void | operator= (const facePointPatch &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from pointPatch | |
TypeName ("basePatch") | |
Runtime type information. More... | |
pointPatch (const pointBoundaryMesh &bm) | |
pointPatch (const pointPatch &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~pointPatch () |
Destructor. More... | |
const pointBoundaryMesh & | boundaryMesh () const |
Return boundaryMesh reference. More... | |
virtual void | applyConstraint (const label pointi, pointConstraint &) const |
Accumulate the effect of constraint direction of this patch. More... | |
void | operator= (const pointPatch &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from coupledPointPatch | |
TypeName (coupledPolyPatch::typeName_()) | |
Runtime type information. More... | |
coupledPointPatch (const pointBoundaryMesh &bm) | |
Construct from components. More... | |
virtual | ~coupledPointPatch () |
Destructor. More... | |
Protected Member Functions | |
virtual void | initCalcGeometry (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 | initTopoChange (PstreamBuffers &) |
Initialise the update of the patch topology. More... | |
virtual void | topoChange (PstreamBuffers &) |
Update of the patch topology. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from facePointPatch | |
static autoPtr< facePointPatch > | New (const polyPatch &, const pointBoundaryMesh &) |
Return a pointer to a new patch created on freestore from polyPatch. More... | |
Protected Attributes inherited from facePointPatch | |
const polyPatch & | polyPatch_ |
Reference to the underlying polyPatch. More... | |
Cyclic AMI point patch - place holder only.
Definition at line 50 of file cyclicAMIPointPatch.H.
cyclicAMIPointPatch | ( | const polyPatch & | patch, |
const pointBoundaryMesh & | bm | ||
) |
Construct from components.
Definition at line 85 of file cyclicAMIPointPatch.C.
Referenced by cyclicAMIPointPatch::topoChange().
cyclicAMIPointPatch | ( | const cyclicAMIPointPatch & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 97 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Initialise the calculation of the patch geometry.
Implements coupledPointPatch.
Definition at line 48 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Calculate the patch geometry.
Implements coupledFacePointPatch.
Definition at line 52 of file cyclicAMIPointPatch.C.
References cyclicAMIPointPatch::initMovePoints().
|
protectedvirtual |
Initialise the patches for moving points.
Implements coupledPointPatch.
Definition at line 57 of file cyclicAMIPointPatch.C.
Referenced by cyclicAMIPointPatch::calcGeometry().
|
protectedvirtual |
Correct patches after moving points.
Implements coupledPointPatch.
Definition at line 64 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Initialise the update of the patch topology.
Implements coupledPointPatch.
Definition at line 68 of file cyclicAMIPointPatch.C.
References facePointPatch::initTopoChange().
|
protectedvirtual |
Update of the patch topology.
Implements coupledPointPatch.
Definition at line 75 of file cyclicAMIPointPatch.C.
References cyclicAMIPointPatch::cyclicAMIPointPatch(), and facePointPatch::topoChange().
TypeName | ( | cyclicAMIPolyPatch::typeName_() | ) |
Runtime type information.
|
virtual |
Return true if this patch field is coupled.
Reimplemented from facePointPatch.
Definition at line 103 of file cyclicAMIPointPatch.C.
References UPstream::parRun().
|
inline |
Return the underlying cyclicAMIPolyPatch.
Definition at line 112 of file cyclicAMIPointPatch.H.
|
inline |
Return neighbour point patch.
Definition at line 118 of file cyclicAMIPointPatch.H.
References pointPatch::boundaryMesh(), cyclicAMIPolyPatch::nbrPatchID(), and patchi.
|
inlinevirtual |
Return transformation between the coupled patches.
Definition at line 126 of file cyclicAMIPointPatch.H.
References cyclicAMIPointPatch::operator=(), and cyclicAMIPolyPatch::transform().
Referenced by cyclicAMIPointPatchField< Type >::transform().
void operator= | ( | const cyclicAMIPointPatch & | ) |
Disallow default bitwise assignment.
Referenced by cyclicAMIPointPatch::transform().