[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Initial Condition Function: 1D Shu Osher Problem. More...
#include <initial_condition_function.h>
Public Member Functions | |
InitialConditionFunction_ShuOsherProblem (Parameters::AllParameters const *const param) | |
Constructor for InitialConditionFunction_SodShockTube. More... | |
![]() | |
InitialConditionFunction_EulerBase (Parameters::AllParameters const *const param) | |
< dealii::Function we are templating on More... | |
real | value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const override |
Value of initial condition expressed in terms of conservative variables. | |
![]() | |
InitialConditionFunction () | |
< dealii::Function we are templating on More... | |
Protected Member Functions | |
real | primitive_value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const override |
Value of initial condition expressed in terms of primitive variables. | |
![]() | |
real | convert_primitive_to_conversative_value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const |
Converts value from: primitive to conservative. | |
Initial Condition Function: 1D Shu Osher Problem.
See Johnsen et al., Assessment of high-resolution methods for numerical simulations of compressible turbulence with shock waves, 2010 Pg. 7
Definition at line 417 of file initial_condition_function.h.
|
explicit |
Constructor for InitialConditionFunction_SodShockTube.
Calls the Function(const unsigned int n_components) constructor in deal.II
Definition at line 608 of file initial_condition_function.cpp.