puncproject / PUNCpp

Particles-in-UNstructured-Cells, C++ version
https://punc.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Specifying particles per debye (hyper) cube #61

Open sigvaldm opened 6 years ago

sigvaldm commented 6 years ago

This would be cool. Allows us to experiment with keeping the number of particles per debye cube constant while changing other parameters, in case that is what it takes to keep accuracy good when changing other parameters.

sigvaldm commented 6 years ago

It must probably be the Pdf's responsibility to have a debye function which, given density, returns the debye length?!

diakodarian commented 6 years ago

As the Debye length is dependent on the velocity distribution function it would be natural to add this functionality to the Pdf class.