:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WsfAtmosphere ------------- .. class:: WsfAtmosphere Overview ======== The :class:`WsfAtmosphere` represents the atmosphere of the Earth. Methods ======= .. method:: string ModelType() Return the type of this atmosphere model. .. method:: double Density(Calendar aEpoch, WsfGeoPoint aLocation) Return the atmosphere's density at the given *aEpoch* and *aLocation*. The returned value will have units of :math:`\rm{kg} \cdot \rm{m}^{-3}`. Available Atmosphere Models =========================== The following atmosphere models are available for use in AFSIM: * :class:`WsfPiecewiseExponentialAtmosphere` * :class:`WsfJacchiaRobertsAtmosphere`