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.2.419.0 (24.2.419.0)
Syntax public AtmosphericDragForce(
ScalarAtmosphericDensity density,
Scalar coefficientOfDrag,
Scalar referenceArea
)
Public Sub New (
density As ScalarAtmosphericDensity,
coefficientOfDrag As Scalar,
referenceArea As Scalar
)
public:
AtmosphericDragForce(
ScalarAtmosphericDensity^ density,
Scalar^ coefficientOfDrag,
Scalar^ referenceArea
)
new :
density : ScalarAtmosphericDensity *
coefficientOfDrag : Scalar *
referenceArea : Scalar -> AtmosphericDragForce
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