Base class for vertex motion. More...
#include <vertex_motion.hpp>
Public Member Functions | |
virtual double | operator() (size_t i, vector< double > const &vp, vector< ComputationalCell > const &hv) const =0 |
Calculates the velocity of a vertex. More... | |
Base class for vertex motion.
Definition at line 16 of file vertex_motion.hpp.
|
pure virtual |
Calculates the velocity of a vertex.
i | Vertex index |
vp | Pointer to vertices position container |
hv | Pointer to hydrodynamics variables container |
Implemented in Lagrangian1D, and Eulerian1D.