Click or drag to resize

IersTechnicalNote36RelativisticCorrectionForce.BuildForceEvaluator Method

Build lists of principal and perturbation forces based on this model in order to create an overall resultant force.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override void BuildForceEvaluator(
	ResultantForceBuilder builder,
	EvaluatorGroup group
)

Parameters

builder
Type: AGI.Foundation.Celestial.ResultantForceBuilder
The builder object containing the lists and additional information on the Axes in which the overall resultant is defined.
group
Type: AGI.Foundation.EvaluatorGroup
The evaluator group in which to create evaluators.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if builder or group is null.
PropertyInvalidException Thrown if CentralBody or TargetPoint is null. This exception is also thrown if CentralBodyAngularMomentumPerUnitMass is null and the Lense-Thirring correction effect is active.
See Also