39#ifndef perfectInterface_H
40#define perfectInterface_H
61 public polyMeshModifier
76 static const scalar tol_;
86 perfectInterface(
const perfectInterface&) =
delete;
89 void operator=(
const perfectInterface&) =
delete;
106 const word& faceZoneName,
108 const word& slavePatchName
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
TypeName("perfectInterface")
Runtime type information.
virtual bool changeTopology() const
Check for topology change.
virtual void writeDict(Ostream &) const
Write dictionary.
virtual ~perfectInterface()=default
Destructor.
virtual void setRefinement(polyTopoChange &) const
Insert the layer addition/removal instructions.
virtual void modifyMotionPoints(pointField &motionPoints) const
Modify motion points to comply with the topological change.
virtual void updateMesh(const mapPolyMesh &)
Force recalculation of locally stored data on topological change.
label index() const
Return the index of this modifier.
const word & name() const
Return name of this modifier.
Direct mesh changes based on v1.3 polyTopoChange syntax.
List of mesh modifiers defining the mesh dynamics.
A class for handling words, derived from Foam::string.
DynamicID< polyBoundaryMesh > polyPatchID
Foam::polyPatchID.
PrimitivePatch< IndirectList< face >, const pointField & > indirectPrimitivePatch
A PrimitivePatch with an IndirectList for the faces, const reference for the point field.
vectorField pointField
pointField is a vectorField.
DynamicID< faceZoneMesh > faceZoneID
Foam::faceZoneID.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.