41#ifndef displacementLaplacianFvMotionSolver_H
42#define displacementLaplacianFvMotionSolver_H
60class displacementLaplacianFvMotionSolver
82 label frozenPointsZone_;
88 displacementLaplacianFvMotionSolver
90 const displacementLaplacianFvMotionSolver&
94 void operator=(
const displacementLaplacianFvMotionSolver&) =
delete;
106 displacementLaplacianFvMotionSolver
113 displacementLaplacianFvMotionSolver
131 return cellDisplacement_;
137 return cellDisplacement_;
144 virtual tmp<pointField>
curPoints()
const;
147 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.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
TypeName("displacementLaplacian")
Runtime type information.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
motionDiffusivity & diffusivity()
Return reference to the diffusivity field.
const volVectorField & cellDisplacement() const
Return const reference to the cell motion displacement field.
~displacementLaplacianFvMotionSolver()
Destructor.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
virtual void solve()
Solve for motion.
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.
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.