Wolfram Computation Meets Knowledge

Galileo Number Using Characteristic Length

The Galileo number is proportional to gravity forces divided by viscous forces. The Galileo number is used in viscous flow and thermal expansion calculations—for example, to describe fluid film flow over walls. These flows apply to condensors or chemical columns.

The Galileo number equals the characteristic length cubed times the acceleration of gravity divided by the kinematic viscosity squared.

Formula

QuantityVariable["Ga", "GalileoNumber"] == (Quantity[1, "StandardAccelerationOfGravity"]*QuantityVariable["l", "Length"]^3)/QuantityVariable["ν", "KinematicViscosity"]^2

symbol description physical quantity
Ga Galileo number "GalileoNumber"
l characteristic length "Length"
ν kinematic viscosity "KinematicViscosity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Galileo Number Using Characteristic Length"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Galileo Number Using Characteristic Length"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Galileo Number Using Characteristic Length"], {QuantityVariable[
   "Ga","GalileoNumber"] -> 1}]
Out[3]=

Publisher Information