Click or drag to resize

AircraftMotionElementMass Property

Gets or sets the mass used to determine the equations of motion. Note that the derivatives of mass are not implicitly included in the integration. Another PropagationStateElement must be added to the set of integration elements to account for the change in mass over time.

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

Property Value

Type: Scalar
See Also