ImpulsiveManeuverInformationExhaustVelocity Property |
Gets or sets the exhaust velocity in meters per second. If you have the specific impulse of your
engine, you can compute the exhaust velocity by multiplying it by Earth's surface gravity, generally
EarthSurfaceGravity.
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 ExhaustVelocity { get; set; }
Public Property ExhaustVelocity As Scalar
Get
Set
public:
property Scalar^ ExhaustVelocity {
Scalar^ get ();
void set (Scalar^ value);
}
member ExhaustVelocity : Scalar with get, set
Property Value
Type:
ScalarSee Also