Class Summary |
AccreteObject |
This class handles elements which are global to every object
in the simulation. |
Blackbody |
A Blackbody represents a body which radiates energy in a predictable
curve based solely on temperature. |
CustomRandom |
This class provides a random number generator with additional
access methods. |
DustBand |
DustBands represent sections of the protoplanetary disc which
contain gas and/or dust to be accreted. |
DustDisc |
A DustDisc manages the collection of DustBands representing
the dust and gas components of a protoplanetary disc. |
Planet |
This class provides an object representing a planetary body,
complete with atmosphere. |
Protoplanet |
Implements a body which can accrete dust and gas. |
Protosystem |
|
SimpleAccrete |
|
SimpleAccrete.PlanetaryMakeup |
this is the class that holds the subset of the planetary data we wish
to save. |
SimpleAccrete.StarMakeup |
since this is not nescissarily specific to accrete, we may wish to not
put this in the accrete package. |
smain |
|
Star |
Implements a Star object for building alternative solar systems. |
StarSystem |
Added: alternate nonrandom constructor. |