Package nbody-ics.plt contributed by wmfarr [docs]
To load: (require (planet "nbody-ics.scm" ("wmfarr" "nbody-ics.plt" 1 0)))
Package description:
Initial conditions for N-body simulations.Currently provides cold and hot (any ratio of KE/PE) constant-density spherical distributions and plummer models.
Downloads this week: 0
Total downloads: 58
Tickets:0
Open tickets:0
Primary files:
NameContract
body-copy
(-> body? body?)
copy-bodies
(-> nbody-system/c nbody-system/c)
total-mass
(-> nbody-system/c (>/c 0.0))
center-of-mass
(-> nbody-system/c 3vector/c)
total-momentum
(-> nbody-system/c 3vector/c)
adjust-frame!
(-> nbody-system/c nbody-system/c)
make-cold-spherical
(-> natural-number/c nbody-system/c)
make-hot-spherical
(case->
  (-> natural-number/c nbody-system/c)
  (-> natural-number/c (between/c 0.0 1.0) nbody-system/c))
make-plummer
(-> natural-number/c nbody-system/c)
(struct body (m q p))
nbody-system/c
3vector/c
 Current version
PLaneT versionExternal versionSourceDLsDocsReq. PLTDate added
(1 0)1.0
58
[none]2007-04-01
To load: (require (planet "nbody-ics.scm" ("wmfarr" "nbody-ics.plt" 1 0)))
Available in repositories: 4.x, 3xx
[no release notes]
No Tickets Currently open for this Package [New Ticket]