Description
The Two Body propagator is a simple orbit propagator which assumes unperturbed central force motion. See expanded description.
Two Body generates simple Keplerian motion (i.e. two-body motion with no perturbing forces). It produces Keplerian motion around the Earth. This propagator is the fastest but least accurate of those available in the FreeFlyer. The performance of this propagator provides benefits to performing early mission concept development or in visualization when only modest accuracy requirements are needed. Force model settings are ignored for the Two Body propagator.
Note: The Two Body propagator propagates a Keplerian state. All other propagators integrate the ICRF Cartesian state.
|
Inheritance Hierarchy: Object->Propagator->TwoBody
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
|
TwoBody()
|
Creates a default TwoBody object.
|
TwoBody(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
|