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)
Syntaxpublic SphericalHarmonicGravityModel(
string modelName,
string centralBodyName,
double gravitationalParameter,
double referenceDistance,
double[] zonalCoefficients,
double[][] cosineCoefficients,
double[][] sineCoefficients,
bool normalized,
bool includesPermanentTides
)
Public Sub New (
modelName As String,
centralBodyName As String,
gravitationalParameter As Double,
referenceDistance As Double,
zonalCoefficients As Double(),
cosineCoefficients As Double()(),
sineCoefficients As Double()(),
normalized As Boolean,
includesPermanentTides As Boolean
)
public:
SphericalHarmonicGravityModel(
String^ modelName,
String^ centralBodyName,
double gravitationalParameter,
double referenceDistance,
array<double>^ zonalCoefficients,
array<array<double>^>^ cosineCoefficients,
array<array<double>^>^ sineCoefficients,
bool normalized,
bool includesPermanentTides
)
new :
modelName : string *
centralBodyName : string *
gravitationalParameter : float *
referenceDistance : float *
zonalCoefficients : float[] *
cosineCoefficients : float[][] *
sineCoefficients : float[][] *
normalized : bool *
includesPermanentTides : bool -> SphericalHarmonicGravityModel
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
See Also