PermanentSolidTideModel Constructor (CentralBody, Double, Double, Double, Double, Double, Double, Double) | 
 
            Constructs a generic permanent tide model that is degree and order 2 that can be used for any central body,
            but needs to be used for bodies other than Earth.
            
 
    Namespace: 
   AGI.Foundation.Celestial
    Assembly:
   AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PermanentSolidTideModel(
	CentralBody centralBody,
	double gravitationalParameter,
	double referenceDistance,
	double permanentTideC20,
	double permanentTideC21,
	double permanentTideC22,
	double permanentTideS21,
	double permanentTideS22
)
Public Sub New ( 
	centralBody As CentralBody,
	gravitationalParameter As Double,
	referenceDistance As Double,
	permanentTideC20 As Double,
	permanentTideC21 As Double,
	permanentTideC22 As Double,
	permanentTideS21 As Double,
	permanentTideS22 As Double
)
public:
PermanentSolidTideModel(
	CentralBody^ centralBody, 
	double gravitationalParameter, 
	double referenceDistance, 
	double permanentTideC20, 
	double permanentTideC21, 
	double permanentTideC22, 
	double permanentTideS21, 
	double permanentTideS22
)
new : 
        centralBody : CentralBody * 
        gravitationalParameter : float * 
        referenceDistance : float * 
        permanentTideC20 : float * 
        permanentTideC21 : float * 
        permanentTideC22 : float * 
        permanentTideS21 : float * 
        permanentTideS22 : float -> PermanentSolidTideModelParameters
- centralBody
 - Type: AGI.Foundation.CelestialCentralBody
The primary gravitational body whose gravitational field is being modified by permanent solid tides. - 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). - permanentTideC20
 - Type: SystemDouble
The normalized C20 value associated with the addition of permanent tides to the model. This is the negative of J2. - permanentTideC21
 - Type: SystemDouble
The normalized C21 value associated with the addition of permanent tides to the model. - permanentTideC22
 - Type: SystemDouble
The normalized C22 value associated with the addition of permanent tides to the model. - permanentTideS21
 - Type: SystemDouble
The normalized S21 value associated with the addition of permanent tides to the model. - permanentTideS22
 - Type: SystemDouble
The normalized S22 value associated with the addition of permanent tides to the model. 
See Also