35 #ifndef regionCoupledWallPolyPatch_H 36 #define regionCoupledWallPolyPatch_H 107 const word& patchType
Base class with common functionality for regionCoupled polyPatch. It includes AMI.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual const word & regionCoupleType() const
Return the type.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual autoPtr< PrimitivePatch< FaceList, PointField > > clone() const
Construct and return a clone.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
virtual void initCalcGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
A class for handling words, derived from string.
virtual ~regionCoupledWallPolyPatch()
Destructor.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
regionCoupledWallPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
TypeName("regionCoupledWall")
Runtime type information.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.