Click or drag to resize

NPlateSolarRadiationForce Constructor (NPlateModel, Axes, ScalarOccultation)

Initializes a ForceModel describing the solar radiation pressure force on an object.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NPlateSolarRadiationForce(
	NPlateModel nPlateModel,
	Axes bodyAxes,
	ScalarOccultation occultationFactor
)

Parameters

nPlateModel
Type: AGI.Foundation.CelestialNPlateModel
A collection that models the spacecraft's body as individual plates with oriented surface areas, specular reflectivity coefficients, and diffuse reflectivity coefficients.
bodyAxes
Type: AGI.Foundation.GeometryAxes
The axes defining the orientation of the spacecraft body.
occultationFactor
Type: AGI.Foundation.CelestialScalarOccultation
The ScalarOccultation that models the occultation of the sun.
See Also