Go to the documentation of this file.
41 #ifndef displacementSBRStressFvMotionSolver_H
42 #define displacementSBRStressFvMotionSolver_H
53 class motionInterpolation;
54 class motionDiffusivity;
123 return cellDisplacement_;
129 return cellDisplacement_;
135 return *diffusivityPtr_;
139 virtual tmp<pointField>
curPoints()
const;
142 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const volVectorField & cellDisplacement() const
TypeName("displacementSBRStress")
A primitive field of type <T> with automated input and output.
pointVectorField & pointDisplacement()
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
volVectorField & cellDisplacement()
~displacementSBRStressFvMotionSolver()
Mesh consisting of general polyhedral cells.
Base class for fvMesh based motionSolvers.
virtual void updateMesh(const mapPolyMesh &)
motionDiffusivity & diffusivity()
Mesh motion solver for an fvMesh. Based on solving the cell-centre solid-body rotation stress equatio...
virtual tmp< pointField > curPoints() const
Virtual base class for displacement motion solver.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
const fvMesh & mesh() const