Fourier's Law

Category: 熱解析 | Integrated 2026-04-06
CAE visualization for fourier law theory - technical simulation diagram
フーリエの法則

Theory and Physics

What is Fourier's Law?

🧑‍🎓

Professor, I heard that Fourier's Law is the very foundation of heat transfer analysis. Why is it so important?


🎓

Fourier's Law is a mathematical expression of the natural phenomenon that "heat flows where there is a temperature gradient." It was formulated by Joseph Fourier in his 1822 book 'The Analytical Theory of Heat.' All heat conduction analysis starts from here.


🧑‍🎓

It's amazing that a 200-year-old law is still in active use today.


🎓

Yes, just as Newtonian mechanics begins with F=ma, heat transfer engineering begins with Fourier's Law. In vector form, it is written as follows.


Governing Equation

🎓

The basic form of Fourier's Law is the relationship between the heat flux vector $\mathbf{q}$ and the temperature gradient.


$$\mathbf{q} = -k \nabla T$$

Here, $k$ is the thermal conductivity [W/(m K)], and $\nabla T$ is the temperature gradient [K/m]. The minus sign reflects the second law of thermodynamics: "heat flows from the high-temperature side to the low-temperature side."


🧑‍🎓

It becomes much simpler in one dimension, right?


🎓

Correct. In the one-dimensional case, the partial derivative becomes an ordinary derivative.


$$q = -k \frac{dT}{dx}$$

Combining this with the energy conservation law yields the steady-state heat conduction equation.


$$\frac{d}{dx}\left(k \frac{dT}{dx}\right) + \dot{q}_v = 0$$

$\dot{q}_v$ is the internal heat generation per unit volume [W/m3]. If k is constant, it simplifies further to $k \frac{d^2T}{dx^2} + \dot{q}_v = 0$.


🧑‍🎓

Does that mean the temperature distribution becomes linear when there is no internal heat generation?


🎓

Exactly. For a flat plate with surface temperatures $T_1$ and $T_2$, the distribution becomes linear: $T(x) = T_1 + (T_2 - T_1)\frac{x}{L}$. This is a basic case often used for verifying analytical solutions.


Extension to 3D

🎓

For general 3D problems, it is written in tensor form to account for anisotropic materials.


$$q_i = -k_{ij} \frac{\partial T}{\partial x_j}$$

For isotropic materials, $k_{ij} = k \delta_{ij}$, which reduces to Laplace's equation $\nabla^2 T = 0$ (no generation) or Poisson's equation $\nabla^2 T + \frac{\dot{q}_v}{k} = 0$ (with generation).


🧑‍🎓

For composite materials like CFRP, k is completely different in the fiber direction versus the transverse direction, right?


🎓

Correct. For CFRP, the thermal conductivity along the fiber direction is about 5-10 W/(m K), while in the transverse direction it's about 0.5-1 W/(m K). It cannot be handled correctly without the tensor form.


Boundary Conditions

🎓

There are three types of boundary conditions.


TypeNameEquationPhysical Meaning
1st KindDirichlet$T = T_s$Specify surface temperature
2nd KindNeumann$-k \frac{\partial T}{\partial n} = q_s$Specify heat flux
3rd KindRobin$-k \frac{\partial T}{\partial n} = h(T - T_\infty)$Convective Heat Transfer
🧑‍🎓

So, an adiabatic condition is a Neumann condition with $q_s = 0$, right?


🎓

Correct. In practice, the 3rd kind boundary condition is used most frequently. The estimation of the convection heat transfer coefficient $h$ greatly influences the accuracy of the results.

Coffee Break Trivia

The Year Fourier's Law Was Born

Joseph Fourier proposed q = −k∇T in his 1822 book 'The Analytical Theory of Heat.' This equation is the starting point of heat transfer engineering and is still used unchanged as the basic governing equation in modern FEA solvers, even after more than 200 years.

