Criteria for having mass flux at outer edges of domain. More...
#include <condition_action_sequence_2.hpp>
Public Member Functions | |
bool | operator() (const Edge &edge, const size_t index, const Tessellation &tess, const Vector2D &edge_velocity, const vector< ComputationalCell > &cells, const EquationOfState &eos, const bool aux, const pair< ComputationalCell, ComputationalCell > &edge_values, double time, TracerStickerNames const &tracerstickernames) const |
Criteria for calculating mass flux or not. More... | |
Criteria for having mass flux at outer edges of domain.
Definition at line 238 of file condition_action_sequence_2.hpp.
|
virtual |
Criteria for calculating mass flux or not.
edge | Interface between cells |
index | The index of the edge |
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_values | The interpolated values at the edge |
edge_velocity | Velocity of the edges |
time | The time |
tracerstickernames | The names of the tracers and stickers |
Implements LagrangianFlux::LagrangianCriteria.
Definition at line 329 of file condition_action_sequence_2.cpp.