wedgePointPatch Class Reference

Wedge front and back plane patch. More...

Inheritance diagram for wedgePointPatch:
[legend]
Collaboration diagram for wedgePointPatch:
[legend]

Public Member Functions

 TypeName (wedgePolyPatch::typeName_())
 Runtime type information. More...
 
 wedgePointPatch (const polyPatch &patch, const pointBoundaryMesh &bm)
 Construct from polyPatch. More...
 
virtual const wordconstraintType () 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...
 
const vectorn () const
 Return symmetry plane normal. 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 &p, const pointBoundaryMesh &pm)
 Construct from polyPatch and boundary mesh. More...
 
virtual ~facePointPatch ()=default
 Destructor. More...
 
virtual const polyPatchpatch () const
 Return the polyPatch. More...
 
virtual const wordname () 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 labelListmeshPoints () const
 Return mesh points. More...
 
virtual const pointFieldlocalPoints () const
 Return pointField of points in patch. More...
 
virtual const vectorFieldpointNormals () const
 Return point unit normals. More...
 
- Public Member Functions inherited from pointPatch
 TypeName ("basePatch")
 Runtime type information. More...
 
 pointPatch (const pointBoundaryMesh &bm)
 Construct from boundary mesh. More...
 
virtual ~pointPatch ()=default
 Destructor. More...
 
virtual const wordname () 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 pointBoundaryMeshboundaryMesh () const
 Return boundaryMesh reference. More...
 
virtual bool coupled () const
 Return true if this patch field is coupled. More...
 
virtual const labelListmeshPoints () const =0
 Return mesh points. More...
 
virtual const vectorFieldlocalPoints () const =0
 Return pointField of points in patch. More...
 
virtual const vectorFieldpointNormals () const =0
 Return point unit normals. More...
 
virtual const wordconstraintType () 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from facePointPatch
static autoPtr< facePointPatchNew (const polyPatch &, const pointBoundaryMesh &)
 Return a pointer to a new patch created on freestore from polyPatch. More...
 
- Protected Member Functions inherited from facePointPatch
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...
 
 facePointPatch (const facePointPatch &)=delete
 No copy construct. More...
 
void operator= (const facePointPatch &)=delete
 No copy assignment. More...
 
- Protected Member Functions inherited from pointPatch
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...
 
 pointPatch (const pointPatch &)=delete
 No copy construct. More...
 
void operator= (const pointPatch &)=delete
 No copy assignment. More...
 
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 Reference to the underlying polyPatch. More...
 

Detailed Description

Wedge front and back plane patch.

Source files

Definition at line 51 of file wedgePointPatch.H.

Constructor & Destructor Documentation

◆ wedgePointPatch()

wedgePointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)

Construct from polyPatch.

Definition at line 50 of file wedgePointPatch.C.

References Foam::refCast().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( wedgePolyPatch::typeName_()  )

Runtime type information.

◆ constraintType()

virtual const word & constraintType ( ) const
inlinevirtual

Return the constraint type this pointPatch implements.

Reimplemented from pointPatch.

Definition at line 80 of file wedgePointPatch.H.

References Foam::type().

Here is the call graph for this function:

◆ applyConstraint()

void applyConstraint ( const label  pointi,
pointConstraint pc 
) const
virtual

Accumulate the effect of constraint direction of this patch.

Reimplemented from pointPatch.

Definition at line 63 of file wedgePointPatch.C.

References pointConstraint::applyConstraint().

Here is the call graph for this function:

◆ n()

const vector & n ( ) const
inline

Return symmetry plane normal.

Definition at line 93 of file wedgePointPatch.H.

References wedgePolyPatch::n().

Here is the call graph for this function:

The documentation for this class was generated from the following files: