Radial and vertical drift test.
More...
◆ Particles_Dust_StoppingTime()
double Particles_Dust_StoppingTime |
( |
double * |
vg, |
|
|
Particle * |
p |
|
) |
| |
Define the particle stopping time as p->tau_s*f(p). This function should not alter the original value p->tau_s, but only return p->tau_s*f(p), where f(p) is a function of the particle attributes (e.g. position).
- Parameters
-
[in] | p | pointer to a particle |
◆ 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 |
|
) |
| |
Inject particles as you wish.
- Parameters
-
[in] | data | Pointer to the PLUTO data structure. |
[in] | grid | Pointer to the PLUTO grid structure. |