Biot Numer Interactive Calculator

The Biot Number (Bi) is a dimensionless parameter that determines whether lumped capacitance analysis is valid for transient heat conduction problems. It represents the ratio of internal thermal resistance to external thermal resistance, helping engineers decide if temperature gradients within a solid can be neglected during heating or cooling processes. This calculator is essential for thermal engineers, HVAC designers, metallurgists, and anyone analyzing time-dependent heat transfer in solids.

📐 Browse all free engineering calculators

Visual Diagram

Biot Numer Interactive Calculator Technical Diagram

Biot Number Interactive Calculator

Fundamental Equations

Biot Number Definition

Bi = h Lc / k

Where:

  • Bi = Biot number (dimensionless)
  • h = convection heat transfer coefficient at the surface, W/(m²·K)
  • Lc = characteristic length of the body, m
  • k = thermal conductivity of the solid material, W/(m·K)

Characteristic Length Definitions

Lc = V / As

Common Geometries:

  • Plane Wall: Lc = L / 2 (half-thickness)
  • Long Cylinder: Lc = ro / 2 (radius / 2)
  • Sphere: Lc = ro / 3 (radius / 3)
  • Cube: Lc = L / 6 (edge length / 6)

Where:

  • V = volume of the solid body, m³
  • As = surface area exposed to convection, m²

Physical Interpretation

Bi = Conduction Resistance / Convection Resistance = (Lc/k) / (1/h)

Design Criteria:

  • Bi < 0.1: Lumped capacitance valid (spatial uniformity)
  • 0.1 ≤ Bi ≤ 100: Full transient analysis required
  • Bi > 100: Surface temperature control dominant

Inverse Calculations

h = Bi · k / Lc

k = h · Lc / Bi

Lc = Bi · k / h

Theory & Practical Applications

The Biot number is one of the most important dimensionless parameters in transient heat conduction analysis, fundamentally determining whether simplified lumped capacitance methods can replace complex partial differential equation solutions. Named after French physicist Jean-Baptiste Biot, this criterion has become indispensable in thermal engineering design across industries ranging from metallurgy to aerospace.

Physical Significance and Engineering Interpretation

The Biot number represents the ratio of internal conduction resistance to external convection resistance. When Bi is small (typically less than 0.1), internal thermal resistance is negligible compared to the convective resistance at the surface. This means heat conducts through the solid so rapidly relative to convection that the entire body remains at essentially uniform temperature throughout the transient process. Conversely, large Biot numbers indicate that internal conduction cannot keep pace with surface convection, creating substantial temperature gradients within the solid.

A critical but often overlooked insight is that the Biot number depends on geometric scale through the characteristic length. This means the same material-fluid combination can exhibit vastly different transient behavior depending on object size. A steel ball bearing 3 mm in diameter cooling in air might satisfy lumped capacitance criteria (Bi approximately 0.08), while a 10 cm diameter steel sphere under identical convection conditions would require full transient analysis (Bi approximately 2.7). This scale dependence explains why small electronic components can often be treated as lumped systems while large castings cannot.

Characteristic Length Selection and Common Errors

The characteristic length is defined as the ratio of volume to surface area (V/As), but its implementation varies by geometry. For a plane wall of thickness 2L, the characteristic length is L (half-thickness), not the full thickness. For cylinders and spheres, the factors differ: ro/2 for long cylinders and ro/3 for spheres. A frequent engineering error occurs when calculating Biot numbers for complex geometries by incorrectly using overall dimensions rather than the proper volume-to-surface-area ratio.

For irregular geometries like finned heat sinks or turbine blades, determining the appropriate characteristic length requires careful consideration of which surfaces participate in convection and which represent insulated boundaries. In such cases, computational fluid dynamics (CFD) coupled with thermal analysis provides more reliable predictions than simplified correlations.

Application in Heat Treatment and Metallurgy

In steel quenching operations, the Biot number determines whether uniform hardness can be achieved throughout the cross-section. For large forgings with Bi greater than 10, the surface cools rapidly while the core remains near austenitizing temperature, potentially creating thermal stresses exceeding the material's yield strength and causing cracking. Metallurgists must either reduce quench severity (lowering h through oil rather than water quenching) or accept non-uniform microstructures with surface martensite and core pearlite.

Aluminum casting provides another example where Biot number analysis guides process design. Sand casting typically produces Bi values of 0.5 to 2, requiring solidification models that account for both internal conduction and mold-metal interfacial resistance. Die casting with metal molds generates Bi numbers approaching 50, where surface temperature drops almost instantaneously to near-mold temperature, and solidification rate is controlled purely by heat extraction through the solidifying shell.

Transient Thermal Analysis Methods Based on Biot Number

