Click or drag to resize

AtmosphericDragForce Constructor (ScalarAtmosphericDensity, Scalar, Scalar)

Initializes a Vector describing the drag force on an object.

Namespace:  AGI.Foundation.Celestial
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AtmosphericDragForce(
	ScalarAtmosphericDensity density,
	Scalar coefficientOfDrag,
	Scalar referenceArea
)

Parameters

density
Type: AGI.Foundation.CelestialScalarAtmosphericDensity
The object that calculates density at the object's location, note that this object also holds the central body and position data.
coefficientOfDrag
Type: AGI.Foundation.GeometryScalar
The drag coefficient of the object.
referenceArea
Type: AGI.Foundation.GeometryScalar
The reference area of the object.
See Also