Click or drag to resize

PropagationNewtonianPointAppliedForces 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: 24.1.418.0 (24.1.418.0)
Syntax
public IList<ForceModel> AppliedForces { get; }

Property Value

Type: IListForceModel
See Also