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: 24.2.419.0 (24.2.419.0)
Syntax public 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.CelestialScalarOccultation
The ScalarOccultation that models the occultation of the sun. - reflectivityCoefficient
- Type: AGI.Foundation.GeometryScalar
The reflectivity coefficient of the satellite. - referenceArea
- Type: AGI.Foundation.GeometryScalar
The reference area of the satellite used to model radiation pressure.
See Also