3. Boundaries and interfaces
A differential equation needs its surroundings
Section titled “A differential equation needs its surroundings”The same conductor can remain cold in a bath, warm indefinitely in insulation, or approach an intermediate temperature in moving air. The material equation alone cannot distinguish these experiments. Boundary conditions state how the body exchanges energy with its surroundings.
This chapter teaches you to select those conditions, track normal directions, and explain how prescribed values and fluxes enter a weak formulation.
Three common boundary descriptions
Section titled “Three common boundary descriptions”A prescribed temperature, , idealizes a reservoir that can supply or remove whatever power is needed to maintain its temperature. It fixes a value and leaves the heat flux to be determined. This is also called a Dirichlet or essential condition.
A prescribed outward flux, , fixes the power per area leaving the body. Insulation is the special case . An inward heater has with this convention. Such a condition is called a Neumann condition.
An exchange condition relates the two:
Here has units W/(m² K), and is the surrounding fluid temperature. It is a Robin condition. If the surface is warmer than the surroundings, heat leaves; if cooler, heat enters. The coefficient describes an assumed exchange regime. It does not resolve the fluid velocity and temperature fields. This surface-exchange idealization is discussed in Glicksman’s convection notes.
For a slab exchanging through one face, compare its internal resistance with the boundary resistance . Their ratio is . A large ratio allows a substantial internal temperature difference; a small ratio suggests internal conduction can keep the body nearly uniform. A chosen length must accompany any reported Biot number.
A natural boundary term has a sign
Section titled “A natural boundary term has a sign”Write the steady equation as . Multiply by a test function and integrate by parts:
On a prescribed-temperature boundary, admissible changes in vanish, so choose there. On the remaining boundary, a prescribed outward flux contributes on the right side. That minus sign is physical: outward power reduces the energy available to heat the interior.
For an exchange boundary, substitute :
This derivation explains why flux conditions are often called natural: they appear directly in the boundary integral. Omitting that term on a free boundary imposes zero flux. It does not leave the exterior unspecified. In the heated square we use next, temperature is prescribed everywhere, so vanishes on the entire exterior and only the volume integrals remain.
An interface has two outward normals
Section titled “An interface has two outward normals”Consider two slabs in perfect thermal contact with no interfacial storage or source. Temperature is continuous and flux is conserved:
slab 1 slab 2 ─────────────────│─────────────────────→ x qx → │ qx → n1 → │ ← n2 interfaceOriginal orientation diagram. The same rightward physical heat flux is outward from slab 1 and inward to slab 2. Equal flux vectors give opposite outward normal components.
Integrate the energy account across a vanishingly thin pillbox around the interface. With no surface source or storage, whatever enters one side must leave the other. Temperature continuity is a separate perfect-contact assumption. A contact resistance would permit a temperature jump while preserving energy transfer.
For a common area , no volumetric source, end temperatures , and resistances and ,
This hand calculation connects the slab model to the algebraic network chapter. Take K/W, K/W, K, and K. Then W and K. The larger resistance receives the larger temperature drop. We use this analytic example to reason about interfaces; the computational square in the next chapter is a single homogeneous body.
Two useful failure experiments
Section titled “Two useful failure experiments”First, prescribe zero outward flux everywhere while retaining positive uniform generation in a steady problem. Integrating gives , a contradiction. A solver difficulty here originates in the model.
Second, make a fully insulated, source-free steady problem. Any uniform absolute temperature solves it. The missing temperature reference creates a family of solutions; changing linear solver tolerance cannot select the physical reference for you.
Exercises
Section titled “Exercises”- For a heat flux directed rightward, list the outward signs at the two slab faces. Explain why adding coordinate components is the wrong balance.
- At a perfectly conducting contact, should you equate the two outward fluxes or their negatives?
- Add a contact resistance in K/W to the two-slab calculation. Derive the power and temperature jump.
- Derive the weak equation with a prescribed inward flux of magnitude .
Solution hints
- Left negative, right positive. A normal component uses the local normal.
- Their negatives; the outward fluxes sum to zero.
- and the left-to-right temperature drop at contact is .
- Set , producing a positive load on that boundary.
References
Section titled “References”- Leon R. Glicksman, Heat Transfer, MIT 4.42J (2010), §2 and the introduction to convection.
- Chris Schuh, Materials Processing, MIT 3.044 (2013), Lecture 2, boundary conditions.