33 namespace fvMeshMovers
Macros for easy insertion into run-time selection tables.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for fvMesh movers.
Dummy fvMeshMover which does not move the mesh points.
none(fvMesh &mesh)
Construct from fvMesh.
virtual bool update()
Dummy update function which does not change the mesh.
virtual ~none()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
defineTypeNameAndDebug(none, 0)
addToRunTimeSelectionTable(fvMeshMover, none, fvMesh)