Equations of motion used by Orbiter's integrator

Alexrey

New member
Joined
Nov 16, 2013
Messages
65
Reaction score
0
Points
0
I was wondering if anyone has a link to the equations of motion that are integrated by Orbiter in order to calculate its trajectories. In particular, I'd be very interested to see how lift and drag are incorporated. Thanks!
 

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
I was wondering if anyone has a link to the equations of motion that are integrated by Orbiter in order to calculate its trajectories. In particular, I'd be very interested to see how lift and drag are incorporated. Thanks!

Look under the technotes folder in the Doc folder. There is one called "state propagation" or something like that. Trajectories are computed from the sum of forces and moments on the vessel.

Lift and drag forces specifically are computed in the vessel's DLL; there are a couple of functions in the SDK that values like lift and drag coëfficients and center of force locations. These could be just values for simple flight models, or lookup tables like in the flight model of SSU.
 
Top