WARPXM v1.10.0
Loading...
Searching...
No Matches
constants_5moment_t Struct Reference

Structure for holding constants used in the 5moment solvers. More...

#include <5-moment_base.h>

Detailed Description

Structure for holding constants used in the 5moment solvers.

Public Attributes

real gas_gamma
 
real mass = 1.
 
real density_min = std::numeric_limits<real>::epsilon()
 
real pressure_min = std::numeric_limits<real>::epsilon()
 
bool entropy_fix = true
 

Member Data Documentation

◆ density_min

real constants_5moment_t::density_min = std::numeric_limits<real>::epsilon()

◆ entropy_fix

bool constants_5moment_t::entropy_fix = true

◆ gas_gamma

real constants_5moment_t::gas_gamma

◆ mass

real constants_5moment_t::mass = 1.

◆ pressure_min

real constants_5moment_t::pressure_min = std::numeric_limits<real>::epsilon()

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