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