Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
ORBITER-FORUM will be temporarily closed at 2026-07-23 18:00 UTC while we complete some OF maintenance tasks. The amount of downtime is expected to take up to one hour, but probably less.
If the primary body you are interested supports ephemeris calculation (all the major bodies in Orbiter do) then you can get the barycentre velocity by calling the planets clbkEphemeris function.
EDIT: If the body doesn't support ephemeris calculation you can get an ordered list of bodies (see this thread for ideas on how to do that) then calculate the barycentre velocity from the mass and velocity of the parent object and all its children:
If the primary body you are interested supports ephemeris calculation (all the major bodies in Orbiter do) then you can get the barycentre velocity by calling the planets clbkEphemeris function.
For Earth clbkEphemeris/clbkFastEphemeris return only EPHEM_TRUEPOS|EPHEM_TRUEVEL|EPHEM_POLAR. Not EPHEM_BARYPOS/EPHEM_BARYVEL
EDIT: If the body doesn't support ephemeris calculation you can get an ordered list of bodies (see this thread for ideas on how to do that) then calculate the barycentre velocity from the mass and velocity of the parent object and all its children:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.