|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Parameters related to the linear solver. More...
#include <parameters_euler.h>
Public Member Functions | |
| void | parse_parameters (dealii::ParameterHandler &prm) |
| Parses input file and sets the variables. | |
Static Public Member Functions | |
| static void | declare_parameters (dealii::ParameterHandler &prm) |
| Declares the possible variables and sets the defaults. | |
Public Attributes | |
| double | ref_length |
| Reference length. | |
| double | mach_inf |
| Mach number at infinity. | |
| double | gamma_gas |
| double | angle_of_attack |
| Input file provides in degrees, but the value stored here is in radians. | |
| double | side_slip_angle |
| 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. More... | |
Parameters related to the linear solver.
Definition at line 9 of file parameters_euler.h.
| dealii::Tensor<1, 5, double> PHiLiP::Parameters::EulerParam::custom_boundary_for_each_state |
Custom boundary values.
These boundary conditions can only be used in Euler so max length is max nstate = dim + 2 = 5
Definition at line 22 of file parameters_euler.h.
| double PHiLiP::Parameters::EulerParam::gamma_gas |
Adiabatic index of the fluid.
Definition at line 14 of file parameters_euler.h.