44#ifndef solidBodyDisplacementLaplacianFvMotionSolver_H
45#define solidBodyDisplacementLaplacianFvMotionSolver_H
64class solidBodyDisplacementLaplacianFvMotionSolver
89 label frozenPointsZone_;
95 solidBodyDisplacementLaplacianFvMotionSolver
97 const solidBodyDisplacementLaplacianFvMotionSolver&
103 const solidBodyDisplacementLaplacianFvMotionSolver&
110 TypeName(
"solidBodyDisplacementLaplacian");
116 solidBodyDisplacementLaplacianFvMotionSolver
123 solidBodyDisplacementLaplacianFvMotionSolver
145 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.
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.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
~solidBodyDisplacementLaplacianFvMotionSolver()
Destructor.
TypeName("solidBodyDisplacementLaplacian")
Runtime type information.
motionDiffusivity & diffusivity()
Return reference to the diffusivity field.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
virtual void solve()
Solve for motion.
Base class for defining solid-body motions.
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.