36 #ifndef displacementLaplacian_fvMotionSolver_H
37 #define displacementLaplacian_fvMotionSolver_H
48 class motionDiffusivity;
50 namespace fvMotionSolvers
79 label frozenPointsZone_;
109 return cellDisplacement_;
115 return cellDisplacement_;
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh data needed to do the Finite Volume discretisation.
Base class for fvMesh motion solvers.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion displacem...
displacementLaplacian(fvMesh &, const dictionary &)
Construct from fvMesh and dictionary.
void operator=(const displacementLaplacian &)=delete
Disallow default bitwise assignment.
TypeName("displacementLaplacian")
Runtime type information.
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
~displacementLaplacian()
Destructor.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
motionDiffusivity & diffusivity()
Return reference to the diffusivity field.
Abstract base class for cell-centre mesh motion diffusivity.
Abstract base class for displacement pointMesh movers.
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.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.