1 #ifndef __PARAMETERS_ARTIFICIAL_DISSIPATION_H__     2 #define __PARAMETERS_ARTIFICIAL_DISSIPATION_H__     4 #include <deal.II/base/parameter_handler.h>    22         enthalpy_conserving_laplacian
    31         discontinuity_sensor_activation,
    32         enthalpy_conservation,
    33         poly_order_convergence
 bool use_enthalpy_error
Flag to calculate enthalpy error. 
ArtificialDissipationTestType
Specified choices of dissipation test types. 
Files for the baseline physics. 
static void declare_parameters(dealii::ParameterHandler &prm)
Function to declare parameters. 
ArtificialDissipationTestType artificial_dissipation_test_type
Selected dissipation test type. 
ArtificialDissipationType
Specified choices of artificial dissipation type. 
double kappa_artificial_dissipation
Parameter kappa from Persson and Peraire, 2008. 
double mu_artificial_dissipation
Parameter mu from Persson & Peraire, 2008. 
bool add_artificial_dissipation
Flag to add artificial dissipation from Persson's shock capturing paper. 
Parameters related to the artificial dissipation. 
ArtificialDissipationType artificial_dissipation_type
Selected artificial dissipation type specified in the input. 
void parse_parameters(dealii::ParameterHandler &prm)
Function to parse parameters.