36 #ifndef cyclicLagrangianPatch_H
37 #define cyclicLagrangianPatch_H
66 mutable bool isNbrPatchMesh_;
72 TypeName(cyclicPolyPatch::typeName_());
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Boundary part of a Lagrangian mesh. Just a list of Lagrangian patches with some added convenience fun...
Class containing Lagrangian geometry and topology.
Base class for Lagrangian patches.
Mesh that relates to a sub-section of a Lagrangian mesh. This is used to construct fields that relate...
Buffers for inter-processor communications streams (UOPstream, UIPstream).
Cyclic Lagrangian patch. This is used for the patches that represent translated or rotated repetition...
cyclicLagrangianPatch(const polyPatch &, const LagrangianBoundaryMesh &)
Construct from a patch and a boundary mesh.
TypeName(cyclicPolyPatch::typeName_())
Runtime type information.
virtual ~cyclicLagrangianPatch()
Destructor.
const cyclicPolyPatch & cyclicPatch() const
Return the cyclic patch.
virtual void partition() const
Update following partitioning of the mesh.
const transformer & transform() const
Return a reference to the cyclic patch's transform.
virtual void evaluate(PstreamBuffers &, LagrangianMesh &, const LagrangianScalarInternalDynamicField &fraction) const
Evaluate changes in elements that have tracked to this patch.
virtual const LagrangianSubMesh & mesh() const
Return the sub-mesh associated with this patch.
virtual const transformer & transform() const
Return transformation between the coupled patches.
A patch is a list of labels that address the faces in the global face list.