Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
void |
TwoBodyGravity.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
ThirdBodyGravity.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
SphericalHarmonicGravity.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
SimpleSolarRadiationForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
NPlateSolarRadiationForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
NPlateAtmosphericDragForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
IersTechnicalNote36RelativisticCorrectionForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
abstract void |
ForceModel.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
ContinuousThrustForceModel.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
ConstantForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|
void |
AtmosphericDragForce.buildForceEvaluator(ResultantForceBuilder builder,
EvaluatorGroup group)
Build lists of principal and perturbation forces based on this model in order to create
an overall resultant force.
|