WARPXM v1.10.0
Loading...
Searching...
No Matches
idealmhd_helper_functions.h
Go to the documentation of this file.
1#pragma once
2
3#include "warpxm/warpxm_config.h"
4
5namespace wxm
6{
7namespace apps
8{
9namespace mhd_two_temperature
10{
11namespace imhd
12{
13
38 const real gas_gamma,
39 const real* norm,
40 const real rho_min,
41 const real press_min);
42
43} // namespace imhd
44} // namespace mhd_two_temperature
45} // namespace apps
46} // namespace wxm
list apps
Definition: shock_tube.py:33
real calculate_max_wave_speed(const real *q, const real gas_gamma, const real *norm, const real rho_min, const real press_min)
Calculate the maximum wave speed for Ideal MHD at an element face.
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11