Orbital Flight Wiki
Space travel simulator under the influence of gravity
Brought to you by:
gcoffin
The module cnbody implements the N body problem (N space bodies that attract one another). For an efficient implementation, the module uses array of complex numbers.
The objective is not to give a perfect calculation but at first sight it seems to be rather stable.
The integration uses the Hermite algorithm, which is a fourth order method.