41#ifndef displacementSBRStressFvMotionSolver_H
42#define displacementSBRStressFvMotionSolver_H
60class displacementSBRStressFvMotionSolver
80 displacementSBRStressFvMotionSolver
82 const displacementSBRStressFvMotionSolver&
86 void operator=(
const displacementSBRStressFvMotionSolver&) =
delete;
98 displacementSBRStressFvMotionSolver
105 displacementSBRStressFvMotionSolver
123 return cellDisplacement_;
129 return cellDisplacement_;
135 return *diffusivityPtr_;
142 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
pointVectorField & pointDisplacement() noexcept
Return reference to the point motion displacement field.
displacementMotionSolver(const displacementMotionSolver &)=delete
No copy construct.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
~displacementSBRStressFvMotionSolver()
Destructor.
TypeName("displacementSBRStress")
Runtime type information.
motionDiffusivity & diffusivity()
Return diffusivity.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
const volVectorField & cellDisplacement() const
Return const reference to the cell motion displacement field.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
virtual void solve()
Solve for motion.
fvMotionSolver(const polyMesh &)
Construct from polyMesh.
const fvMesh & mesh() const
Return reference to the fvMesh to be moved.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Abstract base class for cell-centre mesh motion diffusivity.
Base class for interpolation of cell displacement fields, generated by fvMotionSolvers,...
pointField & points0() noexcept
Return reference to the reference ('0') pointField.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorIOField pointIOField
pointIOField is a vectorIOField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.