Wolfram Computation Meets Knowledge

Prandtl Number Using Thermal Diffusivity

The Prandtl number is a dimensionless number defined as the ratio of momentum diffusivity to thermal diffusivity.

The Prandtl number equals the kinematic viscosity divided by the thermal diffusivity.

Formula

QuantityVariable["Pr", "PrandtlNumberHeatTransfer"] == QuantityVariable["ν", "KinematicViscosity"]/QuantityVariable["α", "ThermalDiffusivity"]

symbol description physical quantity
Pr Prandtl number for heat transfer "PrandtlNumberHeatTransfer"
α thermal diffusivity "ThermalDiffusivity"
ν kinematic viscosity "KinematicViscosity"

Forms

Examples

Get the resource:

In[1]:=
ResourceObject["Prandtl Number Using Thermal Diffusivity"]
Out[1]=

Get the formula:

In[2]:=
FormulaData[
 ResourceObject["Prandtl Number Using Thermal Diffusivity"]]
Out[2]=

Use some values:

In[3]:=
FormulaData[
 ResourceObject[
  "Prandtl Number Using Thermal Diffusivity"], {QuantityVariable[
   "\[Nu]","KinematicViscosity"] -> 
   Quantity[1, ("Meters")^2/("Seconds")], 
  QuantityVariable["Pr","PrandtlNumberHeatTransfer"] -> 0.001`}]
Out[3]=

Publisher Information