Click or drag to resize

SolarRadiationBoundaryMitigation Constructor (PropagationPointElement, CentralBody, Double, SimpleSolarRadiationForce, Scalar)

Creates an instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SolarRadiationBoundaryMitigation(
	PropagationPointElement statePosition,
	CentralBody centralBody,
	double gravitationalParameter,
	SimpleSolarRadiationForce forceToCorrect,
	Scalar mass
)

Parameters

statePosition
Type: AGI.Foundation.Propagators.Advanced.PropagationPointElement
The position element of the object that is being corrected.
centralBody
Type: AGI.Foundation.Celestial.CentralBody
The CentralBody to use as an eclipsing body and as the source of two body gravity.
gravitationalParameter
Type: System.Double
The gravitational parameter of the central body. GravitationalParameter is recommended as the default value.
forceToCorrect
Type: AGI.Foundation.Celestial.SimpleSolarRadiationForce
The existing solar radiation force to use as a basis for the SRPBoundary mitigation.
mass
Type: AGI.Foundation.Geometry.Scalar
The scalar describing the mass of the object being corrected.
See Also