Graetz Number
The Graetz number is a dimensionless number that characterizes laminar flow in a conduit.
The Graetz number equals the product of the specific heat capacity, diameter, characteristic length, characteristic speed and the mass density divided by the thermal conductivity and length.
Formula
![Copy to Clipboard QuantityVariable["Gz", "GraetzNumber"] == (QuantityVariable["c", "SpecificHeatCapacity"]*QuantityVariable["d", "Diameter"]*QuantityVariable["l", "Length"]*QuantityVariable["v", "Speed"]*QuantityVariable["ρ", "MassDensity"])/(QuantityVariable["k", "ThermalConductivity"]*QuantityVariable["L", "Length"])](https://www.wolframcloud.com/objects/resourcesystem/marketplacestorage/resources/b14/b14c1d41-9b6a-42a4-afe7-69aec6dcdfa1/Webpage/FormulaImage.png)
| symbol | description | physical quantity |
|---|---|---|
| Gz | Graetz number | "GraetzNumber" |
| c | specific heat capacity | "SpecificHeatCapacity" |
| d | diameter | "Diameter" |
| k | thermal conductivity | "ThermalConductivity" |
| l | characteristic length | "Length" |
| L | length | "Length" |
| v | characteristic speed | "Speed" |
| ρ | mass density | "MassDensity" |
Forms
Examples
Get the resource:
| In[1]:= |
| Out[1]= | ![]() |
Get the formula:
| In[2]:= |
| Out[2]= |
Use some values:
| In[3]:= |
| Out[3]= |
