Condition on when to apply mass transfer fix. More...
#include <condition_action_sequence_2.hpp>

Public Member Functions | |
| virtual 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 =0 |
| Criteria for calculating mass flux or not. More... | |
Condition on when to apply mass transfer fix.
Definition at line 172 of file condition_action_sequence_2.hpp.
|
pure 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 |
Implemented in WallsMassFlux.
1.8.13