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.2.419.0 (24.2.419.0)
Syntax public IList<ForceModel> AppliedForces { get; }
Public ReadOnly Property AppliedForces As IList(Of ForceModel)
Get
public:
property IList<ForceModel^>^ AppliedForces {
IList<ForceModel^>^ get ();
}
member AppliedForces : IList<ForceModel> with get
Property Value
Type:
IListForceModelSee Also