# Heat Conduction Calculator (Fourier's Law, q=kΔT/d)

Compute 1-D steady-state heat conduction through a flat slab (Fourier's law): heat flux q = k·ΔT/d (W/m²), heat flow rate Q = k·A·ΔT/d (W), and thermal resistance R = d/(k·A) (K/W). k is the thermal conductivity (W/(m·K)); ΔT is the temperature difference (K; a °C difference equals a K difference, a °F difference is converted by ×5/9); d the slab thickness; A the cross-section area. ΔT may be negative (indicating reverse heat flow), but k, d and A must be positive. Thickness in m/cm/mm, area in m²/cm².

> Canonical page: https://elysiatools.com/en/tools/heat-conduction-calculator

- **Category:** Math & Numbers

- **Keywords:** heat conduction, Fourier's law, thermal conductivity, heat flux, heat flow rate, thermal resistance, steady state, 1D conduction, heat transfer, flat slab, wall, insulation, kΔT/d, thermal

## Overview

Calculate steady-state one-dimensional heat conduction through a flat slab using Fourier’s law. Enter thermal conductivity, temperature difference, thickness, and cross-sectional area to get heat flux, heat flow rate, and thermal resistance.

## Inputs

- **Thermal Conductivity k (W/(m·K))** (number): Thermal conductivity k of the slab material in W/(m·K).
- **Temperature Difference ΔT** (number): Temperature difference ΔT across the slab, in the selected Temperature Unit. May be negative to indicate the reverse heat-flow direction.
- **Temperature Unit** (select): Unit of the temperature difference. This is a difference, not an absolute temperature: Δ°C = ΔK and Δ°F ×5/9 = ΔK.
- **Thickness d** (number): Slab thickness d, in the selected Thickness Unit.
- **Thickness Unit** (select)
- **Cross-Section Area A** (number): Cross-section area A of the slab, in the selected Area Unit.
- **Area Unit** (select)
- **Decimal Places** (number)

## When to use

- Estimate heat transfer through an insulation layer, wall, or flat plate.
- Compare thermal resistance for different slab thicknesses or materials.
- Calculate heat flux and total heat flow when the temperature difference and area are known.

## How it works

- Enter thermal conductivity k in W/(m·K), temperature difference ΔT, slab thickness d, and cross-sectional area A.
- Select the temperature, thickness, and area units; temperature differences in °C equal the same difference in K, while °F differences are converted by multiplying by 5/9.
- The calculator applies q = k·ΔT/d, Q = k·A·ΔT/d, and R = d/(k·A).
- The JSON result reports heat flux in W/m², heat flow rate in W, and thermal resistance in K/W.

## Use cases

- Evaluate glass wool or other insulation layers for wall heat-loss estimates.
- Calculate heat transfer through metal plates and structural wall sections.
- Use thermal resistance to compare slab designs with different materials, areas, or thicknesses.

## Frequently asked questions

### What does this heat conduction calculator calculate?

It calculates heat flux q, heat flow rate Q, and thermal resistance R for one-dimensional steady conduction through a flat slab.

### Which inputs are required?

Thermal conductivity, temperature difference, and slab thickness are required. Cross-sectional area defaults to 1 m² if left unchanged.

### Can the temperature difference be negative?

Yes. A negative ΔT indicates heat flow in the reverse direction.

### What units are supported?

Temperature differences can be entered in K, °C, or °F; thickness in m, cm, or mm; and area in m² or cm².

### What values must be positive?

Thermal conductivity, thickness, and cross-sectional area must be positive. The temperature difference may be negative.

## Related tools

- [Absolute Value Calculator](https://elysiatools.com/en/tools/absolute-value-calculator): Calculate the absolute value of positive, negative, or decimal numbers and explain the sign relationship
- [Air Changes per Hour (ACH, n = Q/V)](https://elysiatools.com/en/tools/air-changes-per-hour): Compute the air change rate (ACH / n) of a room from the outdoor supply airflow Q and the room volume V: n = Q/V (1/h). Three modes: solve ACH (given Q and V), solve airflow (given n and V), or solve volume (given n and Q). Flow in m³/s/m³/h/CFM, volume in m³/ft³/L. Also reports the well-mixed single-zone purge time to reach a target residual fraction ε (default 1%): t = −ln(ε)/n hours.
- [Bearing Life L10 Calculator](https://elysiatools.com/en/tools/bearing-life-l10): Calculate the basic rating life of a rolling bearing: L10 = (C/P)^p, with p = 3 for ball bearings and p = 10/3 for roller bearings. When a speed is provided, converts to L10h in operating hours.
- [Bolt Torque Clamp Force Calculator](https://elysiatools.com/en/tools/bolt-torque-clamp-force): Convert between bolt tightening torque and axial clamp force. T = K·F·d, where K is the nut factor (~0.20 for dry steel). Solve torque from force, or force from torque.
- [Cable Ampacity Calculator (IEC 60364-5-52)](https://elysiatools.com/en/tools/cable-ampacity-calculator): Estimate copper cable current-carrying capacity per the simplified IEC 60364-5-52 reference method. Combines cross-section, insulation (PVC 70°C / XLPE 90°C), installation method, and ambient temperature to derive the corrected allowable ampacity (A).
- [Capacitor Reactive Power Calculator (Q_c = 2πfCU²)](https://elysiatools.com/en/tools/capacitor-reactive-power): Compute the reactive power produced by a known capacitor: Q_c = 2π·f·C·U². Supports single-phase, three-phase star (Y) and delta (Δ) connections. Returns Q_c in var/kvar, capacitive reactance Xc, and capacitor current Ic. Complementary to the power-factor-correction tool (which sizes a capacitor for a target cosφ).
- [Chain Sprocket Ratio Calculator](https://elysiatools.com/en/tools/chain-sprocket-ratio): Calculate the ratio, driven speed and chain linear speed of a chain drive. i = z₂/z₁ = n₁/n₂, chain speed v = z₁·p·n₁/60000. Enter the pitch to compute chain speed.
- [Condensing / Evaporating Temperature Calculator](https://elysiatools.com/en/tools/condensing-temperature-calculator): Estimate the saturated condensing temperature (T_cond) and evaporating temperature (T_evap) of a refrigeration circuit. Three modes: (1) from coil approach — T_cond = T_ambient + condenser ΔT approach, T_evap = T_medium − evaporator ΔT approach; (2) from measured saturated pressures — given P_cond and P_evap for a known refrigerant (R-22 / R-134a / R-410A), invert the Antoine fit; (3) from subcooling & superheat — T_cond = T_liquid − SC, T_evap = T_suction − SH. Temperature in °C/K/°F; pressure in bar/MPa/kPa/PSI absolute or gauge (atmospheric default 1.01325 bar). Results reported in °C.

## Samples

- [Web Image Processing Python Samples](https://elysiatools.com/en/samples/web-image-processing-python): Web Python image processing examples using PIL/Pillow including reading, saving, resizing, and format conversion
- [Android Image Processing Java Samples](https://elysiatools.com/en/samples/android-image-processing-java): Android Java image processing examples including reading/saving images, scaling, and format conversion
- [Android Image Processing Kotlin Samples](https://elysiatools.com/en/samples/android-image-processing-kotlin): Android Kotlin image processing examples including reading/saving images, scaling, and format conversion
- [Web Image Processing Rust Samples](https://elysiatools.com/en/samples/web-image-processing-rust): Web Rust image processing examples including image read/save, scaling, and format conversion
