Go to the documentation of this file.
36 #ifndef displacementSBRStressFvMotionSolver_H
37 #define displacementSBRStressFvMotionSolver_H
48 class motionInterpolation;
49 class motionDiffusivity;
137 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const volVectorField & cellDisplacement() const
Return const reference to the cell motion displacement field.
TypeName("displacementSBRStress")
Runtime type information.
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
autoPtr< motionDiffusivity > diffusivityPtr_
Diffusivity used to control the motion.
void operator=(const displacementSBRStressFvMotionSolver &)
Disallow default bitwise assignment.
virtual void solve()
Solve for motion.
displacementSBRStressFvMotionSolver(const displacementSBRStressFvMotionSolver &)
Disallow default bitwise copy construct.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
const fvMesh & mesh() const
Return reference to the fvMesh to be moved.
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.
~displacementSBRStressFvMotionSolver()
Destructor.
Mesh consisting of general polyhedral cells.
Base class for fvMesh based motionSolvers.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
motionDiffusivity & diffusivity()
Return diffusivity.
volVectorField cellDisplacement_
Cell-centre motion field.
Mesh motion solver for an fvMesh. Based on solving the cell-centre solid-body rotation stress equatio...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Virtual base class for displacement motion solver.
pointField & points0()
Return reference to the reference field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.