1 #ifndef __EULER_NACA0012_H__ 2 #define __EULER_NACA0012_H__ 4 #include <deal.II/grid/manifold_lib.h> 6 #include "dg/dg_base.hpp" 7 #include "parameters/all_parameters.h" 8 #include "physics/physics.h" 15 template <
int dim,
int nstate>
25 const dealii::ParameterHandler ¶meter_handler_input);
Files for the baseline physics.
Performs grid convergence for various polynomial degrees.
Main parameter class that contains the various other sub-parameter classes.
const dealii::ParameterHandler & parameter_handler
Parameter handler for storing the .prm file being ran.
Base class of all the tests.
int run_test() const
Grid convergence on Euler Gaussian Bump.
EulerNACA0012()=delete
Constructor. Deleted the default constructor since it should not be used.