Click or drag to resize

SolidTideModel Constructor (CentralBody, Int32, Int32, Double, Double)

Initializes most of the parameters of a generic solid tide model.

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

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The primary gravitational body.
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