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... | |
virtual | ~cyclicAMIPointPatch () |
Destructor. More... | |
virtual const word & | constraintType () const |
Return the constraint type this pointPatch implements. More... | |
const cyclicAMIPolyPatch & | cyclicAMIPatch () const |
Return the underlying cyclicAMIPolyPatch. More... | |
const cyclicAMIPointPatch & | 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... | |
![]() | |
TypeName (coupledPolyPatch::typeName_()) | |
Runtime type information. More... | |
coupledFacePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
Construct from components. More... | |
virtual | ~coupledFacePointPatch () |
Destructor. More... | |
![]() | |
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 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... | |
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... | |
![]() | |
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... | |
Private Member Functions | |
cyclicAMIPointPatch (const cyclicAMIPointPatch &) | |
Disallow default construct as copy. More... | |
void | operator= (const cyclicAMIPointPatch &) |
Disallow default assignment. More... | |
Private Attributes | |
const cyclicAMIPolyPatch & | cyclicAMIPolyPatch_ |
Local reference cast into the cyclic AMI patch. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< facePointPatch > | New (const polyPatch &, const pointBoundaryMesh &) |
Return a pointer to a new patch created on freestore from polyPatch. More... | |
![]() | |
const polyPatch & | polyPatch_ |
Reference to the underlying polyPatch. More... | |
Cyclic AMI point patch - place holder only.
Definition at line 50 of file cyclicAMIPointPatch.H.
|
private |
Disallow default construct as copy.
cyclicAMIPointPatch | ( | const polyPatch & | patch, |
const pointBoundaryMesh & | bm | ||
) |
Construct from components.
Definition at line 90 of file cyclicAMIPointPatch.C.
|
virtual |
Destructor.
Definition at line 102 of file cyclicAMIPointPatch.C.
|
private |
Disallow default assignment.
|
protectedvirtual |
Initialise the calculation of the patch geometry.
Implements coupledPointPatch.
Definition at line 53 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Calculate the patch geometry.
Implements coupledFacePointPatch.
Definition at line 57 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Initialise the patches for moving points.
Implements coupledPointPatch.
Definition at line 62 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Correct patches after moving points.
Implements coupledPointPatch.
Definition at line 69 of file cyclicAMIPointPatch.C.
|
protectedvirtual |
Initialise the update of the patch topology.
Implements coupledPointPatch.
Definition at line 73 of file cyclicAMIPointPatch.C.
References facePointPatch::initUpdateMesh().
|
protectedvirtual |
Update of the patch topology.
Implements coupledPointPatch.
Definition at line 80 of file cyclicAMIPointPatch.C.
References facePointPatch::updateMesh().
TypeName | ( | cyclicAMIPolyPatch::typeName_() | ) |
Runtime type information.
|
inlinevirtual |
Return the constraint type this pointPatch implements.
Reimplemented from pointPatch.
Definition at line 115 of file cyclicAMIPointPatch.H.
References Foam::type().
|
inline |
Return the underlying cyclicAMIPolyPatch.
Definition at line 121 of file cyclicAMIPointPatch.H.
References cyclicAMIPointPatch::cyclicAMIPolyPatch_.
Referenced by cyclicAMIPointPatchField< Type >::nbrPpi(), and cyclicAMIPointPatchField< Type >::ppi().
|
inline |
Return neighbour point patch.
Definition at line 127 of file cyclicAMIPointPatch.H.
References pointPatch::boundaryMesh(), cyclicAMIPointPatch::cyclicAMIPolyPatch_, and cyclicAMIPolyPatch::neighbPatchID().
Referenced by cyclicAMIPointPatchField< Type >::swapAddSeparated().
|
inline |
Are the cyclic planes parallel.
Definition at line 135 of file cyclicAMIPointPatch.H.
References cyclicAMIPointPatch::cyclicAMIPolyPatch_, and coupledPolyPatch::parallel().
Referenced by cyclicAMIPointPatchField< Type >::doTransform().
|
inline |
Return face transformation tensor.
Definition at line 141 of file cyclicAMIPointPatch.H.
References cyclicAMIPointPatch::cyclicAMIPolyPatch_, and coupledPolyPatch::forwardT().
Referenced by cyclicAMIPointPatchField< Type >::forwardT().
|
inline |
Return neighbour-cell transformation tensor.
Definition at line 147 of file cyclicAMIPointPatch.H.
References cyclicAMIPointPatch::cyclicAMIPolyPatch_, and coupledPolyPatch::reverseT().
Referenced by cyclicAMIPointPatchField< Type >::reverseT().
|
private |
Local reference cast into the cyclic AMI patch.
Definition at line 57 of file cyclicAMIPointPatch.H.
Referenced by cyclicAMIPointPatch::cyclicAMIPatch(), cyclicAMIPointPatch::forwardT(), cyclicAMIPointPatch::neighbPatch(), cyclicAMIPointPatch::parallel(), and cyclicAMIPointPatch::reverseT().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.