Eulerian vertex motion (no vertex motion) More...
#include <eulerian1d.hpp>
Public Member Functions | |
double | operator() (size_t i, vector< double > const &vp, vector< ComputationalCell > const &hv) const |
Calculates the velocity of a vertex. More... | |
Eulerian vertex motion (no vertex motion)
Definition at line 14 of file eulerian1d.hpp.
|
virtual |
Calculates the velocity of a vertex.
i | Vertex index |
vp | Pointer to vertices position container |
hv | Pointer to hydrodynamics variables container |
Implements VertexMotion.
Definition at line 4 of file eulerian1d.cpp.