Cyclic AMI point patch - place holder only. More...


Public Member Functions | |
| TypeName (cyclicACMIPolyPatch::typeName_()) | |
| Runtime type information. More... | |
| cyclicACMIPointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
| Construct from components. More... | |
| virtual | ~cyclicACMIPointPatch () |
| Destructor. More... | |
| virtual bool | coupled () const |
| Is patch 'coupled'. Note that on AMI the geometry is not. More... | |
| virtual const word & | constraintType () const |
| Return the constraint type this pointPatch implements. More... | |
| const cyclicACMIPolyPatch & | cyclicACMIPatch () const |
| Return the underlying cyclicAMIPolyPatch. More... | |
| const cyclicACMIPointPatch & | neighbPatch () const |
| Return neighbour point patch. More... | |
| bool | parallel () const |
| Are the cyclic planes parallel. More... | |
| const tensorField & | forwardT () const |
| Return face transformation tensor. More... | |
| const tensorField & | reverseT () const |
| Return neighbour-cell transformation tensor. 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... | |
| 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... | |
Public Member Functions inherited from pointPatch | |
| TypeName ("basePatch") | |
| Runtime type information. More... | |
| pointPatch (const pointBoundaryMesh &bm) | |
| 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... | |
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 | 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... | |
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 cyclicACMIPointPatch.H.
| cyclicACMIPointPatch | ( | const polyPatch & | patch, |
| const pointBoundaryMesh & | bm | ||
| ) |
Construct from components.
Definition at line 83 of file cyclicACMIPointPatch.C.
|
virtual |
Destructor.
Definition at line 95 of file cyclicACMIPointPatch.C.
|
protectedvirtual |
Initialise the calculation of the patch geometry.
Implements coupledPointPatch.
Definition at line 46 of file cyclicACMIPointPatch.C.
|
protectedvirtual |
Calculate the patch geometry.
Implements coupledFacePointPatch.
Definition at line 50 of file cyclicACMIPointPatch.C.
References cyclicACMIPointPatch::initMovePoints().

|
protectedvirtual |
Initialise the patches for moving points.
Implements coupledPointPatch.
Definition at line 55 of file cyclicACMIPointPatch.C.
Referenced by cyclicACMIPointPatch::calcGeometry().

|
protectedvirtual |
Correct patches after moving points.
Implements coupledPointPatch.
Definition at line 62 of file cyclicACMIPointPatch.C.
|
protectedvirtual |
Initialise the update of the patch topology.
Implements coupledPointPatch.
Definition at line 66 of file cyclicACMIPointPatch.C.
References facePointPatch::initUpdateMesh().

|
protectedvirtual |
Update of the patch topology.
Implements coupledPointPatch.
Definition at line 73 of file cyclicACMIPointPatch.C.
References facePointPatch::updateMesh().

| TypeName | ( | cyclicACMIPolyPatch::typeName_() | ) |
Runtime type information.
|
inlinevirtual |
Is patch 'coupled'. Note that on AMI the geometry is not.
coupled but the fields are!
Reimplemented from facePointPatch.
Definition at line 116 of file cyclicACMIPointPatch.H.
|
inlinevirtual |
Return the constraint type this pointPatch implements.
Reimplemented from pointPatch.
Definition at line 122 of file cyclicACMIPointPatch.H.
References Foam::type().

|
inline |
Return the underlying cyclicAMIPolyPatch.
Definition at line 128 of file cyclicACMIPointPatch.H.
|
inline |
Return neighbour point patch.
Definition at line 134 of file cyclicACMIPointPatch.H.
References pointPatch::boundaryMesh(), cyclicAMIPolyPatch::neighbPatchID(), and patchi.
Referenced by cyclicACMIPointPatchField< Type >::swapAddSeparated().


|
inline |
Are the cyclic planes parallel.
Definition at line 142 of file cyclicACMIPointPatch.H.
References coupledPolyPatch::parallel().
Referenced by cyclicACMIPointPatchField< Type >::doTransform().


|
inline |
Return face transformation tensor.
Definition at line 148 of file cyclicACMIPointPatch.H.
References coupledPolyPatch::forwardT().
Referenced by cyclicACMIPointPatchField< Type >::forwardT().


|
inline |
Return neighbour-cell transformation tensor.
Definition at line 154 of file cyclicACMIPointPatch.H.
References coupledPolyPatch::reverseT().
Referenced by cyclicACMIPointPatchField< Type >::reverseT().


1.8.13