SimpleSolidTideModel Constructor (CentralBody, Double, Double, Double, Double) |
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SimpleSolidTideModel(
CentralBody centralBody,
double gravitationalParameter,
double referenceDistance,
double k2LoveNumber,
double k3LoveNumber
)
Public Sub New (
centralBody As CentralBody,
gravitationalParameter As Double,
referenceDistance As Double,
k2LoveNumber As Double,
k3LoveNumber As Double
)
public:
SimpleSolidTideModel(
CentralBody^ centralBody,
double gravitationalParameter,
double referenceDistance,
double k2LoveNumber,
double k3LoveNumber
)
new :
centralBody : CentralBody *
gravitationalParameter : float *
referenceDistance : float *
k2LoveNumber : float *
k3LoveNumber : float -> SimpleSolidTideModel
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