WARPXM v1.10.0
|
Functions | |
def | run_name () |
Variables | |
str | torder = 'SSPRK3' |
int | sord = 4 |
str | sorder_str = '' |
int | cfl = .8 / (2*sord - 1) |
float | cfl_diffusion = 1.0 |
str | num_flux = "Rusanov" |
int | dt = 1e-4 |
int | tend = .1 |
int | nout = 100 |
int | num_elem = 16 |
bool | use_bc_flux_diagnostic = True |
str | gradient_method = "ldg" |
None | penalty_beta = None |
float | penalty_eta = 1.0 |
int | gamma = 2 |
float | mass = 1.0 |
float | charge = 1.0 |
int | nu_p_tau = 1. |
int | omega_p_tau = 1. |
int | skin_depth_norm = 1 |
float | lnlam = 10.0 |
float | jump_fac = 0.125 |
int | rho_L = 1 |
int | P_L = 1 |
int | v_L = 1 |
int | By_L = 1 |
float | Bx = 0.75 |
float | rho_R = 0.125 / jump_fac |
int | P_R = .1 / jump_fac |
int | v_R = -1 |
int | By_R = -1 |
str | mhd_str = 'imhd' |
bool | use_resistivity = 'rmhd' else False |
str | resistivity_type = "spitzer-vacuum" |
int | max_resistive_diffusivity = 1e-4 |
float | eta_max = 0.01 |
float | eta_min = eta_max / 100.0 |
int | vacuum_diffusivity = max_resistive_diffusivity |
float | eta_vacuum = eta_max |
int | n_vacuum = 0 |
bool | use_pos_limiter = True |
bool | use_moe_ross_limiter = False |
int | moe_ross_alpha = 100 |
bool | use_viscosity = False |
int | visc = -5.e-5 |
int | kappa = visc |
bool | use_art_diss = False |
float | coeff_art_dens = 20.0 |
float | coeff_art_mom = 40.0 |
float | coeff_art_heat = 40.0 |
abs | art_diss_diff_cap = abs(visc) |
None | dx_cut = None |
bool | use_v_anom = False |
None | rho_min = None |
None | P_min = None |
bool | use_imhd_floor = True |
bool | use_floors_app = False |
list | boundary_names = ['Left', 'Right', 'Bottom', 'Top'] |
warpy | mesh |
warpy | plasma |
bool | use_gradients = False |
warpy | plasma_gradient |
warpy | plasma_gradient2 |
dict | bc_flux_vars = {} |
name | |
bc | |
components | |
explodable | |
warpy | ic_plasma |
list | ic_va = [] |
warpy | ic_ha = warpy.host_actions.va_runner(name='ic_ha', variable_adjusters=ic_va) |
list | variable_adjusters = [] |
list | apps = [] |
list | limiter_apps = [] |
warpy | floors_app |
else : | |
list | bc_apps = [] |
list | bc_apps_dirichlet = [] |
list | rho = [rho_L, rho_R] |
list | px = [mass * v_L, mass * v_R] |
list | py = [0.0, 0.0] |
list | pz = [0.0, 0.0] |
list | By = [By_L, By_R] |
list | Bz = [0.0, 0.0] |
list | pressure = [P_L, P_R] |
list | e = [0, 0] |
list | vals = [rho, px, py, pz, e, Bx, By, Bz] |
list | grad_bc_apps = [] |
warpy | spatial_solver |
warpy | time_integrator |
warpy | dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) |
dict | diagnostics_dict = {} |
warpy | integ_rho |
warpy | diag |
int | diag_writer_interval = 1.e-3 |
warpy | diag_writer |
list | write_vars = [plasma] |
warpy | writer = warpy.host_actions.writer(name='writer', ReadVars=write_vars) |
warpy | sim |
gen_xdmf | |
True | |
detect_nonscalar | |
def examples.dg.mhd.shock_2d_brio-wu.run_name | ( | ) |
list examples.dg.mhd.shock_2d_brio-wu.apps = [] |
abs examples.dg.mhd.shock_2d_brio-wu.art_diss_diff_cap = abs(visc) |
examples.dg.mhd.shock_2d_brio-wu.bc |
list examples.dg.mhd.shock_2d_brio-wu.bc_apps = [] |
list examples.dg.mhd.shock_2d_brio-wu.bc_apps_dirichlet = [] |
dict examples.dg.mhd.shock_2d_brio-wu.bc_flux_vars = {} |
list examples.dg.mhd.shock_2d_brio-wu.boundary_names = ['Left', 'Right', 'Bottom', 'Top'] |
list examples.dg.mhd.shock_2d_brio-wu.Bx = 0.75 |
int examples.dg.mhd.shock_2d_brio-wu.By_L = 1 |
int examples.dg.mhd.shock_2d_brio-wu.By_R = -1 |
list examples.dg.mhd.shock_2d_brio-wu.Bz = [0.0, 0.0] |
int examples.dg.mhd.shock_2d_brio-wu.cfl = .8 / (2*sord - 1) |
float examples.dg.mhd.shock_2d_brio-wu.cfl_diffusion = 1.0 |
float examples.dg.mhd.shock_2d_brio-wu.charge = 1.0 |
float examples.dg.mhd.shock_2d_brio-wu.coeff_art_dens = 20.0 |
float examples.dg.mhd.shock_2d_brio-wu.coeff_art_heat = 40.0 |
float examples.dg.mhd.shock_2d_brio-wu.coeff_art_mom = 40.0 |
examples.dg.mhd.shock_2d_brio-wu.components |
examples.dg.mhd.shock_2d_brio-wu.detect_nonscalar |
warpy examples.dg.mhd.shock_2d_brio-wu.diag |
warpy examples.dg.mhd.shock_2d_brio-wu.diag_writer |
int examples.dg.mhd.shock_2d_brio-wu.diag_writer_interval = 1.e-3 |
dict examples.dg.mhd.shock_2d_brio-wu.diagnostics_dict = {} |
int examples.dg.mhd.shock_2d_brio-wu.dt = 1e-4 |
warpy examples.dg.mhd.shock_2d_brio-wu.dt_controller = warpy.dt_calc.stability_dt(init_dt=dt) |
None examples.dg.mhd.shock_2d_brio-wu.dx_cut = None |
list examples.dg.mhd.shock_2d_brio-wu.e = [0, 0] |
examples.dg.mhd.shock_2d_brio-wu.else : |
float examples.dg.mhd.shock_2d_brio-wu.eta_max = 0.01 |
float examples.dg.mhd.shock_2d_brio-wu.eta_min = eta_max / 100.0 |
float examples.dg.mhd.shock_2d_brio-wu.eta_vacuum = eta_max |
examples.dg.mhd.shock_2d_brio-wu.explodable |
None examples.dg.mhd.shock_2d_brio-wu.floors_app |
int examples.dg.mhd.shock_2d_brio-wu.gamma = 2 |
examples.dg.mhd.shock_2d_brio-wu.gen_xdmf |
list examples.dg.mhd.shock_2d_brio-wu.grad_bc_apps = [] |
str examples.dg.mhd.shock_2d_brio-wu.gradient_method = "ldg" |
warpy examples.dg.mhd.shock_2d_brio-wu.ic_ha = warpy.host_actions.va_runner(name='ic_ha', variable_adjusters=ic_va) |
warpy examples.dg.mhd.shock_2d_brio-wu.ic_plasma |
list examples.dg.mhd.shock_2d_brio-wu.ic_va = [] |
warpy examples.dg.mhd.shock_2d_brio-wu.integ_rho |
float examples.dg.mhd.shock_2d_brio-wu.jump_fac = 0.125 |
int examples.dg.mhd.shock_2d_brio-wu.kappa = visc |
list examples.dg.mhd.shock_2d_brio-wu.limiter_apps = [] |
float examples.dg.mhd.shock_2d_brio-wu.lnlam = 10.0 |
float examples.dg.mhd.shock_2d_brio-wu.mass = 1.0 |
int examples.dg.mhd.shock_2d_brio-wu.max_resistive_diffusivity = 1e-4 |
warpy examples.dg.mhd.shock_2d_brio-wu.mesh |
str examples.dg.mhd.shock_2d_brio-wu.mhd_str = 'imhd' |
int examples.dg.mhd.shock_2d_brio-wu.moe_ross_alpha = 100 |
int examples.dg.mhd.shock_2d_brio-wu.n_vacuum = 0 |
examples.dg.mhd.shock_2d_brio-wu.name |
int examples.dg.mhd.shock_2d_brio-wu.nout = 100 |
int examples.dg.mhd.shock_2d_brio-wu.nu_p_tau = 1. |
int examples.dg.mhd.shock_2d_brio-wu.num_elem = 16 |
str examples.dg.mhd.shock_2d_brio-wu.num_flux = "Rusanov" |
int examples.dg.mhd.shock_2d_brio-wu.omega_p_tau = 1. |
int examples.dg.mhd.shock_2d_brio-wu.P_L = 1 |
min examples.dg.mhd.shock_2d_brio-wu.P_min = None |
int examples.dg.mhd.shock_2d_brio-wu.P_R = .1 / jump_fac |
None examples.dg.mhd.shock_2d_brio-wu.penalty_beta = None |
float examples.dg.mhd.shock_2d_brio-wu.penalty_eta = 1.0 |
warpy examples.dg.mhd.shock_2d_brio-wu.plasma |
warpy examples.dg.mhd.shock_2d_brio-wu.plasma_gradient |
warpy examples.dg.mhd.shock_2d_brio-wu.plasma_gradient2 |
list examples.dg.mhd.shock_2d_brio-wu.py = [0.0, 0.0] |
list examples.dg.mhd.shock_2d_brio-wu.pz = [0.0, 0.0] |
str examples.dg.mhd.shock_2d_brio-wu.resistivity_type = "spitzer-vacuum" |
int examples.dg.mhd.shock_2d_brio-wu.rho_L = 1 |
min examples.dg.mhd.shock_2d_brio-wu.rho_min = None |
float examples.dg.mhd.shock_2d_brio-wu.rho_R = 0.125 / jump_fac |
warpy examples.dg.mhd.shock_2d_brio-wu.sim |
int examples.dg.mhd.shock_2d_brio-wu.skin_depth_norm = 1 |
int examples.dg.mhd.shock_2d_brio-wu.sord = 4 |
str examples.dg.mhd.shock_2d_brio-wu.sorder_str = '' |
warpy examples.dg.mhd.shock_2d_brio-wu.spatial_solver |
int examples.dg.mhd.shock_2d_brio-wu.tend = .1 |
warpy examples.dg.mhd.shock_2d_brio-wu.time_integrator |
str examples.dg.mhd.shock_2d_brio-wu.torder = 'SSPRK3' |
examples.dg.mhd.shock_2d_brio-wu.True |
bool examples.dg.mhd.shock_2d_brio-wu.use_art_diss = False |
bool examples.dg.mhd.shock_2d_brio-wu.use_bc_flux_diagnostic = True |
bool examples.dg.mhd.shock_2d_brio-wu.use_floors_app = False |
bool examples.dg.mhd.shock_2d_brio-wu.use_gradients = False |
bool examples.dg.mhd.shock_2d_brio-wu.use_imhd_floor = True |
bool examples.dg.mhd.shock_2d_brio-wu.use_moe_ross_limiter = False |
bool examples.dg.mhd.shock_2d_brio-wu.use_pos_limiter = True |
bool examples.dg.mhd.shock_2d_brio-wu.use_resistivity = 'rmhd' else False |
bool examples.dg.mhd.shock_2d_brio-wu.use_v_anom = False |
bool examples.dg.mhd.shock_2d_brio-wu.use_viscosity = False |
int examples.dg.mhd.shock_2d_brio-wu.v_L = 1 |
int examples.dg.mhd.shock_2d_brio-wu.v_R = -1 |
int examples.dg.mhd.shock_2d_brio-wu.vacuum_diffusivity = max_resistive_diffusivity |
list examples.dg.mhd.shock_2d_brio-wu.variable_adjusters = [] |
int examples.dg.mhd.shock_2d_brio-wu.visc = -5.e-5 |
list examples.dg.mhd.shock_2d_brio-wu.write_vars = [plasma] |
warpy examples.dg.mhd.shock_2d_brio-wu.writer = warpy.host_actions.writer(name='writer', ReadVars=write_vars) |