Click or drag to resize

SimpleFixedWingForwardFlightAerodynamics.ComputeDragCoefficient Method

Computes the drag coefficient from the provided parameters.

Namespace:  AGI.Foundation.AircraftPropagation
Assembly:  AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static double ComputeDragCoefficient(
	double dragCoefficientAtMinimum,
	double liftCoefficient,
	double oswaldEfficiencyFactor,
	double aspectRatio,
	double dragIndex
)

Parameters

dragCoefficientAtMinimum
Type: System.Double
The minimum drag coefficient value.
liftCoefficient
Type: System.Double
The coefficient of lift.
oswaldEfficiencyFactor
Type: System.Double
The Oswald efficiency factor for the wing.
aspectRatio
Type: System.Double
The aspect ratio of the wing.
dragIndex
Type: System.Double
The drag index.

Return Value

Type: Double
The coefficient of drag.
See Also