Click or drag to resize

BallisticPropagatorConfigureFromFlightDuration Method (Cartesian, 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(
	Cartesian targetPositionFixed,
	Duration flightDuration
)

Parameters

targetPositionFixed
Type: AGI.Foundation.CoordinatesCartesian
The target position 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