Go to the documentation of this file.
36 #ifndef velocityComponentLaplacianFvMotionSolver_H
37 #define velocityComponentLaplacianFvMotionSolver_H
48 class motionInterpolation;
49 class motionDiffusivity;
87 TypeName(
"velocityComponentLaplacian");
117 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
volScalarField & cellMotionU()
Non-const access to the cellMotionU in order to allow changes.
velocityComponentLaplacianFvMotionSolver(const velocityComponentLaplacianFvMotionSolver &)
Disallow default bitwise copy construct.
A class for managing temporary objects.
autoPtr< motionDiffusivity > diffusivityPtr_
Diffusivity used to control the motion.
void operator=(const velocityComponentLaplacianFvMotionSolver &)
Disallow default bitwise assignment.
~velocityComponentLaplacianFvMotionSolver()
Destructor.
TypeName("velocityComponentLaplacian")
Runtime type information.
Mesh consisting of general polyhedral cells.
Base class for fvMesh based motionSolvers.
Virtual base class for velocity motion solver.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
volScalarField cellMotionU_
Cell-centre motion field.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.
Generic GeometricField class.
virtual void solve()
Solve for motion.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the given component ...
virtual void updateMesh(const mapPolyMesh &)
Update topology.