Click or drag to resize

TwoBodyStoppablePropagator Constructor (Double, String, ReferenceFrame, Duration)

Initializes a new instance. StoppingConditions must still be added before GetStoppablePropagator(EvaluatorGroup) can be called on this.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TwoBodyStoppablePropagator(
	double gravitationalParameter,
	string propagationPointIdentification,
	ReferenceFrame propagationFrame,
	Duration step
)

Parameters

gravitationalParameter
Type: SystemDouble
The gravitational parameter of the central body that the propagated element is around.
propagationPointIdentification
Type: SystemString
The name to identify the motion getting propagated in the returned states.
propagationFrame
Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the returned data will be in. This should not be a fixed frame.
step
Type: AGI.Foundation.TimeDuration
The default step size for this propagator.
See Also