1 #ifndef __PARAMETERS_EULER_H__     2 #define __PARAMETERS_EULER_H__     4 #include <deal.II/base/parameter_handler.h> void parse_parameters(dealii::ParameterHandler &prm)
Parses input file and sets the variables. 
static void declare_parameters(dealii::ParameterHandler &prm)
Declares the possible variables and sets the defaults. 
double mach_inf
Mach number at infinity. 
Files for the baseline physics. 
double ref_length
Reference length. 
double side_slip_angle
Input file provides in degrees, but the value stored here is in radians. 
double angle_of_attack
Input file provides in degrees, but the value stored here is in radians. 
dealii::Tensor< 1, 5, double > custom_boundary_for_each_state
Custom boundary values. 
Parameters related to the linear solver.