|
WARPXM v1.10.0
|
Variables | |
| str | torder = 'TVDRK2' |
| str | sorder = 'secondOrder' |
| int | gamma = 5/3 |
| float | mass = 1.0 |
| int | Zi = 1 |
| int | Ze = -1 |
| int | skin_depth_norm = 1e-2 |
| int | omega_p_norm = 1e3 |
| int | rho_L = 1 |
| int | P_L = 1/gamma |
| int | rho_R = 4 |
| int | P_R = 4/gamma |
| int | Ai = 1 |
| int | Ae = 1/1836 |
| warpy | mesh |
| warpy | ions |
| warpy | electrons |
| warpy | field |
| warpy | ions_ic |
| warpy | elec_ic |
| list | applicators = [] |
| list | apps = [] |
| warpy | writer = warpy.host_actions.writer(name='writer', ReadVars=[ions, electrons, field]) |
| warpy | spatial_solver = warpy.spatial_solvers.dg(name="dg", spatial_order=sorder, applications=apps) |
| list | variable_adjusters = [] |
| warpy | time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) |
| int | dt = 1e-6 |
| int | nout = 100 |
| warpy | dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| warpy | sim |
| gen_xdmf | |
| True | |
| detect_nonscalar | |
| int examples.dg.5-moment.tf_shock.Ae = 1/1836 |
| int examples.dg.5-moment.tf_shock.Ai = 1 |
| list examples.dg.5-moment.tf_shock.applicators = [] |
| list examples.dg.5-moment.tf_shock.apps = [] |
| examples.dg.5-moment.tf_shock.detect_nonscalar |
| int examples.dg.5-moment.tf_shock.dt = 1e-6 |
| warpy examples.dg.5-moment.tf_shock.dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
| warpy examples.dg.5-moment.tf_shock.elec_ic |
| warpy examples.dg.5-moment.tf_shock.electrons |
| warpy examples.dg.5-moment.tf_shock.field |
| int examples.dg.5-moment.tf_shock.gamma = 5/3 |
| examples.dg.5-moment.tf_shock.gen_xdmf |
| warpy examples.dg.5-moment.tf_shock.ions |
| warpy examples.dg.5-moment.tf_shock.ions_ic |
| float examples.dg.5-moment.tf_shock.mass = 1.0 |
| warpy examples.dg.5-moment.tf_shock.mesh |
| int examples.dg.5-moment.tf_shock.nout = 100 |
| int examples.dg.5-moment.tf_shock.omega_p_norm = 1e3 |
| int examples.dg.5-moment.tf_shock.P_L = 1/gamma |
| int examples.dg.5-moment.tf_shock.P_R = 4/gamma |
| int examples.dg.5-moment.tf_shock.rho_L = 1 |
| int examples.dg.5-moment.tf_shock.rho_R = 4 |
| warpy examples.dg.5-moment.tf_shock.sim |
| int examples.dg.5-moment.tf_shock.skin_depth_norm = 1e-2 |
| str examples.dg.5-moment.tf_shock.sorder = 'secondOrder' |
| warpy examples.dg.5-moment.tf_shock.spatial_solver = warpy.spatial_solvers.dg(name="dg", spatial_order=sorder, applications=apps) |
| warpy examples.dg.5-moment.tf_shock.time_integrator = warpy.host_actions.erk(name="ti", scheme=torder, spatial_solvers=[spatial_solver], variable_adjusters=variable_adjusters) |
| str examples.dg.5-moment.tf_shock.torder = 'TVDRK2' |
| examples.dg.5-moment.tf_shock.True |
| list examples.dg.5-moment.tf_shock.variable_adjusters = [] |
| warpy examples.dg.5-moment.tf_shock.writer = warpy.host_actions.writer(name='writer', ReadVars=[ions, electrons, field]) |
| int examples.dg.5-moment.tf_shock.Ze = -1 |
| int examples.dg.5-moment.tf_shock.Zi = 1 |