Click or drag to resize

SphericalHarmonicGravityBuildForceEvaluator Method

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

If IncludeTwoBodyGravity is set to true then a two body evaluator is added as a principal force and the perturbation gravity is assigned as a perturbation force. If include two body is set to false then only a perturbation force is added.

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

Parameters

builder
Type: AGI.Foundation.CelestialResultantForceBuilder
The builder object containing the lists and additional information on the Axes in which the overall resultant is defined.
group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.
See Also