36 #ifndef displacementComponentLaplacianFvMotionSolver_H
37 #define displacementComponentLaplacianFvMotionSolver_H
48 class motionDiffusivity;
73 label frozenPointsZone_;
85 TypeName(
"displacementComponentLaplacian");
115 return cellDisplacement_;
122 virtual void solve();
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Virtual base class for displacement motion solver.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the given component ...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
displacementComponentLaplacianFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
~displacementComponentLaplacianFvMotionSolver()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
volScalarField & cellDisplacement()
Non-const access to the cellDisplacement in order to allow.
TypeName("displacementComponentLaplacian")
Runtime type information.
virtual void solve()
Solve for motion.
Base class for fvMesh based motionSolvers.
const word & name() const
Return name.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for managing temporary objects.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.