|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--universe.common.database.accrete.Protosystem
Field Summary | |
double |
body_inner_bound
|
double |
body_outer_bound
|
DustDisc |
disc
|
Planet |
planet
|
Protoplanet |
planet_head
|
Star |
star
|
Constructor Summary | |
Protosystem(Star s)
Star system contructor. |
Method Summary | |
void |
coalesce_planetesimals(Protoplanet p)
Searches the planetesimals already present in this system for a possible collision. |
Protoplanet |
dist_planetary_masses()
Accretes protoplanets from the dust disc in this system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Star star
public Planet planet
public DustDisc disc
public Protoplanet planet_head
public double body_inner_bound
public double body_outer_bound
Constructor Detail |
public Protosystem(Star s)
s
- Primary for this system.Method Detail |
public void coalesce_planetesimals(Protoplanet p)
p
- Newly injected accreting protoplanet to testpublic Protoplanet dist_planetary_masses()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |