SeedFiniteManeuverOperatorFuelFlowRateScalar Property |
Gets or sets the scalar representing the fuel flow rate. Note that
this will be evaluated once at the time of the
ImpulsiveManeuverSegment
to estimate the overall time needed to achieve the delta-v of the impulsive maneuver.
Namespace:
AGI.Foundation.SegmentPropagation
Assembly:
AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Scalar FuelFlowRateScalar { get; set; }
Public Property FuelFlowRateScalar As Scalar
Get
Set
public:
property Scalar^ FuelFlowRateScalar {
Scalar^ get ();
void set (Scalar^ value);
}
member FuelFlowRateScalar : Scalar with get, set
Property Value
Type:
ScalarSee Also