Wedge front and back plane patch. More...
#include <OpenFOAM/wedgePointPatch.H>
Public Member Functions | |
TypeName (wedgePolyPatch::typeName_()) | |
Runtime type information. | |
wedgePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm) | |
Construct from polyPatch. | |
virtual void | applyConstraint (const label pointi, pointConstraint &) const |
Accumulate the effect of constraint direction of this patch. | |
![]() | |
TypeName (polyPatch::typeName_()) | |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, facePointPatch, polyPatch,(const polyPatch &patch, const pointBoundaryMesh &bm),(patch, bm)) | |
facePointPatch (const polyPatch &, const pointBoundaryMesh &) | |
Construct from polyPatch. | |
virtual | ~facePointPatch () |
const polyPatch & | patch () const |
Return the polyPatch. | |
virtual const word & | name () const |
Return name. | |
virtual label | size () const |
Return size. | |
virtual label | index () const |
Return the index of this patch in the pointBoundaryMesh. | |
virtual const labelList & | meshPoints () const |
Return mesh points. | |
virtual const pointField & | localPoints () const |
Return pointField of points in patch. | |
virtual const vectorField & | pointNormals () const |
Return point unit normals. | |
![]() | |
TypeName ("basePatch") | |
Runtime type information. | |
pointPatch (const pointBoundaryMesh &bm) | |
virtual | ~pointPatch () |
const pointBoundaryMesh & | boundaryMesh () const |
Return boundaryMesh reference. | |
virtual bool | coupled () const |
Return true if this patch field is coupled. |
Additional Inherited Members | |
![]() | |
static autoPtr< facePointPatch > | New (const polyPatch &, const pointBoundaryMesh &) |
Return a pointer to a new patch created on freestore from polyPatch. | |
![]() | |
virtual void | initGeometry () |
Initialise the calculation of the patch geometry. | |
virtual void | calcGeometry () |
Calculate the patch geometry. | |
virtual void | initMovePoints (const pointField &) |
Initialise the patches for moving points. | |
virtual void | movePoints (const pointField &) |
Correct patches after moving points. | |
virtual void | initUpdateMesh () |
Initialise the update of the patch topology. | |
virtual void | updateMesh () |
Update of the patch topology. | |
![]() | |
const polyPatch & | polyPatch_ |
Reference to the underlying polyPatch. | |
labelList | meshPoints_ |
pointField | localPoints_ |
vectorField | pointNormals_ |
|
inline |
Construct from polyPatch.
Definition at line 65 of file wedgePointPatch.H.
TypeName | ( | wedgePolyPatch:: | typeName_() | ) |
Runtime type information.
|
virtual |
Accumulate the effect of constraint direction of this patch.
Reimplemented from pointPatch.
Definition at line 54 of file wedgePointPatch.C.
References pointConstraint::applyConstraint().