1 #ifndef __TAYLOR_GREEN_VORTEX_ENERGY_CHECK__ 2 #define __TAYLOR_GREEN_VORTEX_ENERGY_CHECK__ 10 template <
int dim,
int nstate>
17 const dealii::ParameterHandler ¶meter_handler_input);
Files for the baseline physics.
Main parameter class that contains the various other sub-parameter classes.
TaylorGreenVortexEnergyCheck(const Parameters::AllParameters *const parameters_input, const dealii::ParameterHandler ¶meter_handler_input)
Constructor.
int run_test() const override
Run test.
const dealii::ParameterHandler & parameter_handler
Parameter handler for storing the .prm file being ran.
Taylor Green Vortex Energy Check.
const double theoretical_dissipation_rate_expected
Expected theoretical dissipation rate at final time.
const double kinetic_energy_expected
Expected kinetic energy at final time.
Base class of all the tests.