[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: 2D Low Density Euler. More...
#include <initial_condition_function.h>
Public Member Functions | |
InitialConditionFunction_LowDensity2D (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: 2D Low Density Euler.
See Zhang & Shu, On positivity-preserving high order discontinuous Galerkin schemes for compressible Euler equations on rectangular meshes, 2010 Pg. 10
Definition at line 379 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 519 of file initial_condition_function.cpp.