59 #ifndef displacementLinearMotionSolver_H
60 #define displacementLinearMotionSolver_H
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Mesh motion solver simple linear expansion and contraction of a mesh region defined by a motion axis ...
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
TypeName("displacementLinear")
Runtime type information.
~displacementLinearMotionSolver()
Destructor.
displacementLinearMotionSolver(const word &name, const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
void operator=(const displacementLinearMotionSolver &)=delete
Disallow default bitwise assignment.
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.