Description
The J2 Mean propagator is a first-order propagator that accounts only for the Earth's J2 geopotential model (Earth oblateness). No other effects, such as the Sun, Moon, or atmospheric drag, are modeled. The J2Mean propagator only takes Right Ascension of the Ascending Node and Argument of Perigee rates into account. A comparison between a J2Mean propagation and a numeric integration using, for example, an RK89, depends largely on whether the initial integration state is close to the mean orbit.
Inheritance Hierarchy: ObjectàPropagatoràJ2Mean
Available In Editions:
Engineer
Mission
Timing Precision Mode
This page describes functionality in millisecond timing precision mode.
Name
|
Description
|
DeclaredName
|
The name of the object as declared.
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
StepSize
|
The number of seconds the propagated object is advanced when the Step command is executed.
|
|
Name
|
Description
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
|
See also
Choosing an Integrator
Setting up an Integrator
|