Indicates the properties of a given force to be used when
distinguishing the behavior of forces when defining equations of motion.
Namespace:
AGI.Foundation.Celestial
Assembly:
AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax Public Enumeration KindOfForce
public enum class KindOfForce
Members
| Member name | Description |
---|
| NewtonianForce |
A Newtonian force which may be applied to any given point mass to
produce an acceleration. For example, atmospheric drag is a Newtonian force.
|
| NewtonianSpecificForce |
A Newtonian "specific" force which takes the target mass into account to
produce a force independent of mass. For example, gravity is a specific force.
|
| NewtonianReactionForce |
A Newtonian "reaction" force is a force which results from the change in
mass of a system. Usually, a reaction force is equivalent to "thrust" on
a body and acts on the instantaneous point-mass in proportion to the
rate of change of the mass of the system.
|
See Also