Physical Meaning of Each Term
  • Heat Storage Term $\rho c_p \partial T/\partial t$: Rate of thermal energy storage per unit volume. [Everyday Example] An iron frying pan heats up slowly and cools down slowly, while an aluminum pot heats up quickly and cools down quickly—this is due to the difference in the product of density $\rho$ and specific heat $c_p$ (Heat Capacity). Objects with large heat capacity experience slower temperature changes. Water has a very high specific heat (4,186 J/(kg·K)), which is why temperatures near the sea are more stable than inland. In transient analysis, this term determines the rate of temperature change over time.
  • Heat Conduction Term $\nabla \cdot (k \nabla T)$: Heat conduction based on Fourier's Law. Heat flux proportional to the temperature gradient. [Everyday Example] When you put a metal spoon in a hot pot, the handle gets hot—this is because metal has a high thermal conductivity $k$, allowing heat to transfer quickly from the hot side to the cold side. A wooden spoon doesn't get hot because its $k$ is small. Insulating materials (like glass wool) have extremely small $k$, making heat transfer difficult even with a temperature gradient. This is a mathematical expression of the natural tendency that "heat flows where there is a temperature difference."
  • Convection Term $\rho c_p \mathbf{u} \cdot \nabla T$: Heat transport accompanying fluid motion. [Everyday Example] Feeling cool when a fan blows on you is because the wind (fluid flow) carries away the warm air near your skin and supplies fresh, cool air—this is forced convection. The ceiling area of a room becoming warm with heating is due to natural convection where heated air rises due to buoyancy. The fan in a PC's CPU cooler also dissipates heat via forced convection. Convection is an order of magnitude more efficient at heat transport than conduction.
  • Heat Source Term $Q$: Internal Heat Generation (Joule heating, chemical reaction heat, radiation absorption, etc.). Unit: W/m³. [Everyday Example] A microwave oven heats food via microwave absorption inside the food (volumetric heating). The heater wire in an electric blanket warms up via Joule heating ($Q = I^2 R / V$). Heat generation during lithium-ion battery charging/discharging and friction heat from brake pads are also considered as heat sources in analysis. Unlike boundary conditions that supply heat from the "surface," the heat source term represents energy generation "inside" the material.
Assumptions and Applicability Limits
  • Fourier's Law: Linear relationship where heat flux is proportional to temperature gradient (non-Fourier heat conduction is needed for extremely low temperatures or ultra-short pulse heating)
  • Isotropic Thermal Conductivity: Thermal conductivity is independent of direction (anisotropy must be considered for composite materials and single crystals, etc.)
  • Temperature-Independent Material Properties (Linear Analysis): Assumption that material properties do not depend on temperature (temperature dependence is needed for large temperature differences)
  • Treatment of Thermal Radiation: View factor method for surface-to-surface radiation; DO method or P1 approximation for participating media
  • Non-Applicable Cases: Consideration of latent heat is necessary for phase change (melting/solidification). Thermal-stress coupling is essential for extreme temperature gradients.
Dimensional Analysis and Unit Systems
VariableSI UnitNotes / Conversion Memo
Temperature $T$K (Kelvin) or CelsiusBe careful not to confuse absolute temperature and Celsius. Always use absolute temperature for radiation calculations.
Thermal Conductivity $k$W/(m·K)Steel: ~50, Aluminum: ~237, Air: ~0.026
Heat Transfer Coefficient $h$W/(m²·K)Natural Convection: 5–25, Forced Convection: 25–250, Boiling: 2,500–25,000
Specific Heat $c_p$J/(kg·K)Distinguish between constant pressure and constant volume specific heat (important for gases)
Heat Flux $q$W/m²Neumann condition as a boundary condition

Numerical Methods and Implementation

Discretization by the Finite Element Method

🧑‍🎓

How do you solve Fourier's Law on a computer?


🎓

We start from the weak form (Galerkin method) of the steady-state heat conduction problem. The temperature field $T$ is approximated using shape functions $N_i$.


$$T^h(\mathbf{x}) = \sum_{i=1}^{n} N_i(\mathbf{x}) T_i$$

