SimpleSolarRadiationForce Constructor (ScalarOccultation, Scalar, Scalar) |
Creates a instance based on a given
ScalarOccultation and the coefficients of reflectivity.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SimpleSolarRadiationForce(
ScalarOccultation occultationFactor,
Scalar reflectivityCoefficient,
Scalar referenceArea
)
Public Sub New (
occultationFactor As ScalarOccultation,
reflectivityCoefficient As Scalar,
referenceArea As Scalar
)
public:
SimpleSolarRadiationForce(
ScalarOccultation^ occultationFactor,
Scalar^ reflectivityCoefficient,
Scalar^ referenceArea
)
new :
occultationFactor : ScalarOccultation *
reflectivityCoefficient : Scalar *
referenceArea : Scalar -> SimpleSolarRadiationForce
Parameters
- occultationFactor
- Type: AGI.Foundation.Celestial.ScalarOccultation
The ScalarOccultation that models the occultation of the sun. - reflectivityCoefficient
- Type: AGI.Foundation.Geometry.Scalar
The reflectivity coefficient of the satellite. - referenceArea
- Type: AGI.Foundation.Geometry.Scalar
The reference area of the satellite used to model radiation pressure.
See Also