|
str | examples.dg.mhd.gem_challenge_hall2.torder = 'RK4' |
|
str | examples.dg.mhd.gem_challenge_hall2.sorder = 'secondOrder' |
|
bool | examples.dg.mhd.gem_challenge_hall2.useLimiter = True |
|
int | examples.dg.mhd.gem_challenge_hall2.limiter_alpha = 5 |
|
float | examples.dg.mhd.gem_challenge_hall2.cfl = 0.8 |
|
str | examples.dg.mhd.gem_challenge_hall2.imhd_numerical_flux_type = "HLLD" |
|
float | examples.dg.mhd.gem_challenge_hall2.penalty_beta = -0.0 |
|
float | examples.dg.mhd.gem_challenge_hall2.penalty_eta = 0.0 |
|
str | examples.dg.mhd.gem_challenge_hall2.gradient_method = "ldg" |
|
float | examples.dg.mhd.gem_challenge_hall2.perturbation = 0.1 |
|
float | examples.dg.mhd.gem_challenge_hall2.floor_density = 1.0E-2 |
|
float | examples.dg.mhd.gem_challenge_hall2.floor_pressure = 1.0E-2 |
|
float | examples.dg.mhd.gem_challenge_hall2.skin_depth_norm = 1.0 |
|
None | examples.dg.mhd.gem_challenge_hall2.nu_p_norm = None |
|
int | examples.dg.mhd.gem_challenge_hall2.gamma = 5./3. |
|
int | examples.dg.mhd.gem_challenge_hall2.z_i = 1 |
|
int | examples.dg.mhd.gem_challenge_hall2.A_i = 1 |
|
int | examples.dg.mhd.gem_challenge_hall2.theta = 1 |
|
int | examples.dg.mhd.gem_challenge_hall2.di_L = 1. |
|
int | examples.dg.mhd.gem_challenge_hall2.Lx = 8*math.pi*di_L |
|
int | examples.dg.mhd.gem_challenge_hall2.Ly = 4*math.pi*di_L |
|
float | examples.dg.mhd.gem_challenge_hall2.sheet_width = 0.5 |
|
float | examples.dg.mhd.gem_challenge_hall2.n0 = 1.0 |
|
float | examples.dg.mhd.gem_challenge_hall2.n_inf = 0.2 |
|
float | examples.dg.mhd.gem_challenge_hall2.B0 = 1.0 |
|
float | examples.dg.mhd.gem_challenge_hall2.Ti_Te = 1.0/theta |
|
float | examples.dg.mhd.gem_challenge_hall2.Te = B0**2/2.0/n0/(Ti_Te + 1.0) |
|
float | examples.dg.mhd.gem_challenge_hall2.Ti = Ti_Te * Te |
|
list | examples.dg.mhd.gem_challenge_hall2.T = [Ti, Te] |
|
warpy | examples.dg.mhd.gem_challenge_hall2.mesh |
|
list | examples.dg.mhd.gem_challenge_hall2.component_names = ['rho', 'px', 'py', 'pz', 'e', 'Bx', 'By', 'Bz'] |
|
warpy | examples.dg.mhd.gem_challenge_hall2.fluid |
|
list | examples.dg.mhd.gem_challenge_hall2.gradient_component_names = [prefix+"_"+suffix for prefix in component_names for suffix in ['x','y','z']] |
|
warpy | examples.dg.mhd.gem_challenge_hall2.fluid_gradient |
|
warpy | examples.dg.mhd.gem_challenge_hall2.fluid_gradient2 |
|
warpy | examples.dg.mhd.gem_challenge_hall2.gem_ic |
|
list | examples.dg.mhd.gem_challenge_hall2.applicators |
|
list | examples.dg.mhd.gem_challenge_hall2.apps = [] |
|
list | examples.dg.mhd.gem_challenge_hall2.dirichlet_apps = [] |
|
list | examples.dg.mhd.gem_challenge_hall2.neumann_apps = [] |
|
list | examples.dg.mhd.gem_challenge_hall2.limiter_apps = [] |
|
warpy | examples.dg.mhd.gem_challenge_hall2.writer |
|
warpy | examples.dg.mhd.gem_challenge_hall2.spatial_solver |
|
list | examples.dg.mhd.gem_challenge_hall2.variable_adjusters = [] |
|
warpy | examples.dg.mhd.gem_challenge_hall2.ti = warpy.host_actions.erk(name="rk", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) |
|
warpy | examples.dg.mhd.gem_challenge_hall2.dt_controller = warpy.dt_calc.stability_dt(init_dt=1e-5) |
|
warpy | examples.dg.mhd.gem_challenge_hall2.sim |
|
| examples.dg.mhd.gem_challenge_hall2.local_path |
|
| examples.dg.mhd.gem_challenge_hall2.gen_xdmf |
|
| examples.dg.mhd.gem_challenge_hall2.True |
|
| examples.dg.mhd.gem_challenge_hall2.detect_nonscalar |
|