[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: Isentropic vortex. More...
#include <initial_condition_function.h>
Public Member Functions | |
InitialConditionFunction_IsentropicVortex (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. | |
![]() | |
InitialConditionFunction () | |
< dealii::Function we are templating on More... | |
Protected Attributes | |
std::shared_ptr< Physics::Euler< dim, nstate, double > > | euler_physics |
Initial Condition Function: Isentropic vortex.
Definition at line 295 of file initial_condition_function.h.
|
explicit |
< dealii::Function we are templating on
Constructor for InitialConditionFunction_IsentropicVortex Setup according to "A Survey of the Isentropic Euler Vortex Problem using High-Order Methods" Spiegel et al., 2015 Using "Shu" variant (first row of Table 1) Non-dimensional initialization, i.e. directly using Table 1 Increased domain from L=5 -> L=10 per recommendation of Spiegel et al
Definition at line 326 of file initial_condition_function.cpp.