When Bi is less than 0.1, the lumped capacitance method yields accurate results with maximum temperature error typically below 5%. The governing equation simplifies to an ordinary differential equation: ρVcp(dT/dt) = -hAs(T - T), with analytical solution T(t) = T��� + (Ti - T)exp(-t/τ), where the time constant τ = ρVcp/(hAs).

For 0.1 less than Bi less than 100, Heisler charts or Gröber charts provide graphical solutions for one-dimensional transient conduction in standard geometries. These charts plot dimensionless temperature as a function of Fourier number (Fo = αt/Lc²) with Biot number as a parameter. Modern engineers typically use series solutions truncated after the first term for Fo greater than 0.2, achieving accuracy within 1% while avoiding chart interpolation.

Above Bi equal to 100, the surface temperature can be approximated as equal to the fluid temperature, effectively creating a Dirichlet boundary condition that simplifies numerical solutions. This regime is common in water-cooled nuclear reactor components and cryogenic cooling applications.

Worked Example: Automotive Brake Disc Cooling Analysis

Consider a ventilated automotive brake disc that must be cooled between successive braking events. The disc is gray cast iron with thermal conductivity k equal to 52 W/(m·K). The effective cooling occurs through forced convection as air flows through the vents, with an estimated convection coefficient h equal to 127 W/(m²·K) based on vehicle speed and vent geometry.

Given Parameters:

  • Disc outer radius: ro = 165 mm = 0.165 m
  • Disc inner radius: ri = 85 mm = 0.085 m
  • Disc thickness: t = 28 mm = 0.028 m
  • Thermal conductivity: k = 52 W/(m·K)
  • Convection coefficient: h = 127 W/(m²·K)
  • Density: ρ = 7200 kg/m³
  • Specific heat: cp = 460 J/(kg·K)

Step 1: Calculate Geometry Parameters

Volume of disc: V = π(ro² - ri²)t = π(0.165² - 0.085²)(0.028) = 1.802 × 10⁻³ m³

Surface area (both faces plus inner/outer edges): As = 2π(ro² - ri²) + 2πrot + 2πrit

As = 2π(0.165² - 0.085²) + 2π(0.165)(0.028) + 2π(0.085)(0.028) = 0.1287 + 0.0290 + 0.0149 = 0.1726 m²

Step 2: Calculate Characteristic Length

Lc = V / As = 1.802 × 10⁻³ / 0.1726 = 0.01044 m = 10.44 mm

Step 3: Calculate Biot Number

Bi = hLc / k = (127)(0.01044) / 52 = 0.0255

Step 4: Interpret Results

Since Bi equals 0.0255, which is less than 0.1, the lumped capacitance method is valid. The disc can be treated as spatially uniform during cooling. The maximum temperature difference across the disc thickness is approximately 2.55% of the temperature difference between disc and ambient air.

Step 5: Calculate Time Constant and Cooling Rate

Time constant: τ = ρVcp / (hAs) = (7200)(1.802 × 10⁻³)(460) / [(127)(0.1726)] = 271.5 seconds = 4.53 minutes

This means the disc temperature decreases to 36.8% (1/e) of its initial excess temperature above ambient in approximately 4.5 minutes. For a disc initially at 450°C cooling in 30°C ambient air, after 4.5 minutes the temperature would be: T = 30 + (450 - 30)e⁻¹ = 30 + 154.5 = 184.5°C

Step 6: Engineering Implications

The low Biot number confirms that thermal stresses from temperature gradients during cooling are negligible. Brake disc cracking, if it occurs, results from mechanical stresses or thermal fatigue rather than transient thermal gradients. The 4.5-minute time constant indicates that for typical urban driving with brake applications every 30-60 seconds, the disc never fully cools between events, leading to progressive temperature rise until thermal equilibrium is established between braking energy input and convective cooling.

Advanced Considerations and Limitations

The Biot number assumes constant thermal properties, but in reality k, h, and cp all vary with temperature. For large temperature excursions (greater than 200 K), property evaluation should use appropriate mean temperatures or iterative solutions. Radiation heat transfer, which becomes significant at elevated temperatures, is not captured in the convective Biot number formulation. A radiation Biot number can be defined using linearized radiation coefficients, but combined convection-radiation problems typically require numerical methods.

For more engineering resources and calculation tools, visit our comprehensive calculator library.

Frequently Asked Questions

What is the physical meaning of Biot number less than 0.1? +

How does geometry affect characteristic length calculation? +

What analysis methods are required for different Biot number ranges? +

Why does thermal conductivity appear in the denominator of Biot number? +

How do you determine the convection coefficient for Biot number calculations? +

Can Biot number be used for non-uniform initial temperature distributions? +

Free Engineering Calculators

Explore our complete library of free engineering and physics calculators.

Browse All Calculators →

About the Author

Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations

Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.

Wikipedia · Full Bio

Share This Article
Tags: