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.2.419.0 (24.2.419.0)
Syntax public Scalar Mass { get; set; }
Public Property Mass As Scalar
Get
Set
public:
property Scalar^ Mass {
Scalar^ get ();
void set (Scalar^ value);
}
member Mass : Scalar with get, set
Property Value
Type:
ScalarSee Also