Go to the documentation of this file.
40 #ifndef mappedWallPolyPatch_H
41 #define mappedWallPolyPatch_H
101 const word& patchType
139 const word& patchType
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
A class for handling words, derived from string.
virtual ~mappedWallPolyPatch()
Destructor.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
const vector & offset() const
Offset vector (from patch faces to destination mesh objects)
TypeName("mappedWall")
Runtime type information.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
const sampleMode & mode() const
What to sample.
virtual void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
mappedWallPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
label start() const
Return start label of this patch in the polyMesh face list.
const word & sampleRegion() const
Region to sample.
Determines a mapping between patch face centres and mesh cell or face centres and processors they're ...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
const word & name() const
Return name.
label index() const
Return the index of this patch in the boundaryMesh.
sampleMode
Mesh items to sample.
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
const word & samplePatch() const
Patch (only if NEARESTPATCHFACE)