Click or drag to resize

ImpulsiveManeuverInformation Constructor (String, Cartesian, Axes, String, String, Scalar, InvalidFuelStateBehavior)

Initializes a new instance.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ImpulsiveManeuverInformation(
	string propagationElementIdentification,
	Cartesian deltaV,
	Axes orientationAxes,
	string fuelMassIdentification,
	string dryMassIdentification,
	Scalar exhaustVelocity,
	InvalidFuelStateBehavior whatToDo
)

Parameters

propagationElementIdentification
Type: SystemString
The name of the point element that will get the delta-V applied to it.
deltaV
Type: AGI.Foundation.CoordinatesCartesian
The change in velocity that propagationElementIdentification will experience when propagated.
orientationAxes
Type: AGI.Foundation.GeometryAxes
The Axes defining the orientation of the engine being fired. If your Axes depends on the point being propagated, use the PropagationPoint property in your axes.
fuelMassIdentification
Type: SystemString
The identification of the fuel mass element getting propagated.
dryMassIdentification
Type: SystemString
The identification of the dry mass element getting propagated.
exhaustVelocity
Type: AGI.Foundation.GeometryScalar
The exhaust velocity of the engine.
whatToDo
Type: AGI.Foundation.SegmentPropagationInvalidFuelStateBehavior
Specify what will be done if there is not enough fuel for the requested delta-V.
See Also