WARPXM v1.10.0
|
Variables | |
str | torder = 'TVDRK2' |
str | sorder = 'firstOrder' |
float | cfl = 1.0 |
float | density_min = 0.01 |
float | pressure_min = 0.01 |
bool | use_limiter_mr = False |
int | limiter_alpha_coefficient = 2. |
bool | use_phmaxwell = True |
float | phchi = 1.5 |
float | phgamma = phchi |
float | qe = 1.602177e-19 |
float | mp = 1.672622e-27 |
float | mu0 = 1.256637e-6 |
float | eps0 = 8.854187e-12 |
int | c_light = 1/(mu0*eps0)**.5 |
tuple | L_debye = (eps0*qe*1/(1e19*qe**2))**0.5 |
tuple | L = L_debye |
float | ompt = 1.0 |
float | omct = 3.265e-5 |
float | c_tilde = ompt/omct |
int | skin_depth_norm = 1/omct |
float | n0 = mp*omct**2/(mu0*L**2*qe**2) |
float | tau = ompt*L/(omct*c_light) |
float | b0 = mp*c_light*omct**2/(qe*L*ompt) |
float | e0 = b0**2/mu0 |
float | T0 = e0/(n0*qe) |
int | atom = 1 |
int | gamma = 5/3 |
int | Zi = 1 |
int | Ze = -1 |
int | Zn = 0 |
int | Ai = 1 |
int | Ae = 1/1836 |
int | An = Ai |
float | phi_ion_eV = 13.6 |
float | phi_ion = phi_ion_eV/T0 |
float | phi_eff_eV = 33.0 |
float | phi_eff = phi_eff_eV/T0 |
float | lx = 200.0 |
int | nx = 500 |
int | ny = nx |
float | dx = lx/nx |
warpy | mesh |
list | fluid_comps = ['rho', 'px', 'py', 'pz', 'e'] |
list | field_comps = ['Ex', 'Ey', 'Ez', 'Bx', 'By', 'Bz'] |
warpy | ions |
warpy | electrons |
warpy | field |
tuple | ic_fun_i |
tuple | ic_fun_e |
tuple | ic_fun_EM |
list | applicators = [] |
list | solver_apps = [] |
int | width = 20 |
int | n_init = 1 |
int | T_init = 10 |
tuple | c_sound = (2*T_init/Ai)**0.5 |
float | G_sh = 0.5*n_init*c_sound |
int | q_sh = gamma*T_init*G_sh |
else : | |
list | bc_apps = [] |
list | values_in = [Ae*1e-4,0,0,0,1e-4/(gamma-1)] |
warpy | spatial_solver |
list | var_adj = [] |
warpy | writer |
list | limiter_apps_elec = [] |
list | limiter_apps_ion = [] |
warpy | time_integrator |
tuple | ompe = (1e19*qe**2/(eps0*Ae*mp))**0.5 |
int | t_tot = 20e3/ompe/tau |
int | dt = 5e-6 |
int | nout = 20 |
warpy | dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
warpy | sim |
gen_xdmf | |
True | |
detect_nonscalar | |
int examples.dg.5-moment.sheath.Ae = 1/1836 |
int examples.dg.5-moment.sheath.Ai = 1 |
int examples.dg.5-moment.sheath.An = Ai |
list examples.dg.5-moment.sheath.applicators = [] |
int examples.dg.5-moment.sheath.atom = 1 |
list examples.dg.5-moment.sheath.bc_apps = [] |
float examples.dg.5-moment.sheath.cfl = 1.0 |
float examples.dg.5-moment.sheath.density_min = 0.01 |
examples.dg.5-moment.sheath.detect_nonscalar |
int examples.dg.5-moment.sheath.dt = 5e-6 |
warpy examples.dg.5-moment.sheath.dt_controller = warpy.dt_calc.fixed_dt(init_dt=dt) |
warpy examples.dg.5-moment.sheath.electrons |
examples.dg.5-moment.sheath.else : |
float examples.dg.5-moment.sheath.eps0 = 8.854187e-12 |
warpy examples.dg.5-moment.sheath.field |
list examples.dg.5-moment.sheath.field_comps = ['Ex', 'Ey', 'Ez', 'Bx', 'By', 'Bz'] |
list examples.dg.5-moment.sheath.fluid_comps = ['rho', 'px', 'py', 'pz', 'e'] |
int examples.dg.5-moment.sheath.gamma = 5/3 |
examples.dg.5-moment.sheath.gen_xdmf |
tuple examples.dg.5-moment.sheath.ic_fun_e |
tuple examples.dg.5-moment.sheath.ic_fun_EM |
tuple examples.dg.5-moment.sheath.ic_fun_i |
warpy examples.dg.5-moment.sheath.ions |
tuple examples.dg.5-moment.sheath.L = L_debye |
int examples.dg.5-moment.sheath.limiter_alpha_coefficient = 2. |
list examples.dg.5-moment.sheath.limiter_apps_elec = [] |
list examples.dg.5-moment.sheath.limiter_apps_ion = [] |
float examples.dg.5-moment.sheath.lx = 200.0 |
warpy examples.dg.5-moment.sheath.mesh |
float examples.dg.5-moment.sheath.mp = 1.672622e-27 |
float examples.dg.5-moment.sheath.mu0 = 1.256637e-6 |
int examples.dg.5-moment.sheath.n_init = 1 |
int examples.dg.5-moment.sheath.nout = 20 |
int examples.dg.5-moment.sheath.nx = 500 |
int examples.dg.5-moment.sheath.ny = nx |
float examples.dg.5-moment.sheath.omct = 3.265e-5 |
float examples.dg.5-moment.sheath.ompt = 1.0 |
float examples.dg.5-moment.sheath.phchi = 1.5 |
float examples.dg.5-moment.sheath.phgamma = phchi |
float examples.dg.5-moment.sheath.phi_eff = phi_eff_eV/T0 |
float examples.dg.5-moment.sheath.phi_eff_eV = 33.0 |
float examples.dg.5-moment.sheath.phi_ion = phi_ion_eV/T0 |
float examples.dg.5-moment.sheath.phi_ion_eV = 13.6 |
float examples.dg.5-moment.sheath.pressure_min = 0.01 |
float examples.dg.5-moment.sheath.qe = 1.602177e-19 |
warpy examples.dg.5-moment.sheath.sim |
int examples.dg.5-moment.sheath.skin_depth_norm = 1/omct |
list examples.dg.5-moment.sheath.solver_apps = [] |
str examples.dg.5-moment.sheath.sorder = 'firstOrder' |
warpy examples.dg.5-moment.sheath.spatial_solver |
int examples.dg.5-moment.sheath.T_init = 10 |
warpy examples.dg.5-moment.sheath.time_integrator |
str examples.dg.5-moment.sheath.torder = 'TVDRK2' |
examples.dg.5-moment.sheath.True |
bool examples.dg.5-moment.sheath.use_limiter_mr = False |
bool examples.dg.5-moment.sheath.use_phmaxwell = True |
list examples.dg.5-moment.sheath.var_adj = [] |
int examples.dg.5-moment.sheath.width = 20 |
warpy examples.dg.5-moment.sheath.writer |
int examples.dg.5-moment.sheath.Ze = -1 |
int examples.dg.5-moment.sheath.Zi = 1 |
int examples.dg.5-moment.sheath.Zn = 0 |