Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public SimpleSolarRadiationForce(
	ScalarOccultation occultationFactor,
	Scalar reflectivityCoefficient,
	Scalar referenceArea
)

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