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 (fvMesh &mesh, const dictionary &dict) | |
| Construct from fvMesh and dictionary. 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... | |
Public Member Functions inherited from fvMeshMover | |
| TypeName ("fvMeshMover") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, fvMeshMover, fvMesh,(fvMesh &mesh, const dictionary &dict),(mesh, dict)) | |
| 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... | |
| 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 Public Member Functions inherited from fvMeshMover | |
| 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 none_fvMeshMover.H.
Construct from fvMesh.
Definition at line 43 of file none_fvMeshMover.C.
| none | ( | fvMesh & | mesh, |
| const dictionary & | dict | ||
| ) |
Construct from fvMesh and dictionary.
Definition at line 49 of file none_fvMeshMover.C.
|
virtual |
Destructor.
Definition at line 57 of file none_fvMeshMover.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
inlinevirtual |
The mesh is static and does not change so return false.
Reimplemented from fvMeshMover.
Definition at line 79 of file none_fvMeshMover.H.
|
inlinevirtual |
The mesh is static, which meets the criteria of a solid body motion.
Reimplemented from fvMeshMover.
Definition at line 85 of file none_fvMeshMover.H.
|
virtual |
Dummy update function which does not change the mesh.
Implements fvMeshMover.
Definition at line 63 of file none_fvMeshMover.C.
|
inlinevirtual |
Update local data for topology changes.
Implements fvMeshMover.
Definition at line 94 of file none_fvMeshMover.H.
|
inlinevirtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 98 of file none_fvMeshMover.H.
|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 102 of file none_fvMeshMover.H.
|
delete |
Disallow default bitwise assignment.