4
$\begingroup$

I'm making a game in which I'd like to randomly generate star systems. Which is cool.

The trouble I'm having is working out exactly what limits I need to place on the generation. So far, the wikipedia hasn't been all that helpful. So some questions:

  1. Rocky planets form within the frostline of a protostar. What's the radius of this line? What I'm sort of asking is that given a particular mass and density, what radius from that star is the line.
  2. If the jovian planets form outside of this line; why have so many been found within this line in other star systems from our own? Is this only selection bias or is it more likely that our models are incorrect at this point?
  3. How does the creation of the gas giants differ from the creation of the ice giants? Is it simply like a second "frost line" where there wasn't enough gaseous material to form a large jovian planet but plenty of ices to form ice giants? If so, how is the creation of the ice giants different to Dwarf planets?
$\endgroup$
2
  • $\begingroup$ As a quick comment, know that you're asking questions for which there aren't yet any consensus answers. Planet formation (and even star formation, really) is a very hot topic of research at the moment. $\endgroup$
    – Warrick
    Commented Aug 26, 2014 at 5:32
  • $\begingroup$ I was afraid of that. What I'm asking (but not directly asking) is how to decide the parameters of random generation so that the outcome of a series of randomly generated star systems makes sense. Or put another way. Are rocky planets always closer. Are gas giants always further away. If not; under what circumstances do they migrate. I'm trying to decide whether I can just straight up randomise the planets; or do I need to programmatically step through the process of star system generation and allow the outcomes to be what they be? (In which I run the risk of massive complexity). $\endgroup$ Commented Aug 26, 2014 at 6:26

1 Answer 1

3
$\begingroup$

I will edit this with the appropriate equations and timeframes in a few hours when I get back to my office. For now I will address the foundations of your questions with some basics.

1: The radius of the frost line is determined by the star itself (edit: More precisely the nebula that the star forms from.), more in-depth answer will come with edit.

2: The fact that most of the data for these systems is from methods that favour large planets close to the parent star, means that our selection isn't biased, but the method instrument combination is. Another possibility is that migration and loss of angular momentum could be the culprits in this scenario. It is also worth noting, that in the next decade there should be significant data to state whether our solar system is actually common, an anomaly or just younger than many of the other solar systems observed thus far.

3: Larger gas giants "Jovian" planets like all orbiting objects migrate inwards as they loose angular momentum. During the oligarchic growth phase of a soon to be large planet the forming core accrets a lot of material while clearing "all" of the material within it's orbit and associated jeans radius, as the core migrates inwards the supply of material is once again increased.

In short that is why there are "Gas Giants" within the frost line, things migrate inward as they loose angular momentum, and "Ice Giants" form beyond the line because they took too long to migrate inward and gather enough material to move to the next level. Also, if the protoplanet takes too long to accret a ~10-15 earth-mass core, all of the accretable material will be ejected from the system by the star before any significant atmosphere can be obtained.

The dwarf planet part, has to do with the amount of material and how long the protoplanet took to accret it. In that respect, the ice giants and the dwarf planets share a common shortcoming.


Update:

I find myself overwhelmed at work and unable to fully explain the entireties of the process at this time, please forgive me.

However, I do offer a link to an upper division astronomy class' notes that gives a very good explanation of what I believe will help you with your question.

$\endgroup$
2
  • $\begingroup$ I don't suppose you got home and found the energy to write out the equations? $\endgroup$ Commented Aug 26, 2014 at 6:29
  • $\begingroup$ Sorry for the delay, please see the update and link. $\endgroup$
    – LaserYeti
    Commented Aug 26, 2014 at 21:13

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .