General Question Lunar Gateway orbit

Kyle

Armchair Astronaut
Addon Developer
Joined
Mar 17, 2008
Messages
3,912
Reaction score
339
Points
123
Website
orbithangar.com
Anyone ever have any success simulating the Near-rectilinear halo orbit that Gateway will be utilizing? I honestly don't understand how to work that one out in Orbiter.
 

n72.75

Move slow and try not to break too much.
Orbiter Contributor
Addon Developer
Tutorial Publisher
Donator
Joined
Mar 21, 2008
Messages
2,694
Reaction score
1,352
Points
128
Location
Saco, ME
Website
mwhume.space
Preferred Pronouns
he/him
Keep in mind that Orbiter only simulates the zonal not the sectoral/tesseral nonspherical perturbations, so the results you would get propagating in Orbiter will differ from GMAT, etc.
 

Ajaja

Active member
Joined
Apr 20, 2008
Messages
226
Reaction score
93
Points
28
Anyone ever have any success simulating the Near-rectilinear halo orbit that Gateway will be utilizing? I honestly don't understand how to work that one out in Orbiter.

I can only do this using GMAT and transfer position/velocity to Orbiter.

Keep in mind that Orbiter only simulates the zonal not the sectoral/tesseral nonspherical perturbations, so the results you would get propagating in Orbiter will differ from GMAT, etc.

Yes, but you can tune GMAT propagator parameters close enough to the Orbiter propagator. So it gives good results for Orbiter too.
Try this, for example:
Code:
BEGIN_ENVIRONMENT
  System Sol
  Date MJD 60886.5011574074
END_ENVIRONMENT

BEGIN_FOCUS
  Ship Lunar Gateway
END_FOCUS

BEGIN_SHIPS
Lunar Gateway:Deltaglider
  STATUS Orbiting Moon
  RPOS 237631.72375475 3220719.8053250 -383453.69682501
  RVEL 442.0870387182 -183.9925418387 -1637.5750280889
END
END_SHIPS
 
Top