[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_LeblancShockTube< dim, nstate, real > Class Template Reference

Initial Condition Function: 1D Leblanc Shock Tube. More...

#include <initial_condition_function.h>

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

Public Member Functions

 InitialConditionFunction_LeblancShockTube (Parameters::AllParameters const *const param)
 Constructor for InitialConditionFunction_SodShockTube. More...
 
- Public Member Functions inherited from PHiLiP::InitialConditionFunction_EulerBase< dim, nstate, real >
 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.
 
- Public Member Functions inherited from PHiLiP::InitialConditionFunction< dim, nstate, real >
 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.
 
- Protected Member Functions inherited from PHiLiP::InitialConditionFunction_EulerBase< dim, nstate, real >
real convert_primitive_to_conversative_value (const dealii::Point< dim, real > &point, const unsigned int istate=0) const
 Converts value from: primitive to conservative.
 

Detailed Description

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

Initial Condition Function: 1D Leblanc Shock Tube.

See Zhang & Shu, On positivity-preserving high order discontinuous Galerkin schemes for compressible Euler equations on rectangular meshes, 2010 Pg. 14

Definition at line 398 of file initial_condition_function.h.

Constructor & Destructor Documentation

◆ InitialConditionFunction_LeblancShockTube()

template<int dim, int nstate, typename real >
PHiLiP::InitialConditionFunction_LeblancShockTube< dim, nstate, real >::InitialConditionFunction_LeblancShockTube ( Parameters::AllParameters const *const  param)
explicit

Constructor for InitialConditionFunction_SodShockTube.

Calls the Function(const unsigned int n_components) constructor in deal.II

Definition at line 558 of file initial_condition_function.cpp.


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