6 #ifndef FLUX_CALCULATOR_HPP 7 #define FLUX_CALCULATOR_HPP 1 9 #include "conserved_3d.hpp" 10 #include "../../3D/GeometryCommon/Tessellation3D.hpp" 12 #include "../common/equation_of_state.hpp" 28 virtual vector<Conserved3D> operator()
30 const vector<ComputationalCell>& cells,
32 const vector<Vector3D>& point_velocities)
const = 0;
38 #endif // FLUX_CALCULATOR_HPP Abstract class for tessellation in 3D.
Abstract class for flux calculator.
Container for the hydrodynamic variables.
virtual ~FluxCalculator3D(void)
Class destructor.
Base class for equation of state.
A container for the hydrodynamic variables.