Go to the documentation of this file.
36 #ifndef displacementLaplacianFvMotionSolver_H
37 #define displacementLaplacianFvMotionSolver_H
48 class motionInterpolation;
49 class motionDiffusivity;
142 virtual void solve();
~displacementLaplacianFvMotionSolver()
Destructor.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
volVectorField cellDisplacement_
Cell-centre motion field.
virtual void solve()
Solve for motion.
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
label frozenPointsZone_
Frozen points (that are not on patches). -1 or points that are.
displacementLaplacianFvMotionSolver(const displacementLaplacianFvMotionSolver &)
Disallow default bitwise copy construct.
autoPtr< motionInterpolation > interpolationPtr_
Interpolation used to transfer cell displacement to the points.
const fvMesh & mesh() const
Return reference to the fvMesh to be moved.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
motionDiffusivity & diffusivity()
Return reference to the diffusivity field.
autoPtr< motionDiffusivity > diffusivityPtr_
Diffusivity used to control the motion.
Mesh consisting of general polyhedral cells.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Base class for fvMesh based motionSolvers.
TypeName("displacementLaplacian")
Runtime type information.
Virtual base class for displacement motion solver.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
pointField & points0()
Return reference to the reference field.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
volVectorField & cellDisplacement()
Return reference to the cell motion displacement field.
void operator=(const displacementLaplacianFvMotionSolver &)
Disallow default bitwise assignment.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion displacem...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Generic GeometricField class.
autoPtr< pointVectorField > pointLocation_
Optionally read point-position field. Used only for position.
const volVectorField & cellDisplacement() const
Return const reference to the cell motion displacement field.