41#ifndef displacementComponentLaplacianFvMotionSolver_H
42#define displacementComponentLaplacianFvMotionSolver_H
60class displacementComponentLaplacianFvMotionSolver
62 public componentDisplacementMotionSolver,
82 label frozenPointsZone_;
88 displacementComponentLaplacianFvMotionSolver
90 const displacementComponentLaplacianFvMotionSolver&
96 const displacementComponentLaplacianFvMotionSolver&
106 TypeName(
"displacementComponentLaplacian");
112 displacementComponentLaplacianFvMotionSolver
129 return cellDisplacement_;
136 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.
~displacementComponentLaplacianFvMotionSolver()
Destructor.
volScalarField & cellDisplacement()
Non-const access to the cellDisplacement in order to allow.
TypeName("displacementComponentLaplacian")
Runtime type information.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
virtual void solve()
Solve for motion.
fvMotionSolver(const polyMesh &)
Construct from polyMesh.
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,...
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.