Morton number
From Wikipedia, the free encyclopedia
In fluid dynamics, the Morton number (<math>Mo</math>) is a dimensionless number used together with the Eötvös number to characterize the shape of bubbles or drops. The Morton number is defined as
- <math>\mathit{Mo} = \frac{g \mu_L^4 \, \Delta \rho}{\rho_L^2 \sigma^3}, </math>
where g is the acceleration of gravity, <math> \mu_L</math> is the viscosity of the surrounding fluid, <math>\rho_L</math> the density of the surrounding fluid, <math> \Delta \rho</math> the difference in density of the phases, and <math>\sigma</math> is the surface tension coefficient. For the case of a bubble with a negligible inner density the Morton number can be simplified to
- <math>\mathit{Mo} = \frac{g\mu_L^4}{\rho_L \sigma^3}.</math>
The Morton number can also be calculated by using a combination of the Weber number, Froude number and Reynolds number,
- <math>\mathit{Mo} = \frac{\mathit{We}^3}{\mathit{Fr}^2 \mathit{Re}^4}.</math>
[edit] Morton number in theoretical mathematics and computer science
In mathematical number theory and computer science, a Morton number is a single integer value constructed by interleaving the bits or digits of one or more source numbers. This is often useful for constructing a single hash index from a pair (or more) of input numbers. In number theory, Morton numbers are useful in proofs, often in examples which map multiple dimensions to one, or vice versa. For example, an infinite 2D grid of integer coordinates can have a single unique Morton number computed for each coordinate, and those Morton numbers give a one-to-one mapping of the infinite 2D coordinates to a 1D coordinate, proving that the infinite number of integer pairs has the same cardinality as the integers.
de:Morton-Zahlnl:Getal van Morton

