Click or drag to resize

SimpleSolidTideModel Constructor (CentralBody, Double, Double, Double, Double)

Initializes most of the parameters of a simplified, 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
public SimpleSolidTideModel(
	CentralBody centralBody,
	double gravitationalParameter,
	double referenceDistance,
	double k2LoveNumber,
	double k3LoveNumber
)

Parameters

centralBody
Type: AGI.Foundation.CelestialCentralBody
The primary gravitational body whose gravity field is affected by ThirdBodies.
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).
k2LoveNumber
Type: SystemDouble
The normalized k20 tidal Love number that is used to correct the C20, C21, C22, S21, and S22 spherical harmonic coefficients.
k3LoveNumber
Type: SystemDouble
The normalized k30 tidal Love number that is used to correct the C30, C31, C32, C33, S31, S32, and S33 spherical harmonic coefficients.
See Also