Uses of Class
org.gjt.universe.accrete.Protoplanet

Packages that use Protoplanet
org.gjt.universe.accrete   
 

Uses of Protoplanet in org.gjt.universe.accrete
 

Fields in org.gjt.universe.accrete declared as Protoplanet
 Protoplanet Protosystem.planet_head
           
 Protoplanet Protoplanet.next_planet
           
 

Methods in org.gjt.universe.accrete that return Protoplanet
 Protoplanet Protosystem.dist_planetary_masses()
          Accretes protoplanets from the dust disc in this system.
 

Methods in org.gjt.universe.accrete with parameters of type Protoplanet
 void Protosystem.coalesce_planetesimals(Protoplanet p)
          Searches the planetesimals already present in this system for a possible collision.
 boolean DustDisc.dust_available(Protoplanet p)
          Determines whether dust is present within the effect radius of a specific Protoplanet.
 void DustDisc.accrete_dust(Protoplanet p)
          Accretes dust and/or gas from all bands onto the specified protoplanet, iterating until the marginal mass increase approaches zero.
 double DustBand.collect_dust(double r_inner, double r_outer, Protoplanet p)
          Calculate the amount of dust which the specified protoplanet can accrete from this dust band, if any.
 

Constructors in org.gjt.universe.accrete with parameters of type Protoplanet
Protoplanet(Protoplanet p)
          Copy constructor
Planet(Protoplanet p)
          Constructor from an accreted protoplanet.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.