Here's a question

Post requests, images, descriptions and reports about work in progress here.
Topic author
jlf
Posts: 27
Joined: 07.10.2004
With us: 19 years 11 months

Here's a question

Post #1by jlf » 13.10.2004, 03:26

Has anyone ever tried to set up an orbit in the solar system that is 90 degrees off the eliptic plane, between earth and venus?
Remember the Shephard's prayer, "oh god, don't let me screw up"

Evil Dr Ganymede
Posts: 1386
Joined: 06.06.2003
With us: 21 years 3 months

Post #2by Evil Dr Ganymede » 13.10.2004, 03:55

You mean like this? ;)

Code: Select all

"Polar" "Sol"
{
   Class "asteroid"
   Texture "asteroid.png"
   Mesh "roughsphere.cms"
   Radius 0.7
   

   EllipticalOrbit
   {
   Period         0.704
   SemiMajorAxis       0.85
   Eccentricity       0
   Inclination         90
   AscendingNode       23
   ArgOfPericenter       160
   MeanAnomaly       240
   }

Albedo 0.05
}


Why do you ask? :)

EDIT: Actually, it's pretty cool to go to the asteroid and lock onto and follow one of the inner planets - especially Mercury. The motion it traces throughout the sky is very wacky :).

It's fun to watch it from Mars too. :)

Topic author
jlf
Posts: 27
Joined: 07.10.2004
With us: 19 years 11 months

To answer the evil doctor

Post #3by jlf » 13.10.2004, 19:11

Evil Dr Ganymede said:

Why do you ask?


A few of us on an irc server thought that a forum for scifi short stories would be kinda fun. Since I have been 'nominated' to set up the systems, and get the images, I figured that might be a nice orbit for a jumpgate.

The other thought was putting it between Mars and Jupiter, but then you have the asteroid belt to contend with, or somewhere in the jupiter system to use the gravity of jupiter to help the ship accelerate prior to the wormhole interface. Another suggestion was just inside the orbit of mercury so that ships would accelerate toward the sun. (this kinda makes me wonder what happens if said ship pilot is hung over)

Any suggestions would be appreciated and the images and forum links will be provided.

JLF
Remember the Shephard's prayer, "oh god, don't let me screw up"

Evil Dr Ganymede
Posts: 1386
Joined: 06.06.2003
With us: 21 years 3 months

Post #4by Evil Dr Ganymede » 13.10.2004, 21:02

Problem is that (a) I think polar orbits are a bugger to get to from the ecliptic (you need lots of energy etc to get to them), and (b) I'm not sure how stable they are (especially given you'd get regular passes of the planets as it passed through the ecliptic)

Maybe you're better off with your gate just permanently located above or below the sun, and kept there by stationkeepinng thrusters?

Topic author
jlf
Posts: 27
Joined: 07.10.2004
With us: 19 years 11 months

Permanant location

Post #5by jlf » 13.10.2004, 21:20

Alright, and how am i going to write an ssc for that?!?!?
Remember the Shephard's prayer, "oh god, don't let me screw up"

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 21 years 10 months

Post #6by granthutchison » 13.10.2004, 22:05

Evil Dr Ganymede wrote:Maybe you're better off with your gate just permanently located above or below the sun, and kept there by stationkeepinng thrusters?
That would require refueling. Hang it from a solar sail!

Grant

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 21 years 10 months

Re: Permanant location

Post #7by granthutchison » 13.10.2004, 22:07

jlf wrote:Alright, and how am i going to write an ssc for that?!?!?
Just set the Period to be very long indeed (like 1e12), and the object will hover wherever you put it.

Grant

Topic author
jlf
Posts: 27
Joined: 07.10.2004
With us: 19 years 11 months

Post #8by jlf » 14.10.2004, 00:46

Well, if i did that, i could put four of the constructs inside the orbit of mercury at equaldistant points...

As i said, god help the pilot that is hung over....
Remember the Shephard's prayer, "oh god, don't let me screw up"

ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 5 months
Location: Born in Argentina
Contact:

Post #9by ElPelado » 14.10.2004, 12:16

Evil Dr Ganymede wrote:Problem is that (a) I think polar orbits are a bugger to get to from the ecliptic (you need lots of energy etc to get to them


You can use planets as gravity assits, like Ulysses did with: it went to Jupiter and used Jupiter to change its inclination, ending on a polar orbit around the sun...
---------X---------
EL XENTENARIO
1905-2005

My page:
http://www.urielpelado.com.ar
My Gallery:
http://www.celestiaproject.net/gallery/view_al ... y-Universe


Return to “Add-on development”