

Public Member Functions | |
| TypeName ("motionSolver") | |
| Runtime type information. More... | |
| motionSolver (fvMesh &mesh) | |
| Construct from fvMesh. More... | |
| motionSolver (const motionSolver &)=delete | |
| Disallow default bitwise copy construction. More... | |
| ~motionSolver () | |
| Destructor. More... | |
| const Foam::motionSolver & | motion () const |
| Return the motionSolver. More... | |
| virtual bool | update () |
| Update the mesh for both mesh motion and topology change. More... | |
| virtual void | topoChange (const polyTopoChangeMap &) |
| Update corresponding to the given map. 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... | |
| virtual bool | write (const bool write=true) const |
| Write the motion solver state. More... | |
| void | operator= (const motionSolver &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from fvMeshMover | |
| 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 | dynamic () const |
| Is mesh dynamic, i.e. might it change? 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... | |
Definition at line 52 of file fvMeshMoversMotionSolver.H.
| motionSolver | ( | fvMesh & | mesh | ) |
Construct from fvMesh.
Definition at line 44 of file fvMeshMoversMotionSolver.C.
|
delete |
Disallow default bitwise copy construction.
| ~motionSolver | ( | ) |
Destructor.
Definition at line 54 of file fvMeshMoversMotionSolver.C.
| TypeName | ( | "motionSolver" | ) |
Runtime type information.
| const Foam::motionSolver & motion | ( | ) | const |
Return the motionSolver.
Definition at line 60 of file fvMeshMoversMotionSolver.C.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshMover.
Definition at line 66 of file fvMeshMoversMotionSolver.C.
References fvMeshMover::mesh(), fvMesh::movePoints(), motionSolver::newPoints(), and fvMeshMover::velocityMotionCorrection::update().

|
virtual |
Update corresponding to the given map.
Implements fvMeshMover.
Definition at line 75 of file fvMeshMoversMotionSolver.C.
References motionSolver::topoChange().

|
virtual |
Update from another mesh using the given map.
Implements fvMeshMover.
Definition at line 81 of file fvMeshMoversMotionSolver.C.
References motionSolver::distribute(), and motionSolver::mapMesh().

|
virtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 88 of file fvMeshMoversMotionSolver.C.
References motionSolver::distribute().
Referenced by motionSolver::mapMesh().


Write the motion solver state.
Reimplemented from fvMeshMover.
Definition at line 96 of file fvMeshMoversMotionSolver.C.
References motionSolver::write().

|
delete |
Disallow default bitwise assignment.