Kinetic background
GyroMaxwellian2Dvperp
A gyrotropic
struphy.kinetic_background.base.Maxwellian depending on
two velocities , , where and is the radial component of a polar coordinate system perpendicular to the magentic direction .
Phase space
- Velocity dimension
- 2
- Velocity coordinates
- vpara_vperp
- Axes
- v∥ · v⊥
- Volume form
- yes — includes the velocity Jacobian
Velocity-space distribution
f₀ over (v∥, v⊥), at logical position η = (0.5, 0.5, 0.5).
- v∥
- -5 to 5
- v⊥
- 0 to 5
Reduced profiles
The distribution along each velocity axis, with every other phase-space axis integrated out.
Parameters
Constructor defaults. Moments are given as a background value (a float or a callable) paired with an optional perturbation.
| Parameter | Default | Perturbation | Description |
|---|---|---|---|
n | 1 | None | Moments of the Maxwellian as tuples. The first entry defines the background (float for constant background or callable), the second entry defines a Perturbation (can be None). |
u_para | 0 | None | Moments of the Maxwellian as tuples. The first entry defines the background (float for constant background or callable), the second entry defines a Perturbation (can be None). |
u_perp | 0 | None | Moments of the Maxwellian as tuples. The first entry defines the background (float for constant background or callable), the second entry defines a Perturbation (can be None). |
vth_para | 1 | None | Moments of the Maxwellian as tuples. The first entry defines the background (float for constant background or callable), the second entry defines a Perturbation (can be None). |
vth_perp | 1 | None | Moments of the Maxwellian as tuples. The first entry defines the background (float for constant background or callable), the second entry defines a Perturbation (can be None). |
equil | null | — | Fluid background. |
volume_form | true | — | Whether to represent the Maxwellian as a volume form; if True it is multiplied by the Jacobian determinant |v_perp| of the polar coordinate transofrmation (default = False). |
uniform_on_disc | false | — | Whether the density n is uniform on the disc (default = False). |