WARPXM v1.10.0
Loading...
Searching...
No Matches
rmhd_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 resistive_mhd
14{
15
16real get_eta(const real* q,
17 const real J[3],
18 const bool const_resistivity,
19 const real constant_resistivity_eta,
20 const std::string resistivity_type,
21 const real max_eta,
22 const real min_eta,
23 const real n_vac,
24 const real eta_vac,
25 const real gas_gamma,
26 const real ompt,
27 const real nupt,
28 const real lnlam,
29 const real Ai,
30 const real Zi,
31 const real Ae,
32 const real rho_min,
33 const real press_min);
34
35}
36} // namespace mhd_two_temperature
37} // namespace apps
38} // namespace wxm
list apps
Definition: shock_tube.py:33
real get_eta(const real *q, const real J[3], const bool const_resistivity, const real constant_resistivity_eta, const std::string resistivity_type, const real max_eta, const real min_eta, const real n_vac, const real eta_vac, const real gas_gamma, const real ompt, const real nupt, const real lnlam, const real Ai, const real Zi, const real Ae, const real rho_min, const real press_min)
Base namespace for everything not included in the global namespace.
Definition: field_source.h:8
#define real
Definition: wmoclunstructuredreconstruction.h:11