Physical acceleration. More...
#include <ConservativeForce.hpp>
Public Member Functions | |
virtual Vector2D | operator() (const Tessellation &tess, const vector< ComputationalCell > &cells, const vector< Extensive > &fluxes, const double time, const int point, TracerStickerNames const &tracerstickernames) const =0 |
Calculates the acceleration that the cell feels. More... | |
Physical acceleration.
Definition at line 12 of file ConservativeForce.hpp.
|
pure virtual |
Calculates the acceleration that the cell feels.
tess | The tessellation |
cells | The primitive cells |
point | The index of the cell to calculate |
fluxes | The vector of the fluxes |
time | The simulation time |
tracerstickernames | The names of the tracers and stickers |
Implemented in CenterGravity, ImprovedCenterGravity, and ConstantGravity.