Click or drag to resize

BallisticPropagatorConfigureFromFlightDuration Method (Cartographic, Duration)

Populates the InitialVelocity and FinalTime values for the trajectory with the specified flight duration. If this duration is too short for a valid trajectory then the minimum eccentricity solution will be calculated and InsufficientFlightDuration will be returned.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public BallisticPropagatorSolutionType ConfigureFromFlightDuration(
	Cartographic targetPosition,
	Duration flightDuration
)

Parameters

targetPosition
Type: AGI.Foundation.CoordinatesCartographic
The target position, as a Cartographic in the CentralBody's fixed frame.
flightDuration
Type: AGI.Foundation.TimeDuration
The desired flight time from the initial to target position.

Return Value

Type: BallisticPropagatorSolutionType
An enumeration which reports whether the calculation successfully met the provided constraint, or contains an alternative solution or best guess.
See Also