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

Evolution of simple sinusoidal light wave out of a lacuna-baced open boundary condition (see E.Meier,et al 2012) More...

Detailed Description

Evolution of simple sinusoidal light wave out of a lacuna-baced open boundary condition (see E.Meier,et al 2012)

Namespaces

namespace  examples
 
namespace  examples.dg
 
namespace  examples.dg.open_bc
 
namespace  examples.dg.open_bc.lobc_maxwell_2D
 

Variables

str examples.dg.open_bc.lobc_maxwell_2D.torder = 'RK2'
 
str examples.dg.open_bc.lobc_maxwell_2D.sorder = 'thirdOrder'
 
int examples.dg.open_bc.lobc_maxwell_2D.dt = 1e-3
 
int examples.dg.open_bc.lobc_maxwell_2D.dt_final = 8
 
warpy examples.dg.open_bc.lobc_maxwell_2D.dt_controller = warpy.dt_calc.fixed_dt(dt)
 
int examples.dg.open_bc.lobc_maxwell_2D.write_steps = 100
 
str examples.dg.open_bc.lobc_maxwell_2D.mesh_file = "meshes/mesh_2D_3subdomain_i2t1e4_n140x10"
 
list examples.dg.open_bc.lobc_maxwell_2D.interior_subdomains = ['interior']
 
list examples.dg.open_bc.lobc_maxwell_2D.tran_subdomains = ['transition']
 
list examples.dg.open_bc.lobc_maxwell_2D.exterior_subdomains = ['exterior']
 
list examples.dg.open_bc.lobc_maxwell_2D.interior_to_transition_boundary = ['leftWallTran']
 
list examples.dg.open_bc.lobc_maxwell_2D.open_boundary = ['rightWallTran']
 
list examples.dg.open_bc.lobc_maxwell_2D.exterior_boundary = ['rightWall']
 
list examples.dg.open_bc.lobc_maxwell_2D.physical_tran_boundaries = ['lowerWallTran','upperWallTran']
 
list examples.dg.open_bc.lobc_maxwell_2D.physical_ext_boundaries = ['lowerWallExt','upperWallExt','rightWall']
 
list examples.dg.open_bc.lobc_maxwell_2D.transition_center = [-1.,0.,0.]
 
int examples.dg.open_bc.lobc_maxwell_2D.transition_width = 1.
 
float examples.dg.open_bc.lobc_maxwell_2D.skin_depth_norm = 1.0
 
float examples.dg.open_bc.lobc_maxwell_2D.omega_p_norm = 1.0
 
bool examples.dg.open_bc.lobc_maxwell_2D.use_limiters = False
 
str examples.dg.open_bc.lobc_maxwell_2D.variable_name = 'field'
 
list examples.dg.open_bc.lobc_maxwell_2D.fluid_components = ['Ex','Ey','Ez','Bx','By','Bz']
 
float examples.dg.open_bc.lobc_maxwell_2D.lacuna_time = 1.0,
 
float examples.dg.open_bc.lobc_maxwell_2D.reintegration_time = 3.0,
 
bool examples.dg.open_bc.lobc_maxwell_2D.cond_wall = True
 
None examples.dg.open_bc.lobc_maxwell_2D.periodic_boundaries = None
 
 examples.dg.open_bc.lobc_maxwell_2D.else :
 
warpy examples.dg.open_bc.lobc_maxwell_2D.mesh
 
warpy examples.dg.open_bc.lobc_maxwell_2D.q
 
warpy examples.dg.open_bc.lobc_maxwell_2D.null_function
 
list examples.dg.open_bc.lobc_maxwell_2D.ic_applicators = []
 
warpy examples.dg.open_bc.lobc_maxwell_2D.app_flux_q
 
list examples.dg.open_bc.lobc_maxwell_2D.interior_bc_apps = []
 
list examples.dg.open_bc.lobc_maxwell_2D.spatial_solvers = []
 
list examples.dg.open_bc.lobc_maxwell_2D.variable_adjusters = []
 
warpy examples.dg.open_bc.lobc_maxwell_2D.temporal_solver
 
warpy examples.dg.open_bc.lobc_maxwell_2D.q_lobc_right
 
warpy examples.dg.open_bc.lobc_maxwell_2D.ic_applicators_lobc
 
warpy examples.dg.open_bc.lobc_maxwell_2D.host_action_lobc_mu = q_lobc_right.calc_dmu()
 
 examples.dg.open_bc.lobc_maxwell_2D.app_flux_w
 
 examples.dg.open_bc.lobc_maxwell_2D.app_flux_wlacuna
 
list examples.dg.open_bc.lobc_maxwell_2D.apps_bc_physics = []
 
warpy examples.dg.open_bc.lobc_maxwell_2D.temporal_solver_lobc
 
warpy examples.dg.open_bc.lobc_maxwell_2D.host_actions_lobc_pre_ti = q_lobc_right.create_pre_ti_hostactions()
 
warpy examples.dg.open_bc.lobc_maxwell_2D.writer
 
warpy examples.dg.open_bc.lobc_maxwell_2D.sim
 
 examples.dg.open_bc.lobc_maxwell_2D.gen_xdmf
 
 examples.dg.open_bc.lobc_maxwell_2D.True
 
 examples.dg.open_bc.lobc_maxwell_2D.detect_nonscalar