ContinuousThrustForceModelCreateIspThrustVector Method |
Creates a thrust
Vector where the thrust is computed from the
isp, and
massFlowRate pointing in the
thrustDirection
in the specified
burnAxes. This formulation uses
EarthSurfaceGravity.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static Vector CreateIspThrustVector(
Scalar isp,
Scalar massFlowRate,
Axes burnAxes,
Cartesian thrustDirection
)
Public Shared Function CreateIspThrustVector (
isp As Scalar,
massFlowRate As Scalar,
burnAxes As Axes,
thrustDirection As Cartesian
) As Vector
public:
static Vector^ CreateIspThrustVector(
Scalar^ isp,
Scalar^ massFlowRate,
Axes^ burnAxes,
Cartesian thrustDirection
)
static member CreateIspThrustVector :
isp : Scalar *
massFlowRate : Scalar *
burnAxes : Axes *
thrustDirection : Cartesian -> Vector
Parameters
- isp
- Type: AGI.Foundation.GeometryScalar
The specific impulse. - 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.CoordinatesCartesian
The direction of the thrust in the burnAxes.
Return Value
Type:
VectorA vector representing the thrust.
See Also