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 nanosecond timing precision mode.
Click here to see the documentation for this object in millisecond timing precision mode.
Signatures
|
Description
|
J2Mean()
|
Creates a default J2Mean object.
|
J2Mean(ForceModel forceModel)
|
Create a propagator with the specified ForceModel. Note: On analytical propagators the ForceModel is not used. In this situation, the default constructor with no arguments should be used.
|
|
Name
|
Description
|
Attributes
|
DeclaredName
|
The name of the object as declared.
|
Type: String
Access: Read-Only
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Type: String
Access: Read/Write
|
ObjectId
|
The unique identifier for the object.
|
Type: Variable
Access: Read-Only
|
ObjectType
|
The type of the object.
|
Type: String
Access: Read-Only
|
StepSize
|
The number of seconds the propagated object is advanced when the Step command is executed.
|
Type: TimeSpan
Access: Read/Write
Units: s
|
|
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
Spacecraft Propagators
Setting up an Integrator
|