Wolfram Computation Meets Knowledge

Bodenstein Number with Thermal Diffusivity

The Bodenstein number, a dimensionless number that is often used to describe axial mixing in so-called axial-dispersion models for tubular reactors. It represents the ratio between the convective transport to the transport by axial diffusion.

The Bodenstein number equals the thermal diffusivity divided by the characteristic length and speed.

Formula

QuantityVariable["Bo", "BodensteinNumber"] == QuantityVariable["α", "ThermalDiffusivity"]/(QuantityVariable["l", "Length"]*QuantityVariable["v", "Speed"])

symbol description physical quantity
Bo Bodenstein number "BodensteinNumber"
l characteristic length "Length"
v characteristic speed "Speed"
α thermal diffusivity "ThermalDiffusivity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Bodenstein Number with Thermal Diffusivity"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Bodenstein Number with Thermal Diffusivity"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Bodenstein Number with Thermal Diffusivity"], {QuantityVariable[
   "Bo","BodensteinNumber"] -> 1, 
  QuantityVariable["v","Speed"] -> 
   Quantity[1, ("Meters")/("Seconds")]}]
Out[3]=

Publisher Information