Wolfram Computation Meets Knowledge

Mach Number

The Mach number is a dimensionless quantity representing the ratio of flow velocity past a boundary to the local speed of sound.

The Mach number equals the characteristic speed divided by the speed of sound.

Formula

QuantityVariable["Ma", "MachNumber"] == QuantityVariable["v", "Speed"]/QuantityVariable["c", "SoundSpeed"]

symbol description physical quantity
Ma Mach number "MachNumber"
c sound speed "SoundSpeed"
v characteristic speed "Speed"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Mach Number"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[ResourceObject["Mach Number"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Mach Number"], {QuantityVariable["Ma","MachNumber"] -> 1}]
Out[3]=

Source Metadata

Publisher Information