Zero external force module. More...
#include <zero_force.hpp>


Public Member Functions | |
| vector< Extensive > | operator() (const Tessellation &tess, const PhysicalGeometry &pg, const CacheData &cd, const vector< ComputationalCell > &cells, const vector< Extensive > &fluxes, const vector< Vector2D > &point_velocities, const double t, TracerStickerNames const &tracerstickersnames) const |
| Calcualtes the change in conserved variables done on a cell from a source term. More... | |
Zero external force module.
Definition at line 12 of file zero_force.hpp.
|
virtual |
Calcualtes the change in conserved variables done on a cell from a source term.
| tess | The tessellation |
| pg | Physical geometry |
| cd | Cache data |
| cells | The hydrodynmic variables of the cell |
| fluxes | Fluxes |
| point_velocities | Velocities of the mesh generating points |
| t | Time |
| tracerstickernames | The names of the tracers and stickers |
Implements SourceTerm.
Definition at line 4 of file zero_force.cpp.

1.8.13