Initializes a 2D plama switch pillar.
More...
Initializes a 2D plama switch pillar.
- See also
- wxm::functions::imhd::PlasmaSwitch
|
def | __init__ (self, name, center, xwidth_min, xwidth_max, ywidth, density_out=1e-2, density_in=1, pressure_in=1, pressure_out=1, gamma=5./3., transition_width=0.25) |
|
◆ __init__()
def warpy.functions.plasma_switch.plasma_switch_imhd.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
center, |
|
|
|
xwidth_min, |
|
|
|
xwidth_max, |
|
|
|
ywidth, |
|
|
|
density_out = 1e-2 , |
|
|
|
density_in = 1 , |
|
|
|
pressure_in = 1 , |
|
|
|
pressure_out = 1 , |
|
|
|
gamma = 5. / 3. , |
|
|
|
transition_width = 0.25 |
|
) |
| |
- Parameters
-
name | name of module |
center | x/y coordinate for center of pillar "notch" |
xwidth_min | minimum thickness in x of the pillar |
xwidth_max | maximum thickness in x of the pillar |
ywidth | vertical width of the "notch" |
density_out | background density |
density_in | peak pulse density |
pressure_in | peak pulse pressure |
pressure_out | background pulse pressure |
gamma | gas gamma |
transition_width | |
The documentation for this class was generated from the following file: