1 #ifndef __EULER_GAUSSIAN_BUMP_ENTHALPY_CHECK_H__ 2 #define __EULER_GAUSSIAN_BUMP_ENTHALPY_CHECK_H__ 3 #include "euler_gaussian_bump.h" 8 template <
int dim,
int nstate>
15 const dealii::ParameterHandler ¶meter_handler_input);
int run_test() const
Checks if enthalpy is conserved by comparing errors in subsonic and transonic runs.
Files for the baseline physics.
EulerGaussianBumpEnthalpyCheck(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
Main parameter class that contains the various other sub-parameter classes.
Checks if enthalpy is conserved with enthalpy laplacian artificial dissipation.
const dealii::ParameterHandler & parameter_handler
Parameter handler for storing the .prm file being ran.
Base class of all the tests.