[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::InitialConditionFunction_IsentropicVortex< dim, nstate, real > Class Template Reference

Initial Condition Function: Isentropic vortex. More...

#include <initial_condition_function.h>

Inheritance diagram for PHiLiP::InitialConditionFunction_IsentropicVortex< dim, nstate, real >:
Collaboration diagram for PHiLiP::InitialConditionFunction_IsentropicVortex< dim, nstate, real >:

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.
 
- Public Member Functions inherited from PHiLiP::InitialConditionFunction< dim, nstate, real >
 InitialConditionFunction ()
 < dealii::Function we are templating on More...
 

Protected Attributes

std::shared_ptr< Physics::Euler< dim, nstate, double > > euler_physics
 

Detailed Description

template<int dim, int nstate, typename real>
class PHiLiP::InitialConditionFunction_IsentropicVortex< dim, nstate, real >

Initial Condition Function: Isentropic vortex.

Definition at line 295 of file initial_condition_function.h.

Constructor & Destructor Documentation

◆ InitialConditionFunction_IsentropicVortex()

template<int dim, int nstate, typename real >
PHiLiP::InitialConditionFunction_IsentropicVortex< dim, nstate, real >::InitialConditionFunction_IsentropicVortex ( Parameters::AllParameters const *const  param)
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.


The documentation for this class was generated from the following files: