|
str | examples.dg.mhd.resistive_mhd_pure_diffusion.torder = 'RK4' |
|
str | examples.dg.mhd.resistive_mhd_pure_diffusion.sorder = 'fourthOrder' |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.skin_depth_norm = 1.0 |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.nu_p_norm = 1.0 |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.gamma = 2.0 |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.penalty_beta = -0.5 |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.penalty_eta = 1.0 |
|
str | examples.dg.mhd.resistive_mhd_pure_diffusion.gradient_method = "ldg" |
|
str | examples.dg.mhd.resistive_mhd_pure_diffusion.imhd_numerical_flux_type = "Rusanov" |
|
float | examples.dg.mhd.resistive_mhd_pure_diffusion.cfl = 1.0 |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.mesh |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.component_names = ['rho', 'px', 'py', 'pz', 'e', 'Bx', 'By', 'Bz'] |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.fluid = warpy.variable(name='fluid',components=component_names,basis_array_set=sorder) |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.gradient_component_names = [prefix+"_"+suffix for prefix in component_names for suffix in ['x','y','z']] |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.fluid_gradient = warpy.variable(name='fluid_gradient', components=gradient_component_names,basis_array_set=sorder,explodable=False) |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.fluid_gradient2 = warpy.variable(name='fluid_gradient2', components=gradient_component_names,basis_array_set=sorder,explodable=False) |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.pure_diffusion_ic = warpy.functions.custom_mhd(name='pure_diffusion_ic',skin_depth_norm=skin_depth_norm,gamma=gamma) |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.ic_applicators |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.apps = [] |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.dirichlet_apps = [] |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.writer |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.spatial_solver |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.variable_adjusters = [] |
|
list | examples.dg.mhd.resistive_mhd_pure_diffusion.adjust_bc_apps = [] |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.ti |
|
warpy | examples.dg.mhd.resistive_mhd_pure_diffusion.dt_controller = warpy.dt_calc.fixed_dt(init_dt=1.0e-6) |
|