Click or drag to resize

PropagationNewtonianPoint.AppliedForces Property

Gets a list of the forces applied at the IntegrationPoint. The Kind of force will determine whether a given force will be divided by mass in order to compute the Newtonian acceleration of the IntegrationPoint.

Inertial acceleration = AppliedForce / Mass + AppliedSpecificForce + AppliedReactionForce

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public IList<ForceModel> AppliedForces { get; }

Property Value

Type: IList<ForceModel>
See Also