|
WARPXM v1.10.0
|
Functions | |
| def | gen_hartmann (gamma=5./3., Ai=1., Ae=1.e-2, u0=1e-3, omega_c_norm=1., omega_p_norm=1., nu_p_norm=1., c_0_norm=1., n_0=1., Bx_0=1., e_0=1.5, sorder=4, torder=4, dt=1e-3, num_cells=100, Chi_E=0, Chi_B=0, time=[0, 1], fixed_dt=False, WriteSteps=100, Cfl_max=0.5, name='hartmann') |
Variables | |
| list | ocns = [5e-1, 50e-1, 150e-1, 300e-1] |
| list | ncs = [400, 400, 400, 800] |
| list | names = ['05', '5', '15', '30'] |
| def | sim |
| None | |
| gen_xdmf | |
| def examples.fvm.twofluid.braginskii.hartmann.gen_hartmann | ( | gamma = 5./3., |
|
Ai = 1., |
|||
Ae = 1.e-2, |
|||
u0 = 1e-3, |
|||
omega_c_norm = 1., |
|||
omega_p_norm = 1., |
|||
nu_p_norm = 1., |
|||
c_0_norm = 1., |
|||
n_0 = 1., |
|||
Bx_0 = 1., |
|||
e_0 = 1.5, |
|||
sorder = 4, |
|||
torder = 4, |
|||
dt = 1e-3, |
|||
num_cells = 100, |
|||
Chi_E = 0, |
|||
Chi_B = 0, |
|||
time = [0,1], |
|||
fixed_dt = False, |
|||
WriteSteps = 100, |
|||
Cfl_max = 0.5, |
|||
name = 'hartmann' |
|||
| ) |
| examples.fvm.twofluid.braginskii.hartmann.gen_xdmf |
| list examples.fvm.twofluid.braginskii.hartmann.names = ['05', '5', '15', '30'] |
| list examples.fvm.twofluid.braginskii.hartmann.ncs = [400, 400, 400, 800] |
| examples.fvm.twofluid.braginskii.hartmann.None |
| list examples.fvm.twofluid.braginskii.hartmann.ocns = [5e-1, 50e-1, 150e-1, 300e-1] |
| def examples.fvm.twofluid.braginskii.hartmann.sim |