Click or drag to resize

SphericalHarmonicGravityModel Constructor (String, String, Double, Double,Double[],Double[][],Double[][], Boolean, Boolean)

Initializes a new instance.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public SphericalHarmonicGravityModel(
	string modelName,
	string centralBodyName,
	double gravitationalParameter,
	double referenceDistance,
	double[] zonalCoefficients,
	double[][] cosineCoefficients,
	double[][] sineCoefficients,
	bool normalized,
	bool includesPermanentTides
)

Parameters

modelName
Type: System.String
The name of the gravitational model.
centralBodyName
Type: System.String
The name of the central body.
gravitationalParameter
Type: System.Double
The gravitational parameter described by the central body.
referenceDistance
Type: System.Double
The reference distance of the body.
zonalCoefficients
Type:System.Double[]
The zonal gravity coefficients.
cosineCoefficients
Type:System.Double[][]
The cosine gravity coefficients.
sineCoefficients
Type:System.Double[][]
The sine gravity coefficients.
normalized
Type: System.Boolean
The flag representing whether the coefficients are normalized.
includesPermanentTides
Type: System.Boolean
The flag representing whether the coefficients include the effect of permanent tides.
Remarks
This constructor will set the SecularVariations to null.
See Also