Drag Coefficient
The drag coefficient is a dimensionless quantity that is used to quantify the drag or resistance of an object in a fluid environment, such as air or water.
The drag coefficient equals twice the drag force divided by the product of the area, the square of the characteristic speed and the mass density.
Formula
![Copy to Clipboard QuantityVariable[Subscript["C", "d"], "DragCoefficient"] == (2*QuantityVariable[Subscript["F", "d"], "Force"])/(QuantityVariable["A", "Area"]*QuantityVariable["u", "Speed"]^2*QuantityVariable["ρ", "MassDensity"])](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/a80/a80444e8-4bcd-40ee-9a0e-245da774a340/Webpage/FormulaImage.png)
| symbol | description | physical quantity | 
|---|---|---|
| Cd | drag coefficient | "DragCoefficient" | 
| A | area | "Area" | 
| u | characteristic speed | "Speed" | 
| ρ | mass density | "MassDensity" | 
| Fd | drag force | "Force" | 
Forms
Examples
Get the resource:
| In[1]:= | ![ResourceObject["Drag Coefficient"]](images/a80/a80444e8-4bcd-40ee-9a0e-245da774a340-io-1-i.en.gif) | 
| Out[1]= |  | 
Get the formula:
| In[2]:= | ![FormulaData[ResourceObject["Drag Coefficient"]]](images/a80/a80444e8-4bcd-40ee-9a0e-245da774a340-io-2-i.en.gif) | 
| Out[2]= |  | 
Use some values:
| In[3]:= | ![FormulaData[
 ResourceObject[
  "Drag Coefficient"], {QuantityVariable["u","Speed"] -> 
   Quantity[800, ("Kilometers")/("Hours")], 
  QuantityVariable["A","Area"] -> Quantity[10, ("Meters")^2]}]](images/a80/a80444e8-4bcd-40ee-9a0e-245da774a340-io-3-i.en.gif) | 
| Out[3]= |  | 
 
                 
                