FreeFOAM The Cross-Platform CFD Toolkit
emptyPointPatch Class Reference

Empty plane patch. More...

#include <OpenFOAM/emptyPointPatch.H>


Detailed Description

+ Inheritance diagram for emptyPointPatch:
+ Collaboration diagram for emptyPointPatch:

List of all members.

Public Member Functions

 TypeName (emptyPolyPatch::typeName_())
 Runtime type information.
 emptyPointPatch (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.
- Public Member Functions inherited from facePointPatch
 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 polyPatchpatch () const
 Return the polyPatch.
virtual const wordname () const
 Return name.
virtual label size () const
 Return size.
virtual label index () const
 Return the index of this patch in the pointBoundaryMesh.
virtual const labelListmeshPoints () const
 Return mesh points.
virtual const pointFieldlocalPoints () const
 Return pointField of points in patch.
virtual const vectorFieldpointNormals () const
 Return point unit normals.
- Public Member Functions inherited from pointPatch
 TypeName ("basePatch")
 Runtime type information.
 pointPatch (const pointBoundaryMesh &bm)
virtual ~pointPatch ()
const pointBoundaryMeshboundaryMesh () const
 Return boundaryMesh reference.
virtual bool coupled () const
 Return true if this patch field is coupled.

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.
- Protected Member Functions inherited from facePointPatch
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.
- Protected Attributes inherited from facePointPatch
const polyPatchpolyPatch_
 Reference to the underlying polyPatch.
labelList meshPoints_
pointField localPoints_
vectorField pointNormals_

Constructor & Destructor Documentation

emptyPointPatch ( const polyPatch patch,
const pointBoundaryMesh bm 
)
inline

Construct from polyPatch.

Definition at line 65 of file emptyPointPatch.H.


Member Function Documentation

TypeName ( emptyPolyPatch::  typeName_())

Runtime type information.

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

Accumulate the effect of constraint direction of this patch.

Reimplemented from pointPatch.

Definition at line 50 of file emptyPointPatch.C.

References pointConstraint::applyConstraint().


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