Analytic Density Model |
Top Previous Next |
This page is divided into the following sections:
Enabling the Analytic Density ModelThe default atmospheric density model used for modeling the Earth's atmosphere is the Analytic Density Model. The calculation of this model is described below. To enable the Analytic Density Model for a Spacecraft, edit the Spacecraft, proceed to the Force Model page, and select Earth from the list of celestial bodies as shown in the image below.
Then ensure that "Analytic" is selected in the Density Model drop-down menu.
To enable Analytic atmospheric density modeling via FreeFlyer script, use the following syntax:
Where the AtmosphericDensityModel can be one of the following:
Calculation of the Analytic Density The Analytic model is based on the constant temperature hydrostatic model. In the hydrostatic model, the temperature in the atmosphere is assumed to be independent of height (isothermal assumption).
With this assumption, the density as a function of altitude, , is given by:
where is the "scale height" and .
In general, the isothermal assumption is not in good agreement with experimental observations. However, it is more reasonable to assume that the temperature doesn’t vary quickly with height. In that case, a "segmented hydrostatic model" can be constructed with a scale height that depends on altitude. In terms of the parameter defined above, one would then have a set where the index i = 0,1,..., N indicates the appropriate altitude. The density for this model would then be given by:
where is given by linearly interpolating between and corresponding to the tabulated altitudes bracketing the spacecraft’s altitude:
Note that when the term:
is identically zero and and when the same term is identically one and . The value of is and the values used for the are given below:
FreeFlyer uses the above model with two modifications. The first is that the height used in the computation is geodetic and second the overall density is "corrected" by a of the form
where the default value is zero.
See Also•ForceModel Properties and Methods •Solar System settings that affect Spacecraft Propagation
|