59 #ifndef displacementLinearMotionMotionSolver_H
60 #define displacementLinearMotionMotionSolver_H
96 TypeName(
"displacementLinearMotion");
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh motion solver simple linear expansion and contraction of a mesh region defined by a motion axis ...
TypeName("displacementLinearMotion")
Runtime type information.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
displacementLinearMotionMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
void operator=(const displacementLinearMotionMotionSolver &)=delete
Disallow default bitwise assignment.
~displacementLinearMotionMotionSolver()
Destructor.
virtual void solve()
Solve for motion.
const word & name() const
Return name.
Virtual base class for displacement motion solvers.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
A class for handling words, derived from string.