Online Solar System Generator in PHP

Post requests, images, descriptions and reports about work in progress here.
Topic author
Rassilon
Posts: 1887
Joined: 29.01.2002
With us: 23 years 2 months
Location: Altair

Online Solar System Generator in PHP

Post #1by Rassilon » 21.11.2003, 22:07

Well I figured this is the best place of anywhere to post this...

Im taking requests now on what all should be in this feature that will be added to Celestial Visions here soon...I will begin to code it this weekend and need the help of all you astrophysicists in the aspects of the planetary laws of motion...I already know that a period of revolution is found by square root(semi-major axis ^3) but there is still some other basic elements I am missing....namely revolutions of the moons...How is this calculated and how is the roche limit calculated? based on gravity/mass of the parent planet? etc...

I have some old links on some of these laws but im not too versed in some of the equations or symbols therein...so I might be asking some dumb-ass questions from time to time :P

So let me know what you all want...sky is the limit...
I'm trying to teach the cavemen how to play scrabble, its uphill work. The only word they know is Uhh and they dont know how to spell it!

Avatar
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 7 months
Location: NY, USA

Post #2by selden » 21.11.2003, 22:27

Ras',

The equation you quote is only good for the Solar System:
It assumes that the central star has the same mass as our Sun.

For other planetary systems, with different masses for their central stars, you'd usually have to use the more general form of

P^2 = 4(pi)^2a^3/[G(M + Mp)]

See
http://www.physics.gmu.edu/classinfo/astr103/CourseNotes/ECText/Boxes/ch03_bx3.htm
Selden

Guest

Post #3by Guest » 21.11.2003, 22:49

Thanks selden...thats good to know and the formula was well explained....More links like that would be useful for the other equations...

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years 4 months

Post #4by granthutchison » 22.11.2003, 02:41

You can calculate the Roche limit approximately from:

Roche radius = 1.44 * Planet radius

This assumes that the planet and its satellites have the same density. If they don't (say, you have small rocky satellites around a gas giant), then you need to introduce a correction factor, multiplying the above by the cube root of [planet density]/[satellite density].

The outer limit for stable satellite orbits is at the Hill radius. There's a complicated equation for this that you need to iterate to find an exact value, but most people use the following simple, slightly conservative estimate:

Hill radius = a*[Mp/(3*Mstar)]^1/3

where a is the semimajor axis of the planet's orbit, Mp is the planet's mass and Mstar is the star's mass.

So you can lay out your satellites anywhere between the Hill and Roche radii (calculating their orbital periods from Selden's reference), and place any rings inside the Roche radius.

Grant

Cormoran
Posts: 198
Joined: 28.07.2003
With us: 21 years 8 months
Location: Slartibartfast's Shed, London

Post #5by Cormoran » 22.11.2003, 11:52

http://www.world-builders.org/lessons/less/les1/moons/roche.html

DON'T go there. So sayeth a more knowledgable person hehe.

The link below has a lot of very nice ideas on system generation, but is dice based for RPG use. Might be useful though.

http://www.users.zetnet.co.uk/trisen/sol/2300ad/wg/

Of course, these are simplified, and probably just plain wrong, so caveat emptor...


Cormoran
Last edited by Cormoran on 22.11.2003, 15:56, edited 1 time in total.
'...Gold planets, Platinum Planets, Soft rubber planets with lots of earthquakes....' The HitchHikers Guide to the Galaxy, Page 634784, Section 5a. Entry: Magrathea

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years 4 months

Post #6by granthutchison » 22.11.2003, 15:46

Yike! Don't go there - the formulae are wrong. The density terms haven't been cube-rooted correctly, the constant of proportionality given is for a fluid body rather than a rigid structure, and that constant isn't quite correct anyway ... :cry:

But I should have mentioned the difference between the Roche limit for a "fluid" body and for a rigid object, :cry: since it's relevant to where you can place rings.
A "rock-pile" asteroid like Mathilde seems to be held together by its own self-gravity, and if it were to drift towards a massive planet it would deform in a fluid sort of way as the tidal stress built up, and so would disintegrate farther out than a more solid object would - the constant in the equation I gave above turns into 2.46 rather than 1.44. More importantly, if a rigid object is knocked apart by an impact when it's closer to the parent planet than the "fluid" Roche limit, it can't reaccrete under gravitational interaction - it'll turn into a ring, even though it's outside the "solid" Roche limit. So rings will persist out to the "fluid" Roche limit, but small solid satellites can exist as close to the planet as the "solid" Roche limit.
So all the giant planets have small moons closer than 2.46 radii, but none have been detected closer than 1.44 radii. Rings will have a reasonably long life span out to 2.46 radii, but will tend to reaccrete into solid bodies beyond that limit. So in many cases close-in moons coexist with rings.

Another important thing to note is that these close-in satellites will be small and irregularly shaped - there won't be anything more than 500km in diameter. Below that diameter, solid bodies of "normal" density are rigid enough to resist the effects of their own gravity, and retain a lumpy shape. They'll also tend to resist tidal forces, and will stick in the same shape until the tidal pull effectively reverses the force of gravity at their surface.
Large objects can't resist their own gravity, and settle into a stable spherical form - and if they are exposed to tidal forces they accommodate the new force by shifting into an egg shape. So they deform fluidly, and will come apart at the "fluid" Roche limit. Nothing bigger than ~500km across will make it any further in.

Grant

Guest

Post #7by Guest » 22.11.2003, 18:18

Well with all that I should have a fairly good start...Thanks everyone...

Topic author
Rassilon
Posts: 1887
Joined: 29.01.2002
With us: 23 years 2 months
Location: Altair

Post #8by Rassilon » 26.11.2003, 02:20

Heres one of the tools that will be included with the solar system generator...Basically this will be for creating your custom atmospheres...making the older atmosphere guage obsolete...It now includes the sunset option...

You will need flash to use...
http://www.celestialvisions.net/atmosphere.html

When this project is complete there will be a section on the main page linking to all the areas for the solar system generator...

Enjoy...
I'm trying to teach the cavemen how to play scrabble, its uphill work. The only word they know is Uhh and they dont know how to spell it!


Return to “Add-on development”