WARPXM v1.10.0
Loading...
Searching...
No Matches
warpy.hyperapps.euler_roe.euler_roe Class Reference
Inheritance diagram for warpy.hyperapps.euler_roe.euler_roe:
warpy.hyperapps.hyperapp.hyperapp

Detailed Description

See also
eulerRoeFlux

Public Member Functions

def __init__ (self, name, variable, components=None, min_pressure=1e-4, gamma=5./3., min_density=1e-4)
 
- Public Member Functions inherited from warpy.hyperapps.hyperapp.hyperapp
def __init__ (self, name, req_attrs, opt_attrs=None, variables=None, lhs_var=None)
 
def variables (self)
 
def attrs (self, stage=None)
 

Additional Inherited Members

- Public Attributes inherited from warpy.hyperapps.hyperapp.hyperapp
 vars_
 
 lhs_var
 

Constructor & Destructor Documentation

◆ __init__()

def warpy.hyperapps.euler_roe.euler_roe.__init__ (   self,
  name,
  variable,
  components = None,
  min_pressure = 1e-4,
  gamma = 5. / 3.,
  min_density = 1e-4 
)
Parameters
name
variable
componentsname of the components in variable corresponding to the 5 conserved fluid properties: density, momentum in 3 cartesian directions, and enthalpy density (internal energy + kinetic energy density), or None to use variable.components
min_pressure
gamma
min_density

Reimplemented from warpy.hyperapps.hyperapp.hyperapp.


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