Applying integration by parts to the weak form yields the element-level equation.


$$[K^e]\{T^e\} = \{f^e\}$$

Here, $K^e_{ij} = \int_{\Omega_e} k \nabla N_i \cdot \nabla N_j \, d\Omega$ is the element thermal conductivity matrix, and $f^e_i = \int_{\Omega_e} \dot{q}_v N_i \, d\Omega + \int_{\Gamma_e} q_s N_i \, d\Gamma$ is the element thermal load vector.


🧑‍🎓

It looks similar in form to the stiffness matrix in structural analysis.


🎓

Good observation. It has the same mathematical structure as $[K]\{u\}=\{F\}$ in structural analysis. However, in thermal analysis, the unknown is the scalar temperature, so there is only one degree of freedom per node. This makes the problem size much smaller than in structural analysis.


Finite Difference Method / Finite Volume Method

🎓

The Finite Difference Method (FDM) is also often used for steady-state heat conduction. Discretizing with central differences yields, in 1D:


$$k \frac{T_{i-1} - 2T_i + T_{i+1}}{\Delta x^2} + \dot{q}_v = 0$$

The Finite Volume Method (FVM) places temperature at cell centers and conserves heat flux at cell interfaces. CFD solvers (Ansys Fluent, STAR-CCM+) are FVM-based, so in conjugate heat transfer analysis, the solid side is also automatically discretized using FVM.


🧑‍🎓

Does the accuracy change depending on the method?


🎓

FEM is strong for complex geometries and can achieve high accuracy with higher-order elements. FVM strictly satisfies conservation laws, making it suitable for fluid-solid coupling. FDM is easy to implement but limited to structured grids. Choosing the right method is important.


Matrix Solution Methods

🎓

The assembled global equation $[K]\{T\}=\{f\}$ is linear for steady-state heat conduction, so it can be solved in a single step.


SolverTypeCharacteristicsRecommended Scale
Cholesky DecompositionDirectOptimal for symmetric positive definite, accurate~500k DOF
PCG MethodIterativeGood memory efficiency500k – 10M DOF
AMG Preconditioner + CGIterativeStrong for large-scale problems10M DOF and above
🧑‍🎓

What happens when there is temperature-dependent thermal conductivity?


🎓

It becomes a nonlinear problem requiring iterative calculation. The $k(T)$ is updated sequentially using the Newton-Raphson method. The convergence criterion is typically a residual norm around $10^{-6}$, but sometimes a temperature change of $10^{-3}$ K is used as a benchmark.

Coffee Break Trivia

Thermal Conductivity Measurement Methods

The Flash Method (Laser Flash Method), based on ASTM E1461 standard, can measure a wide range from 0.1 to 2000 W/m·K with ±3% accuracy. Netzsch's LFA467 apparatus is used worldwide as a standard machine that can simultaneously obtain thermal diffusivity, specific heat, and thermal conductivity in a single test.

Linear Elements vs. Quadratic Elements

In heat conduction analysis, linear elements often provide sufficient accuracy. For regions with steep temperature gradients (e.g., thermal shock), quadratic elements are recommended.

Heat Flux Evaluation

Calculated from the temperature gradient within an element. Smoothing may be required, similar to nodal stresses.

Convection-Diffusion Problem

Upwind stabilization (e.g., SUPG) is needed when the Péclet number is high (convection-dominated). Not required for pure heat conduction problems.

Time Step for Transient Analysis

Set a sufficiently small time step relative to the characteristic thermal diffusion time $\tau = L^2 / \alpha$ ($\alpha$: Thermal Diffusivity). For rapid temperature changes...

関連シミュレーター

この分野のインタラクティブシミュレーターで理論を体感しよう

シミュレーター一覧

関連する分野

この記事の評価
ご回答ありがとうございます!
参考に
なった
もっと
詳しく
誤りを
報告
参考になった
0
もっと詳しく
0
誤りを報告
0
Written by NovaSolver Contributors
Anonymous Engineers & AI — サイトマップ