Action taken to calculate flux. More...
#include <condition_action_sequence.hpp>

Public Member Functions | |
| virtual void | operator() (const Edge &edge, const Tessellation &tess, const Vector2D &edge_velocity, const vector< ComputationalCell > &cells, const EquationOfState &eos, const bool aux, Extensive &res, double time, TracerStickerNames const &tracerstickernames) const =0 |
| Calculates flux. More... | |
Action taken to calculate flux.
Definition at line 33 of file condition_action_sequence.hpp.
|
pure virtual |
Calculates flux.
| edge | Interface between cells |
| tess | Tessellation |
| cells | Computational cells |
| eos | Equation of state |
| aux | Auxiliary variable for assymetric problems (true means the relevant cell is on the left side, false mean right) |
| edge_velocity | Velocity of the egdes |
| res | The flux |
| time | The time |
| tracerstickernames | The names of the tracers and stickers |
Implemented in FreeFlowFlux, RigidWallFlux, and RegularFlux.
1.8.13