40 #ifndef inkJet_fvMeshMover_H
41 #define inkJet_fvMeshMover_H
51 namespace fvMeshMovers
A primitive field of type <Type> with automated input and output.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Helper class to update the velocity boundary conditions.
Abstract base class for fvMesh movers.
fvMesh & mesh()
Return the fvMesh.
Mesh motion specifically for the "pumping" system of an ink-jet injector.
inkJet(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
TypeName("inkJet")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool update()
Update the mesh for both mesh motion and topology change.
void operator=(const inkJet &)=delete
Disallow default bitwise assignment.
Mesh data needed to do the Finite Volume discretisation.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.