reset.cm {nbody} | R Documentation |
Move center of mass to the origin
Description
Routine, designed to reset the center of mass (CM) of the initial conditions (ICs) of an N-body simulation. The CM position and velocity are both shifted to (0,0,0).
Usage
reset.cm(sim)
Arguments
sim |
list of m, x, v or list with a sublist "ics", made of m, x, v, where
|
Value
Returns a structure of the same format as the input argument, but with re-centered positions and velocities.
Author(s)
Danail Obreschkow
[Package nbody version 1.41 Index]