Click or drag to resize

PropagationNewtonianPointMass Property

Gets or sets the total point mass of the body on which the forces are applied. This is the mass used in Newton's second law to determine the equations of motion. Note that no derivatives of mass will be included. To include reaction forces associated with changes in mass, this scalar should correctly model the change in mass over time and the reaction force should be added to AppliedForces based on this mass.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Scalar Mass { get; set; }

Property Value

Type: Scalar
See Also