Click or drag to resize

ContinuousThrustForceModelCreateVeThrustVector Method

Creates a thrust Vector where the thrust is computed from the exhaustSpeed, and massFlowRate pointing in the thrustDirection in the specified burnAxes.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static Vector CreateVeThrustVector(
	Scalar exhaustSpeed,
	Scalar massFlowRate,
	Axes burnAxes,
	Vector thrustDirection
)

Parameters

exhaustSpeed
Type: AGI.Foundation.GeometryScalar
The speed of the exhaust.
massFlowRate
Type: AGI.Foundation.GeometryScalar
The fuel flow rate.
burnAxes
Type: AGI.Foundation.GeometryAxes
The axes to compute the thrustDirection in.
thrustDirection
Type: AGI.Foundation.GeometryVector
The direction of the thrust in the burnAxes.

Return Value

Type: Vector
A vector representing the thrust.
See Also