Click or drag to resize

SimpleSolidTideModelGetCoefficientsEvaluator Method (EvaluatorGroup)

Gets an instance of an evaluator that returns the normalized tide coefficients of the simple solid tide model at a given time.

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 Evaluator<SphericalHarmonicCoefficients> GetCoefficientsEvaluator(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
The evaluator group in which to create evaluators.

Return Value

Type: EvaluatorSphericalHarmonicCoefficients
The evaluator that computes the normalized tide coefficients of the simple solid tide model at a given time.
See Also