Heat Transfer · interactive worked example
Fluid flows through a flat-plate heat exchanger absorbing solar heat. How hot does it come out? One model treats the temperature profile exactly (an infinite series); a much simpler model assumes it's uniform across the channel. When can you get away with the simple one?
Based on Edward Lumsdaine, "Comparison of Solar Heat Exchangers," Solar Energy, Vol. 17, pp. 269–275 — solved originally by hand, then one of the first engineering problems demonstrated in Mathematica.
φ (how far along the channel, scaled) and the Nusselt-like number Nu (how strong the convection is relative to conduction).β tan β = Nu — there's no boundary condition simple enough to give a clean closed-form βₙ.(nπ, nπ+π/2), since tan shoots to +∞ at the right end) and bisect or Newton your way in.e-β²/φ factor means higher modes die out fast as φ grows — usually only the first few terms matter far from the inlet.None of these steps are unique to solar collectors — they're the standard toolkit for any 1-D diffusion problem with a convective boundary: a fin tip losing heat to air, a cooling fluid in a pipe, a slab quenched in a bath. Once you've solved this one, you've effectively solved that whole family.
Dimensionless exit temperature ψ vs. Graetz number φ
—
For small Nu (weak convection relative to conduction), the lumped and distributed curves sit right on top of each other — the temperature really is nearly uniform across the channel, so averaging it away costs almost nothing. As Nu grows past about 1, convection starts creating real temperature gradients across the channel that the lumped model can't see, and the two curves visibly separate. This matches the original paper's finding: lumped is "a suitable approximation" specifically for Nu < 1.
EngineeringCandy · Worked example from a real published solar-collector paper · eigenvalues found live by root-bracketing