getNewParticleID Function

public function getNewParticleID(particle_creator, iParticle)

Routine to generate a unique particleID for a particle

Arguments

Type IntentOptional Attributes Name
type(mus_particle_creator_type), intent(in) :: particle_creator

Particle creator object

integer :: iParticle

Index of the particle data we want to use to create this particle in the particle creator object

Return Value integer