Fixes two bug in the calculation of the debye length in atomicPhysics(FLYonPIC) for the StewartPyatt IPD Model.
I mistakenly used the cell volume instead of the SuperCellVolume, forgot a unit conversion factor for k_B * T an dmissed that the accumualtion quantities are scaled with a factor of 1/sim.unit.typicalNumberOfParticlesPerMacropParticle().
Fixes two bug in the calculation of the debye length in atomicPhysics(FLYonPIC) for the StewartPyatt IPD Model.
I mistakenly used the cell volume instead of the SuperCellVolume, forgot a unit conversion factor for
k_B * T
an dmissed that the accumualtion quantities are scaled with a factor of 1/sim.unit.typicalNumberOfParticlesPerMacropParticle()
.