6 #ifndef FLUX_CALCULATOR_HPP 7 #define FLUX_CALCULATOR_HPP 1 11 #include "../../tessellation/tessellation.hpp" 12 #include "computational_cell_2d.hpp" 13 #include "../common/equation_of_state.hpp" 35 virtual vector<Extensive> operator()
37 const vector<Vector2D>& edge_velocities,
38 const vector<ComputationalCell>& cells,
39 const vector<Extensive>& extensives,
50 #endif // FLUX_CALCULATOR_HPP Abstract class for tessellation.
Base class for flux calculator.
Base class for equation of state.
Container for cache data.
Class for keeping the names of the tracers and stickers.
virtual ~FluxCalculator(void)
Class destructor.
Geometrical cache data for optimisation.