Base class for fvMesh motion solvers. More...


Public Member Functions | |
| ClassName ("fvMotionSolver") | |
| Runtime type information. More... | |
| fvMotionSolver (fvMesh &) | |
| Construct from fvMesh. More... | |
| fvMotionSolver (const polyMesh &) | |
| Construct from polyMesh. More... | |
| virtual bool | solidBodyMotion () const |
| Is this motion solid body? Delegate to the motion solver. More... | |
| virtual tmp< pointField > | newPoints ()=0 |
| Return point location obtained from the current motion field. More... | |
| virtual bool | update () |
| Update the mesh for both mesh motion and topology change. More... | |
| virtual void | distribute (const polyDistributionMap &) |
| Update corresponding to the given distribution map. More... | |
| template<class Type > | |
| Foam::wordList | cellMotionBoundaryTypes (const typename PointField< Type >::Boundary &pmUbf) const |
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 | dynamic () const |
| Is mesh dynamic, i.e. might it change? More... | |
| virtual void | topoChange (const polyTopoChangeMap &)=0 |
| Update local data for topology changes. More... | |
| virtual void | mapMesh (const polyMeshMap &)=0 |
| Update from another mesh using the given map. More... | |
| virtual bool | write (const bool write=true) const |
| Write the mover state. More... | |
| void | operator= (const fvMeshMover &)=delete |
| Disallow default bitwise assignment. More... | |
Protected Member Functions | |
| template<class Type > | |
| wordList | cellMotionBoundaryTypes (const typename PointField< Type >::Boundary &pmUbf) const |
| Create the corresponding patch types for cellMotion from those. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fvMeshMover | |
| static autoPtr< fvMeshMover > | New (fvMesh &) |
| Select, construct and return the fvMeshMover. More... | |
| fvMotionSolver | ( | fvMesh & | mesh | ) |
Construct from fvMesh.
Definition at line 38 of file fvMotionSolver.C.
| fvMotionSolver | ( | const polyMesh & | mesh | ) |
Construct from polyMesh.
Definition at line 44 of file fvMotionSolver.C.
|
protected |
Create the corresponding patch types for cellMotion from those.
of the given pointMotion
| ClassName | ( | "fvMotionSolver" | ) |
Runtime type information.
|
inlinevirtual |
Is this motion solid body? Delegate to the motion solver.
Reimplemented from fvMeshMover.
Definition at line 84 of file fvMotionSolver.H.
|
pure virtual |
Return point location obtained from the current motion field.
Implemented in velocityComponentLaplacian, velocityLaplacian, displacementComponentLaplacian, displacementSBRStress, and displacementLaplacian.
|
virtual |
Update the mesh for both mesh motion and topology change.
Implements fvMeshMover.
Definition at line 52 of file fvMotionSolver.C.
References mesh, fvMesh::movePoints(), and fvMesh::preChange().

|
inlinevirtual |
Update corresponding to the given distribution map.
Implements fvMeshMover.
Definition at line 102 of file fvMotionSolver.H.
| Foam::wordList cellMotionBoundaryTypes | ( | const typename PointField< Type >::Boundary & | pmUbf | ) | const |
Definition at line 33 of file fvMotionSolverTemplates.C.
References fvMesh::boundary(), boundary(), Foam::endl(), forAll, Foam::isA(), fvMeshMover::mesh(), patchi, Foam::Pout, and List< T >::setSize().
