WARPXM v1.10.0
Loading...
Searching...
No Matches
tf_shock.py File Reference

Namespaces

namespace  examples
 
namespace  examples.dg
 
namespace  examples.dg.5-moment
 
namespace  examples.dg.5-moment.tf_shock
 

Variables

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