36 #ifndef velocityComponentLaplacianFvMotionSolver_H 37 #define velocityComponentLaplacianFvMotionSolver_H 48 class motionDiffusivity;
71 TypeName(
"velocityComponentLaplacian");
108 virtual void solve();
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
virtual void solve()
Solve for motion.
Base class for fvMesh based motionSolvers.
Virtual base class for velocity motion solver.
A class for handling words, derived from string.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
const word & name() const
Return name.
volScalarField & cellMotionU()
Non-const access to the cellMotionU in order to allow changes.
TypeName("velocityComponentLaplacian")
Runtime type information.
~velocityComponentLaplacianFvMotionSolver()
Destructor.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
Class containing mesh-to-mesh mapping information.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the given component ...
velocityComponentLaplacianFvMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.