Initialize particles for the Bell instability test-.
More...
- Authors
- A. Mignone (migno.nosp@m.ne@t.nosp@m.o.inf.nosp@m.n.it)
- Date
- Aug 17, 2020
References:
- [MVBM18] "A PARTICLE MODULE FOR THE PLUTO CODE: I - AN IMPLEMENTATION OF
THE MHD-PIC EQUATIONS", Mignone etal.ApJS (2018) [ Sec. 4.4 ]
◆ Particles_Init()
void Particles_Init |
( |
Data * |
d, |
|
|
Grid * |
grid |
|
) |
| |
Sets initial conditions on particles.
- Parameters
-
[in] | d | Pointer to the PLUTO data structure. |
[in] | grid | Pointer to the PLUTO grid structure. |
◆ Particles_Inject()
void Particles_Inject |
( |
Data * |
data, |
|
|
Grid * |
grid |
|
) |
| |
Sets user-defined boundary conditions on particles.
- Parameters
-
[in] | data | Pointer to the PLUTO data structure. |
[in] | grid | Pointer to the PLUTO grid structure. |