Ekman Number
The Ekman number is a dimensionless number used in fluid dynamics to describe the ratio of viscous forces to Coriolis forces.
The Ekman number equals the kinematic viscosity divided by the angular velocity and the square of the characteristic length.
Formula
![Copy to Clipboard QuantityVariable["Ek", "EkmanNumber"] == QuantityVariable["ν", "KinematicViscosity"]/(QuantityVariable["l", "Length"]^2*QuantityVariable["Ω", "AngularVelocity"])](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/be6/be6f1f59-4c09-4d89-8002-bb0d58b4baf6/Webpage/FormulaImage.png)
| symbol | description | physical quantity | 
|---|---|---|
| Ek | Ekman number | "EkmanNumber" | 
| l | characteristic length | "Length" | 
| ν | kinematic viscosity | "KinematicViscosity" | 
| Ω | angular velocity | "AngularVelocity" | 
Forms
Examples
Get the resource:
| In[1]:= | ![ResourceObject["Ekman Number"]](images/be6/be6f1f59-4c09-4d89-8002-bb0d58b4baf6-io-1-i.en.gif) | 
| Out[1]= |  | 
Get the formula:
| In[2]:= | ![FormulaData[ResourceObject["Ekman Number"]]](images/be6/be6f1f59-4c09-4d89-8002-bb0d58b4baf6-io-2-i.en.gif) | 
| Out[2]= |  | 
Use some values:
| In[3]:= | ![FormulaData[
 ResourceObject[
  "Ekman Number"], {QuantityVariable[
   "\[CapitalOmega]","AngularVelocity"] -> 
   Quantity[1, ("Radians")/("Seconds")], 
  QuantityVariable["\[Nu]","KinematicViscosity"] -> 
   Quantity[1, ("Meters")^2/("Seconds")], 
  QuantityVariable["Ek","EkmanNumber"] -> 1}]](images/be6/be6f1f59-4c09-4d89-8002-bb0d58b4baf6-io-3-i.en.gif) | 
| Out[3]= |  | 
 
                 
                