Click or drag to resize

TimeVaryingSolidTideModel Constructor (CentralBody, Int32, Int32, Double, Double)

Initializes most of the parameters of a time-varying solid tide model. Tidal third bodies will still need to be added using AddThirdBody(String, Point, Double).

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected TimeVaryingSolidTideModel(
	CentralBody centralBody,
	int tideCoefficientsDegree,
	int tideCoefficientsOrder,
	double gravitationalParameter,
	double referenceDistance
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The primary gravitational body whose gravity field is affected by ThirdBodies.
tideCoefficientsDegree
Type: SystemInt32
The maximum Degree of the tide coefficients in this model.
tideCoefficientsOrder
Type: SystemInt32
The maximum Order of the tide coefficients in this model.
gravitationalParameter
Type: SystemDouble
The gravitational parameter of the primary gravitational body.
referenceDistance
Type: SystemDouble
The reference distance associated with the solid tide model (which is usually the equatorial radius of the primary gravitational body).
See Also