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