Public Member Functions | List of all members
PointMotion3D Class Referenceabstract

Abstract class for point motion. More...

#include <point_motion_3d.hpp>

Inheritance diagram for PointMotion3D:
Inheritance graph
[legend]

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.
 

Detailed Description

Abstract class for point motion.

Definition at line 12 of file point_motion_3d.hpp.

Member Function Documentation

◆ operator()()

virtual Vector3D PointMotion3D::operator() ( const Vector3D pos) const
pure virtual

Returns the velocity of a mesh generating point.

Parameters
posCurrent position of mesh generating point
Returns
Velocity of said point

Implemented in Eulerian3D.


The documentation for this class was generated from the following files: