| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| agi.foundation.propagators | 
 Contains types used in producing the state of an object from a known element set. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConstantTorque
Represents a constant torque. 
 | 
class  | 
GravityGradientTorque
Represents the gravity-gradient torque effects on a satellite parameterized by
 a  
PropagationNewtonianPoint and a PropagationEulerianAxes. | 
class  | 
MagneticCoilTorque
Represents the torque effects of a magnetic field vector on a magnetic torquer coil
 implemented on a spacecraft parameterized by a
  
PropagationEulerianAxes. | 
class  | 
OffAxisTorque
Represents the torque effects of a thruster that is not aligned with the center of mass of a
 a vehicle parameterized by a  
PropagationEulerianAxes. | 
class  | 
ReactionWheelTorque
Represents the torque effects of a reaction wheel implemented on
 a spacecraft parameterized by a  
PropagationEulerianAxes. | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
TorqueModel.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ReactionWheelTorque.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
OffAxisTorque.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
MagneticCoilTorque.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
GravityGradientTorque.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
ConstantTorque.checkForSameDefinition(TorqueModel other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
TorqueModel(TorqueModel existingInstance,
           CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TorqueModel> | 
PropagationEulerianAxes.getAppliedTorques()
Gets a list of the torques applied on the  
IntegrationAxes (get). |