Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public PermanentSolidTideModel(
	CentralBody centralBody,
	double gravitationalParameter,
	double referenceDistance,
	double permanentTideC20,
	double permanentTideC21,
	double permanentTideC22,
	double permanentTideS21,
	double permanentTideS22
)

Parameters

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