Dummy fvMeshMover which does not move the mesh points. More...
Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
none (fvMesh &mesh) | |
Construct from fvMesh. More... | |
none (const none &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~none () |
Destructor. More... | |
virtual bool | dynamic () const |
The mesh is static and does not change so return false. More... | |
virtual bool | solidBody () const |
The mesh is static, which meets the criteria of a solid body motion. More... | |
virtual bool | update () |
Dummy update function which does not change the mesh. More... | |
virtual void | topoChange (const polyTopoChangeMap &) |
Update local data for topology changes. More... | |
virtual void | mapMesh (const polyMeshMap &) |
Update from another mesh using the given map. More... | |
virtual void | distribute (const polyDistributionMap &) |
Update corresponding to the given distribution map. More... | |
void | operator= (const none &)=delete |
Disallow default bitwise assignment. More... | |
![]() | |
TypeName ("fvMeshMover") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh),(mesh)) | |
fvMeshMover (fvMesh &) | |
Construct from fvMesh. More... | |
fvMeshMover (const fvMeshMover &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~fvMeshMover () |
Destructor. More... | |
fvMesh & | mesh () |
Return the fvMesh. More... | |
const fvMesh & | mesh () const |
Return the fvMesh. More... | |
const dictionary & | dict () const |
Return the dynamicMeshDict/mover dict. More... | |
virtual bool | write (const bool write=true) const |
Write the mover state. More... | |
void | operator= (const fvMeshMover &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< fvMeshMover > | New (fvMesh &) |
Select, construct and return the fvMeshMover. More... | |
Dummy fvMeshMover which does not move the mesh points.
Definition at line 50 of file fvMeshMoversNone.H.
Construct from fvMesh.
Definition at line 43 of file fvMeshMoversNone.C.
|
virtual |
Destructor.
Definition at line 51 of file fvMeshMoversNone.C.
TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
The mesh is static and does not change so return false.
Reimplemented from fvMeshMover.
Definition at line 76 of file fvMeshMoversNone.H.
|
inlinevirtual |
The mesh is static, which meets the criteria of a solid body motion.
Reimplemented from fvMeshMover.
Definition at line 82 of file fvMeshMoversNone.H.
|
virtual |
Dummy update function which does not change the mesh.
Implements fvMeshMover.
Definition at line 57 of file fvMeshMoversNone.C.
|
inlinevirtual |
Update local data for topology changes.
Implements fvMeshMover.
Definition at line 91 of file fvMeshMoversNone.H.
|
inlinevirtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 95 of file fvMeshMoversNone.H.
|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 99 of file fvMeshMoversNone.H.
|
delete |
Disallow default bitwise assignment.