I'm interested in a balanced binary tree of air flow; the flow comes in at the root, and goes through k levels of binary branching, yielding 2^k outputs. I'm assuming that air flow resistance varies superlinearly with the flow -- i.e., trying to push 2x amount of air should face a resistance which is >2x -- perhaps 4x or 8x. Let's assume that whatever exponent is used, perhaps 2<alpha<3, the same alpha occurs at each level of the tree, so that the scaling is simple fractal. For the moment, let's assume that these pipes are cylindrical, and that the joint where one pipe becomes two is designed so that the primary resistance isn't the joint itself, but merely the sum of the resistances of the branches. There is also a slight "enlargement factor" at each branch, whereby the area of the branches at level k+1 is slightly larger than the area of the branches at level k. My intuition is that as the flow increases due to increased pressure at the root, the maximum resistance occurs at smaller and smaller k's -- i.e., closer to the root. Equivalently, as the pressure at the root decreases, the maximum resistance occurs at larger & larger k's -- i.e. further from the root. Is this intuition correct? Any references or links? Next question: what happens if the fluid is *incompressible* -- e.g., water?