|
Vlasiator ebf0dd394 on dev (v5.4.0 + 1054 commits)
|
Go to the source code of this file.
Namespaces | |
| namespace | vdf_params |
Variables | |
| float | vdf_params.mp = 1.672622e-27 |
| float | vdf_params.kB = 1.380649e-23 |
| float | vdf_params.q = 1.602177e-19 |
| int | vdf_params.particle_mass = 1*mp |
| int | vdf_params.density = 1e6 |
| int | vdf_params.temperature = 5e5 |
| int | vdf_params.vmean = 5e5 |
| float | vdf_params.vmin = -1.2e6 |
| float | vdf_params.vmax = 1.2e6 |
| int | vdf_params.n_blocks = 15 |
| int | vdf_params.block_width = 4 |
| int | vdf_params.sparsity_threshold = 1e-15 |
| vdf_params.v_th = math.sqrt(3. * kB * temperature / particle_mass) | |
| vdf_params.fig = plt.figure() | |
| vdf_params.ax = fig.gca() | |
| tuple | vdf_params.dv = (vmax-vmin)/(n_blocks * block_width) |
| vdf_params.v = np.arange(vmin, vmax, dv) | |
| vdf_params.vdf = np.ma.array(density * (particle_mass / (2.*math.pi*kB*temperature))**(3./2.) * np.exp(-particle_mass*(v-vmean)**2 / (2.*kB*temperature))) | |
| vdf_params.s | |
| vdf_params.label | |
| vdf_params.marker | |
| vdf_params.color | |
| vdf_params.lw | |
| vdf_params.alpha | |
| vdf_params.xmin | |
| vdf_params.xmax | |
| vdf_params.hatch | |