Calculation Objects - Mean Elements

Mean Elements components are a subset of Calculation Object components.

Syntax

ComponentBrowser */ SetValue "Calculation Objects" {Component} {Attribute} <Value> [{Unit}]

ComponentBrowser */ Duplicate "Calculation Objects" {Component} <Duplicate Component Name>

Description

Mean element theory for astrodynamics and celestial mechanics is a formal mathematical theory for approximating motion by separating the effects of fast motions (for example, the motion of the true anomaly) from those that are more slowly varying, such as the slow motion of the right ascension of the ascending node caused by the J2 gravity term.

The most widely used form of mean element theory is based upon averaging the differential equations of motion over a fast-moving angular variable, and then using these averaged equations to predict the motion of the slowly varying elements. The term "mean element" does not refer to a numerical average ("mean") of a sampling of the element and is not related to statistics at all.

STK currently implements two mean element theories.

Kozai-Izsak Mean Elements

The Kozai-Izsak (KI) mean elements are based upon the paper "The Motion of a Close earth satellite," Y. Kozai, The Astronomical Journal, Nov 1959, pp.367-377. Only the short period terms (in other words, those involving averaging over the period of the orbit) are considered. The only perturbation force considered is the oblateness arising from the J2 gravity term.

Brouwer-Lyddane Mean Elements

The Brouwer-Lyddane (BL) mean elements are based upon the papers "Solution of the Problem of Artificial Satellite Theory Without Drag," D. Brouwer, The Astronomical Journal, Nov. 1959, pp.378-396, and "Small Eccentricities or Inclinations in the Brouwer Theory of the Artificial Satellite," R. H. Lyddane, The Astronomical Journal, Oct. 1963, pp.555-558. Two versions have been implemented:

Types of Brouwer-Lyddane Elements

Type Description
Brouwer-Lyddane Short Refers to the BL mean elements considering only the short period terms (in other words, those involving averaging over the period of the orbit) where the only perturbation force is the oblateness arising from the J2 gravity term.
Brouwer-Lyddane Long Refers to the BL mean elements considering both the short period and long-period terms (resulting from averaging over the rotation of periapse). The perturbation terms are the J2, J3, J4 and J5 oblateness terms and it considers the term involving J2^2.

Brouwer-Lyddane Short Mean Elements

The difference between the KI and BL Short mean elements is very small, and arise solely from the variable formulation itself, as they intend to model the same effects. Both are equally accurate even when producing slightly different results. Each can be considered a proxy for performing numerical averages of the Keplerian elements over short durations (small number of revolutions).

Brouwer-Lyddane Long Mean Elements

The BL Long mean elements consider the long period effects and thus do not act as a proxy for a numerical average of the Keplerian elements over short durations. The most pronounced difference between the BL short and long mean elements can be seen in the mean eccentricity itself: the long period mean eccentricity can be significantly different from the short period mean eccentricity because the amplitude of the eccentricity oscillation can be quite significant. Thus, the BL long period elements would be more appropriate when performing numerical averages of the Keplerian elements over the time period needed for several apsides rotations to have occurred (usually quite a long time depending upon the orbit itself). During such long durations, other unconsidered force effects (other gravity terms, third-body gravity, solar radiation pressure, drag, etc.) may have a dominating influence on the numerical average of the Keplerian elements, so that the BL long mean elements do not act as an accurate proxy.

The Mean Elements components for Astrogator are:

Component Description
Mean Argument of Latitude Kozai-Izsak mean sum of argument of periapsis and true anomaly
Mean Argument of Perigee Kozai-Izsak mean angular distance from the ascending node to periapsis
Mean Eccentricity Kozai-Izsak mean eccentricity of the conic orbit
Mean Inclination Kozai-Izsak mean inclination of the plane of the orbit
Mean Mean Anomaly Kozai-Izsak mean mean anomaly of the orbiting object
Mean Orbit Period Period of the orbit based on Kozai-Izsak mean sma
Mean RAAN Kozai-Izsak mean Right Ascension of the Ascending Node of the plane of the orbit
Mean Semimajor Axis Kozai-Izsak mean semimajor (half the major) axis of the conic orbit
Mean True Anomaly Kozai-Izsak mean angular distance between the orbiting object and periapsis

The attributes for each component have the same names and value selections that appear in the Astrogator graphical user interface.

Examples

Duplicating a Mean Elements component

ComponentBrowser */ Duplicate "Calculation Objects" "Mean Inclination" "My Mean Inclination"

Changing an attribute of a custom Mean Elements component

ComponentBrowser */ SetValue "Calculation Objects" "My Mean Eccentricity" CentralBody Jupiter

STK Programming Interface 11.0.1