BallisticPropagatorConfigureForMinimumEccentricity Method (Cartographic) |
Populates the
InitialVelocity and
FinalTime values for the trajectory with the minimum orbital
eccentricity. With an initial and final point on the surface of the
central body this will correspond to a trajectory that skims the surface of the body. This trajectory is mainly used
to determine the absolute lower bounds for a reasonable flight duration for a specific initial and final point.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public BallisticPropagatorSolutionType ConfigureForMinimumEccentricity(
Cartographic targetPosition
)
Public Function ConfigureForMinimumEccentricity (
targetPosition As Cartographic
) As BallisticPropagatorSolutionType
public:
BallisticPropagatorSolutionType ConfigureForMinimumEccentricity(
Cartographic targetPosition
)
member ConfigureForMinimumEccentricity :
targetPosition : Cartographic -> BallisticPropagatorSolutionType
Parameters
- targetPosition
- Type: AGI.Foundation.CoordinatesCartographic
The target position, as a Cartographic in the
CentralBody's fixed frame.
Return Value
Type:
BallisticPropagatorSolutionTypeAn enumeration which reports whether the calculation successfully met the provided constraint, or
contains an alternative solution or best guess.
See Also