Click or drag to resize

PermanentSolidTideModel.GetCoefficientsEvaluator Method (EvaluatorGroup)

Gets an instance of an evaluator that returns the normalized tide coefficients of the solid tide model. For permanent tides, the tide coefficients are time-invariant.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override Evaluator<SphericalHarmonicCoefficients> GetCoefficientsEvaluator(
	EvaluatorGroup group
)

Parameters

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

Return Value

Type: Evaluator<SphericalHarmonicCoefficients>
The evaluator that computes the normalized tide coefficients of the permanent tide model at a given time.
See Also