LifetimeOrbitPropagatorReflectivityCoefficient Property |
Gets or sets the coefficient of reflectivity for the satellite. A value of zero indicates the
satellite is transparent to solar radiation. A value of one indicates the satellite completely
absorbs all the solar radiation perfectly. A value of 5/3 means that it is flat and reflects all incoming light diffusely.
A value of 2 means that it is flat and reflects all incoming light specularly.
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 ReflectivityCoefficient { get; set; }
Public Property ReflectivityCoefficient As Double
Get
Set
public:
property double ReflectivityCoefficient {
double get ();
void set (double value);
}
member ReflectivityCoefficient : float with get, set
Property Value
Type:
DoubleSee Also