ComputationalRadiationPhysics / picongpu

Performance-Portable Particle-in-Cell Simulations for the Exascale Era :sparkles:
https://picongpu.readthedocs.io
Other
708 stars 218 forks source link

bugFix calculate IPD input #5204

Closed BrianMarre closed 1 week ago

BrianMarre commented 2 weeks ago

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().

BrianMarre commented 2 weeks ago

@chillenzer fixed