WARPXM v1.10.0
Loading...
Searching...
No Matches
hallmhd_helper_functions.h
Go to the documentation of this file.
1#pragma once
2
3#include "warpxm/warpxm_config.h"
4
5#include <string>
6
7namespace wxm
8{
9namespace apps
10{
11namespace mhd_two_temperature
12{
13namespace hallmhd
14{
15
17 const real* grad_q,
18 const real gas_gamma,
19 const real skin_depth_norm,
20 const real Ai,
21 const real Zi,
22 const real* norm,
23 const real cfl_max,
24 const real dxn,
25 const std::string coordinate_system,
26 const int ir,
27 const int ith,
28 const int iz,
29 const real radius,
30 const real rho_min,
31 const real press_min);
32
33real gyro_dt_limit(const real skin_depth_norm,
34 const real Ai,
35 const real Zi,
36 const real* q);
37
38real kVA_dt_limit(const real* q, const real cfl_max, const real dxn, const real rho_min);
39
40} // namespace hallmhd
41} // namespace mhd_two_temperature
42} // namespace apps
43} // namespace wxm
list apps
Definition: shock_tube.py:33
real gyro_dt_limit(const real skin_depth_norm, const real Ai, const real Zi, const real *q)
real calculate_max_wave_speed(const real *q, const real *grad_q, const real gas_gamma, const real skin_depth_norm, const real Ai, const real Zi, const real *norm, const real cfl_max, const real dxn, const std::string coordinate_system, const int ir, const int ith, const int iz, const real radius, const real rho_min, const real press_min)
real kVA_dt_limit(const real *q, const real cfl_max, const real dxn, const real rho_min)
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11