CoefficientOfReflectivityType Enumeration |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CoefficientOfReflectivityType
Public Enumeration CoefficientOfReflectivityType
public enum class CoefficientOfReflectivityType
type CoefficientOfReflectivityType
Members
| Member name | Description |
---|
| 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