Zonals and Tesserals |
Top Previous Next |
Due to the Earth’s non-spherical shape and non-uniform density profile, its gravitational field can be derived from a potential function (the geopotential) that depends on the radial distance and the angular location of the Spacecraft with respect to the center of mass of the Earth. The Earth’s equatorial bulge and the flattening of the poles produce the dominant features of the Earth’s geopotential. Spacecraft orbits are affected by the geopotential field; the dominant effects are long-term secular variations in the argument of perigee and right ascension of the ascending node due to the oblateness of the Earth. The Earth's oblate gravitational field can be modeled as a function of Zonal and Tesseral components. The Zonal terms represent an expansion of the Geopotential that is latitude dependent. The Tesseral terms represent the geopotential that is both latitude and longitude dependent.
This page is divided into the following sections:
Enabling Zonal and Tesseral Potential Zonal and Tesseral gravitational affects can be modeled on the Spacecraft for a number of celestial bodies, including custom Celestial objects, by editing the Spacecraft object, proceeding to the Force Models page, and clicking the checkbox next to the body, as shown in the image below.
Once the desired celestial body has been checked, ensure that the body is modeled using Zonal (and Tesseral if desired) potential terms using the Field Type drop-down menu.
Spacecraft ForceModel with Mars modeled using Zonal and Tesseral Potential Terms
To set the field type to model Zonals or Zonals and Tesserals via FreeFlyer script, use the following syntax:
Where PlanetFieldType can be one of the following:
and the [3] represents Mars. The bodies are assigned the following array elements:
Setting the Number of Potential TermsOnce "Zonal Potential Terms" or "Zonal and Tesseral Potential Terms" have been selected in the drop-down menu or set via script, set the number of terms in the Potential Field using the numerical input boxes shown in the image above. There is no maximum limit on the number of zonals and tesserals FreeFlyer can model - this will be limited only by the gravity model file you use. The highest-order Earth gravity model packaged with FreeFlyer is the EGM96, which can be used to model anything from 1x1 (point mass) to 360x360.
To set the number of Zonal and Tesseral potential terms via FreeFlyer script, use the following syntax:
Where:
Setting a Custom Potential FileBy default, FreeFlyer uses the "EGM96.potential" data file for modeling the geopotential of Earth, but custom files can be specified for Earth or any other celestial body using the file browser shown in the image above or via FreeFlyer script using this syntax:
Where "potentialfile.dat" specifies the path and filename of the custom Geopotential file and the [2] represents Earth, as indicated in the bulleted list above.
The potential file used for each celestial body contains values for the physical properties of the body (Gravity Constant (mu), Equatorial Radius, Reciprocal Flattening). These values are used when propagating the Spacecraft any time a potential file is used. The value of the body's physical properties can be reported through the Force Model as shown in the example script below:
For other calculations that depend on the physical properties of a celestial body, such as Spacecraft.Height or propagation of a Spacecraft with a point mass gravitational model, the celestial body physical properties are set through FreeFlyer script as shown in the examples for setting Earth.Mu below:
FreeFlyer includes a variety of potential files for the Earth, Moon, Mars, and Venus. For a complete list of the gravity models included with FreeFlyer, see the Gravity Model Files page in the Data Files section of the Appendix.
See Also•ForceModel Properties and Methods •Solar System settings that affect Spacecraft Propagation
|