Wolfram Computation Meets Knowledge

Lift Coefficient

The lift coefficient is a dimensionless coefficient that relates the lift generated by a lifting body to the fluid density around the body, the fluid velocity and an associated reference area.

The lift coefficient equals twice the lift divided by the planform area, the true airspeed squared and the mass density of the air.

Formula

QuantityVariable[Subscript["C", "L"], "LiftCoefficient"] == (2*QuantityVariable["L", "Force"])/(QuantityVariable["A", "Area"]*QuantityVariable["v", "Speed"]^2*QuantityVariable["ρ", "MassDensity"])

symbol description physical quantity
CL lift coefficient "LiftCoefficient"
A planform area "Area"
L lift "Force"
v true airspeed "Speed"
ρ mass density "MassDensity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Lift Coefficient"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Lift Coefficient"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Lift Coefficient"], {QuantityVariable["v","Speed"] -> 
   Quantity[500, ("Miles")/("Hours")]}]
Out[3]=

Publisher Information