Wall Conduction Simulator: Steady-State Heat Transfer Through Solids

simulator intermediate ~10 min
Loading simulation...
q = 900 W/m² — steady conduction

A 0.2 m wall with k = 1.0 W/(m·K) and a 180°C temperature difference conducts 900 W/m² — a moderate heat loss typical of uninsulated masonry.

Formula

q = k × (T_hot − T_cold) / L (Fourier’s law, 1D steady-state)
R_thermal = L / (k × A) (thermal resistance)

Fourier’s Law and the Linear Profile

In 1822 Joseph Fourier established that heat flows proportionally to the temperature gradient. For a flat wall with uniform conductivity, the temperature drops linearly from the hot to the cold face. This elegant result — a straight line on the T-x plot — is the starting point for all conduction analysis. The simulation shows this profile updating in real time as you adjust boundary temperatures and material properties.

Thermal Resistance Analogy

The concept of thermal resistance transforms complex heat transfer problems into simple circuit analogies. Each wall layer contributes a resistance R = L/(kA), and layers in series simply add. This lets engineers analyze composite walls — brick plus insulation plus drywall — as easily as resistors in series. The method extends to parallel paths, contact resistances, and even convective and radiative boundary layers.

Material Selection Matters

Thermal conductivity spans five orders of magnitude: from aerogel at 0.015 W/(m·K) to copper at 400 W/(m·K). Choosing the right material for each layer is critical. A heat sink needs high-k metal to spread heat quickly, while a building wall needs low-k insulation to retain warmth. This simulator lets you explore the full conductivity spectrum and see its dramatic impact on heat flux.

Engineering Design Applications

Building energy codes specify minimum insulation R-values for walls, roofs, and foundations. Furnace designers layer refractory brick, insulating firebrick, and mineral wool to contain extreme temperatures. Electronics engineers use thermal interface materials to minimize contact resistance between chips and heat sinks. In every case, Fourier’s simple law underpins the design, and this simulation demonstrates the underlying physics interactively.

FAQ

What is Fourier's law of heat conduction?

Fourier's law states that heat flux is proportional to the negative temperature gradient: q = -k dT/dx. For a flat wall with constant conductivity, this simplifies to q = k(T_h - T_c)/L. It was formulated by Joseph Fourier in 1822 and remains the foundation of all conduction analysis.

What is thermal resistance?

Thermal resistance R = L/(kA) is the conduction analogue of electrical resistance. Heat flow Q = ΔT/R, just as current I = V/R. Composite walls are analyzed by summing resistances in series, making complex multi-layer problems tractable.

How does insulation reduce heat loss?

Insulation materials have very low thermal conductivity (k < 0.05 W/(m·K)). Adding even a thin insulation layer dramatically increases total thermal resistance. For example, 5 cm of foam insulation can reduce wall heat loss by over 80%.

What is the R-value of a wall?

R-value measures thermal resistance per unit area in (m²·K)/W. Higher R-value means better insulation. Building codes specify minimum R-values for walls, roofs, and floors. A typical well-insulated wall has R-value around 3–5 (m²·K)/W.

Sources

Embed

<iframe src="https://homo-deus.com/lab/heat-transfer/conduction-wall/embed" width="100%" height="400" frameborder="0"></iframe>
View source on GitHub