SphericalHarmonicGravityField Class |
Namespace: AGI.Foundation.Celestial
The SphericalHarmonicGravityField type exposes the following members.
Name | Description | |
---|---|---|
SphericalHarmonicGravityField(SphericalHarmonicGravityModel, Int32, Int32, Boolean, SolidTideModel) |
Initializes a new instance from a SphericalHarmonicGravityModel, the degree and order
of the subset of the model that this field represents, and a boolean
representing whether to include two body forces.
| |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel, CentralBody, Int32, Int32, Boolean, SolidTideModel) |
Initializes a new instance from a SphericalHarmonicGravityModel,
a CentralBody, the degree and order
of the subset of the model that this field represents, and a boolean
representing whether to include two body forces.
| |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel, Int32, Int32, Int32, Int32, Boolean, SolidTideModel) |
Initializes a new instance from a SphericalHarmonicGravityModel,
the degree and order of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether to include two body forces.
| |
SphericalHarmonicGravityField(SphericalHarmonicGravityModel, CentralBody, Int32, Int32, Int32, Int32, Boolean, SolidTideModel) |
Initializes a new instance from a SphericalHarmonicGravityModel,
a CentralBody, the degree and order
of the subset of the model that this field represents, the
degree and order to use when calculating partial derivatives, and a boolean
representing whether to include two body forces.
|
Name | Description | |
---|---|---|
CentralBody |
Gets the CentralBody of this gravity field.
| |
Degree |
Gets the degree of the subset of the model this gravitational field uses.
| |
GravitationalParameter |
Gets the gravitational parameter of the central body described by this gravity field.
| |
GravityModel |
Gets the SphericalHarmonicGravityModel that is used to model the primary gravity field.
| |
IncludeTwoBodyGravity |
Gets a value indicating whether to include the effects of (two-body) gravity of zero degree and order
or to instead simply return the higher order perturbations.
| |
Order |
Gets the order of the subset of the model this gravitational field uses.
| |
PartialsDegree |
Gets the degree of the subset of the model this gravitational field uses
to calculate partial derivatives.
| |
PartialsOrder |
Gets the order of the subset of the model this gravitational field uses
to calculate partial derivatives.
| |
ReferenceRadius |
Gets the reference radius of the central body described by this gravity field.
| |
TideModel |
Gets the SolidTideModel that is optionally used to add solid tides to a SphericalHarmonicGravityModel.
Can be if there are no solid tides added to the gravity model.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |