: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. .. **************************************************************************** WsfJupiterMonopoleTerm ---------------------- .. class:: WsfJupiterMonopoleTerm inherits WsfOrbitalDynamicsTerm Overview ======== The :class:`WsfJupiterMonopoleTerm` represents the point mass gravitational field of Jupiter. See also :ref:`Jupiter Monopole `. Static Methods ============== .. method:: WsfJupiterMonopoleTerm Construct() WsfJupiterMonopoleTerm Construct(double aGravitationalParameter) Create a term representing Jupiter's point mass gravitational field with the given gravitational parameter in SI units. If no gravitational parameter is specified, a default value of 1.267127678e+17 m^3/s^2 will be used. Methods ======= .. method:: double GravitationalParameter() Return the gravitational parameter of Jupiter in SI units used by this term. .. method:: Vec3 JupiterPositionECI(Calendar aTime) Return the position of Jupiter in the ECI frame used by this term at the given time.