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