Routine to create new fully resolved MEM particles
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(mus_particle_creator_type), | intent(inout) | :: | particle_creator |
Particle creator object |
||
| type(mus_particle_group_type), | intent(inout) | :: | particleGroup |
ParticleGroup to add this particle to |
||
| type(mus_scheme_type), | intent(inout) | :: | scheme |
Scheme to initialize particles on the lattice |
||
| type(mus_geom_type), | intent(in) | :: | geometry |
Geometry to initialize particles on the lattice |
||
| type(mus_param_type), | intent(in) | :: | params |
Params for access to dt, dx, etc. |
||
| integer, | intent(in) | :: | myRank |
This process rank |