WARPXM v1.10.0
|
Classes | |
class | CylSource |
Implements the source terms in the Two Temperature MHD Hall Terms arising from a cylindrical geometry. More... | |
class | ElectricField |
Class that calculates the electric field from Ohm's Law using Hall terms E = 1 / ne (J x B - (dp / L) grad pe) More... | |
class | HallTerms |
Class used implement Hall term for the Two-Temperature MHD model. More... | |
Functions | |
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 | gyro_dt_limit (const real skin_depth_norm, const real Ai, const real Zi, const real *q) |
real | kVA_dt_limit (const real *q, const real cfl_max, const real dxn, const real rho_min) |
real wxm::apps::mhd_two_temperature::hallmhd::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 wxm::apps::mhd_two_temperature::hallmhd::gyro_dt_limit | ( | const real | skin_depth_norm, |
const real | Ai, | ||
const real | Zi, | ||
const real * | q | ||
) |