Alamo
Public Member Functions | Static Public Member Functions | Data Fields | Static Public Attributes
Solver::Local::Riemann::HLLE Class Reference

#include <HLLE.H>

Inheritance diagram for Solver::Local::Riemann::HLLE:
Solver::Local::Riemann::Riemann

Public Member Functions

 HLLE (IO::ParmParse &pp, std::string name)
 
 HLLE (IO::ParmParse &pp)
 
 HLLE ()
 
virtual Flux Solve (State lo, State hi, Set::Scalar gamma, Set::Scalar p_ref, Set::Scalar small) override
 
- Public Member Functions inherited from Solver::Local::Riemann::Riemann
virtual ~Riemann ()=default
 

Static Public Member Functions

static void Parse (HLLE &value, IO::ParmParse &pp)
 

Data Fields

int lowmach = 0
 
Set::Scalar cutoff = NAN
 

Static Public Attributes

static constexpr const char * name = "hlle"
 

Detailed Description

Definition at line 17 of file HLLE.H.

Constructor & Destructor Documentation

◆ HLLE() [1/3]

Solver::Local::Riemann::HLLE::HLLE ( IO::ParmParse pp,
std::string  name 
)
inline

Definition at line 23 of file HLLE.H.

◆ HLLE() [2/3]

Solver::Local::Riemann::HLLE::HLLE ( IO::ParmParse pp)
inline

Definition at line 25 of file HLLE.H.

◆ HLLE() [3/3]

Solver::Local::Riemann::HLLE::HLLE ( )
inline

Definition at line 27 of file HLLE.H.

Member Function Documentation

◆ Parse()

static void Solver::Local::Riemann::HLLE::Parse ( HLLE value,
IO::ParmParse pp 
)
inlinestatic

Definition at line 36 of file HLLE.H.

◆ Solve()

virtual Flux Solver::Local::Riemann::HLLE::Solve ( State  lo,
State  hi,
Set::Scalar  gamma,
Set::Scalar  p_ref,
Set::Scalar  small 
)
inlineoverridevirtual

Implements Solver::Local::Riemann::Riemann.

Definition at line 44 of file HLLE.H.

Field Documentation

◆ cutoff

Set::Scalar Solver::Local::Riemann::HLLE::cutoff = NAN

Definition at line 34 of file HLLE.H.

◆ lowmach

int Solver::Local::Riemann::HLLE::lowmach = 0

Definition at line 33 of file HLLE.H.

◆ name

constexpr const char* Solver::Local::Riemann::HLLE::name = "hlle"
staticconstexpr

Definition at line 22 of file HLLE.H.


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