Abstract class for point motion. More...
#include <point_motion_3d.hpp>
Public Member Functions | |
virtual Vector3D | operator() (const Vector3D &pos) const =0 |
Returns the velocity of a mesh generating point. More... | |
virtual | ~PointMotion3D (void) |
Class destructor. | |
Abstract class for point motion.
Definition at line 12 of file point_motion_3d.hpp.
Returns the velocity of a mesh generating point.
pos | Current position of mesh generating point |
Implemented in Eulerian3D.