36 #ifndef displacementSBRStress_fvMotionSolver_H
37 #define displacementSBRStress_fvMotionSolver_H
48 class motionDiffusivity;
50 namespace fvMotionSolvers
101 return cellDisplacement_;
107 return cellDisplacement_;
113 return diffusivityPtr_();
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base class for fvMesh motion solvers.
Mesh motion solver for an fvMesh. Based on solving the cell-centre solid-body rotation stress equatio...
void operator=(const displacementSBRStress &)=delete
Disallow default bitwise assignment.
~displacementSBRStress()
Destructor.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
displacementSBRStress(fvMesh &, const dictionary &)
Construct from fvMesh and dictionary.
TypeName("displacementSBRStress")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
motionDiffusivity & diffusivity()
Return diffusivity.
Abstract base class for cell-centre mesh motion diffusivity.
Abstract base class for displacement pointMesh movers.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.