LifetimeOrbitPropagatorDragCoefficient Property |
Gets or sets the coefficient of drag associated with the aerodynamic profile of the satellite.
The propagator takes into account the
ScalarAtmosphericDensity and
DragCrossSectionalArea
and the drag coefficient provides a proportional measure of how much the body is affected by atmospheric drag.
This value must not be negative and is usually in the range between 2.0 and 2.2.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double DragCoefficient { get; set; }
Public Property DragCoefficient As Double
Get
Set
public:
property double DragCoefficient {
double get ();
void set (double value);
}
member DragCoefficient : float with get, set
Property Value
Type:
DoubleSee Also