Package jat.forces

Package forces contains force models for generating space trajectories.

See:
          Description

Interface Summary
EarthForceModel This interface allows for uniformity among extensible and newly added force models.
ForceModel Force Model is a simple interface which allows uniformity among the various force models used in JAT and the Matlab-Java protocols.
 

Class Summary
AtmosphericDrag The AtmosphericDrag class computes the acceleration due to drag on a satellite using an Earth atmosphere model that conforms to the computeDensity abstract method.
CIRA_ExponentialDrag The CIRA_ExponentialDrag class computes the acceleration due to drag on a satellite using an exponential Earth atmosphere model.
ExponentialDrag The ExponentialDrag class computes the acceleration due to drag on a satellite using an exponential Earth atmosphere model.
ForceModelList ForceModelList is a countainer for force models.
ForceModelListOld ForceModel creates an interface for computing the acceleration acting on a body from an arbitrary source.
GravitationalBody The GravitationalBody class serves to model a point mass gravitational force from a generic third body.
GravityModel This class alows access to the gravity model data files (e.g.
GravityModelType  
HarrisPriester The HarrisPriester class computes the Harris-Priester atmosphere model.
J2Gravity The J2Gravity.java Class computes the gravitational acceleration and gravity gradient matrix for a J2 gravity field.
JGM3 The JGM3 class computes the acceleration due to gravity on a satellite using the JGM-3 spherical harmonic gravity field.
Moon Simple class to model the gravitational attraction of the moon.
NRLMSISE_Drag NRLMSISE drag model.
SolarRadiationPressure The SolarRadiationPressure class provides a generic model for the influence of solar radiation pressure on a satellite.
SphericalHarmonicGravity The SphericalHarmonicGravity class computes the acceleration due to gravity on a satellite using a spherical harmonic gravity field.
Sun Simple class to obtain the gravitational effect of the Sun.
 

Package jat.forces Description

Package forces contains force models for generating space trajectories. These forces include gravity, atmospheric drag and solar radiation pressure.