ryujin 2.1.1 revision ee5cbcbf2346c1299c942d0e1f13b46449973c18
Loading...
Searching...
No Matches
Public Types | List of all members
ryujin::EulerAEOS::Description Struct Reference

#include <source/euler_aeos/description.h>

Public Types

using HyperbolicSystem = EulerAEOS::HyperbolicSystem
 
using ParabolicSystem = ryujin::StubParabolicSystem
 
template<int dim, typename Number = double>
using ParabolicModule = ryujin::StubParabolicModule< Description, dim, Number >
 
template<typename ScalarNumber = double>
using Indicator = EulerAEOS::Indicator< ScalarNumber >
 
template<typename ScalarNumber = double>
using Limiter = EulerAEOS::Limiter< ScalarNumber >
 
template<typename ScalarNumber = double>
using WaveSpeedEstimator = EulerAEOS::WaveSpeedEstimator< ScalarNumber >
 

Detailed Description

A struct that contains all equation specific classes describing the chosen hyperbolic system, the indicator, the limiter and (approximate) Riemann solver.

The compressible Euler equations of gas dynamics. Generalized implementation with a modified approximative Riemann solver, indicator, and limiter suitable for arbitrary equations of state.

The parabolic subsystem is chosen to be the identity.

Definition at line 34 of file description.h.

Member Typedef Documentation

◆ HyperbolicSystem

Definition at line 35 of file description.h.

◆ ParabolicSystem

Definition at line 37 of file description.h.

◆ ParabolicModule

template<int dim, typename Number = double>
using ryujin::EulerAEOS::Description::ParabolicModule = ryujin::StubParabolicModule<Description, dim, Number>

Definition at line 40 of file description.h.

◆ Indicator

template<typename ScalarNumber = double>
using ryujin::EulerAEOS::Description::Indicator = EulerAEOS::Indicator<ScalarNumber>

Definition at line 44 of file description.h.

◆ Limiter

template<typename ScalarNumber = double>
using ryujin::EulerAEOS::Description::Limiter = EulerAEOS::Limiter<ScalarNumber>

Definition at line 47 of file description.h.

◆ WaveSpeedEstimator

template<typename ScalarNumber = double>
using ryujin::EulerAEOS::Description::WaveSpeedEstimator = EulerAEOS::WaveSpeedEstimator<ScalarNumber>

Definition at line 50 of file description.h.


The documentation for this struct was generated from the following file: