Click or drag to resize

CoefficientOfReflectivityType Enumeration

Defines the type of Reflectivity Coefficient used in initializing SimpleSolarRadiationForce.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum CoefficientOfReflectivityType
Members
  Member nameDescription
BlackBody This type of Cr is normally used in black body calculations. A Black Body Cr of 0.0 means the body absorbs all light incident on it, and a Cr of 1.0 means it reflects all light.
RadiationPressure This type of Cr is usually used for radiation pressure calculations, as it represents the modifier to the momentum imparted onto the body by the light. A RP Cr of 1.0 means that the body absorbs all light incident on it. A RP Cr of 2.0 means that the body reflects all light, which doubles the momentum imparted to the body.
See Also