ContinuousThrustForceModel.CreateVeThrustVector 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic static Vector CreateVeThrustVector(
Scalar exhaustSpeed,
Scalar massFlowRate,
Axes burnAxes,
Vector thrustDirection
)
Public Shared Function CreateVeThrustVector (
exhaustSpeed As Scalar,
massFlowRate As Scalar,
burnAxes As Axes,
thrustDirection As Vector
) As Vector
public:
static Vector^ CreateVeThrustVector(
Scalar^ exhaustSpeed,
Scalar^ massFlowRate,
Axes^ burnAxes,
Vector^ thrustDirection
)
static member CreateVeThrustVector :
exhaustSpeed : Scalar *
massFlowRate : Scalar *
burnAxes : Axes *
thrustDirection : Vector -> Vector
Parameters
- exhaustSpeed
- Type: AGI.Foundation.Geometry.Scalar
The speed of the exhaust. - massFlowRate
- Type: AGI.Foundation.Geometry.Scalar
The fuel flow rate. - burnAxes
- Type: AGI.Foundation.Geometry.Axes
The axes to compute the thrustDirection in. - thrustDirection
- Type: AGI.Foundation.Geometry.Vector
The direction of the thrust in the burnAxes.
Return Value
Type:
VectorA vector representing the thrust.
See Also