Take PlanetDemo and turn off all damping.
Turn off the speed (set it to 0) so that all the small spheres simply fall to the planet.
Run the demo and observe that it eventually get into a "deep freeze state": most of the spheres get glued to the surface of the planet.
Correct behavior with no damping: small spheres should form an atmosphere-like structure. In short - there should be higher sphere density closer to the surface of the planet and all of them should keep moving.
Perhaps I did not turn off all damping. I'd appreciate to know how to do that for that example.