57 #ifndef displacementLinearMotionMotionSolver_H 58 #define displacementLinearMotionMotionSolver_H 94 TypeName(
"displacementLinearMotion");
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void solve()
Solve for motion.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Mesh motion solver simple linear expansion and contraction of a mesh region defined by a motion axis ...
TypeName("displacementLinearMotion")
Runtime type information.
displacementLinearMotionMotionSolver(const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
Virtual base class for displacement motion solvers.
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.
void operator=(const displacementLinearMotionMotionSolver &)=delete
Disallow default bitwise assignment.
A class for managing temporary objects.
~displacementLinearMotionMotionSolver()
Destructor.