Reynolds Transport Theorem
Reynolds Transport Theorem: Theoretical Foundations
Overview
Professor, what is the Reynolds Transport Theorem? How is it related to the NS equations?
Physical laws (Mass Conservation, Momentum Conservation, Energy Conservation) are formulated for a Lagrangian system (a system that follows fluid particles), but in CFD we want to solve them in an Eulerian system (a control volume fixed in space). The Reynolds Transport Theorem (RTT) is the bridging theorem that performs this transformation. The NS equations, Continuity Equation, and Energy Equation are all derived from RTT.
Theorem Statement
The time rate of change of any extensive physical quantity $B$ within a material volume $V_m(t)$ (a volume moving with the fluid) can be written as:
Here $b = B/m$ is the quantity per unit mass. RTT transforms this into an expression for a fixed control volume $V_{cv}$.
What do the two terms on the right-hand side represent?
The first term is the rate of change (accumulation rate) of $B$ inside the control volume. The second term is the net outflow rate (flux) of $B$ through the surface of the control volume. Their sum equals the total time rate of change of $B$ for the system.
Relationship with the Material Derivative
In differential form, RTT corresponds to the material derivative. For any scalar field $\phi$,
where the material derivative is $\frac{D\phi}{Dt} = \frac{\partial\phi}{\partial t} + \mathbf{u}\cdot\nabla\phi$.
Derivation of Conservation Laws
Each conservation law is obtained by choosing what to substitute for $b$.
| Choice of $b$ | Derived Conservation Law | Resulting Equation |
|---|---|---|
| $b = 1$ | Mass Conservation | Continuity Equation |
| $b = \mathbf{u}$ (velocity) | Momentum Conservation | NS Equations (Momentum Equation) |
| $b = e + \frac{1}{2}\mathbf{u}^2$ (total energy) | Energy Conservation | Energy Equation |
| $b = \mathbf{r}\times\mathbf{u}$ (angular momentum) | Angular Momentum Conservation | Euler's Equation for Turbomachinery |
So all of them come from this single theorem. That's very unified.
Yes. RTT can be called the grand unifying principle of conservation laws in fluid dynamics. It is the starting point for all equations solved in CFD.
The Origin of the Reynolds Transport Theorem—The Diverse Achievements of Osborne Reynolds (1842–1912)
Osborne Reynolds, whose name graces the "Reynolds Transport Theorem," made revolutionary contributions not only through the discovery of turbulence (1883) but across all of fluid dynamics. In 1895, he derived the time-averaged N-S equations—the "Reynolds-Averaged Navier-Stokes (RANS) equations"—laying the foundation for the engineering treatment of turbulence. The Reynolds Transport Theorem (the relationship between material systems and control volumes) is a universal transformation principle in continuum mechanics, applicable to all conservation laws: mass, momentum, energy, and angular momentum. Even 140 years later, in the modern era, the governing equations (Navier-Stokes) in CFD are fundamentally based on the form derived by Reynolds, and his achievements remain undiminished in the age of computational simulation.
Computational Methods for Reynolds Transport Theorem
Relationship Between RTT and the Finite Volume Method
How does RTT connect to discretization in CFD?
The Finite Volume Method is a direct discretization of the integral form of RTT. It treats each computational cell as a control volume and calculates the flux balance through the cell faces.
Here $F_f$ is the advective flux through face $f$, $D_f$ is the diffusive flux, and $S_i$ is the source term. This is the discrete version of RTT.
Moving Control Volume (ALE Method)
What happens when the control volume itself moves?
In the ALE (Arbitrary Lagrangian-Eulerian) method, the control volume itself moves with velocity $\mathbf{u}_g$. RTT is modified as follows.
The key point is that the advection velocity becomes $\mathbf{u} - \mathbf{u}_g$ (the difference between fluid velocity and mesh velocity). This form is used for dynamic mesh problems (piston motion, rotating machinery, etc.).
Geometric Conservation Law (GCL)
For moving meshes, the Geometric Conservation Law (GCL) must be satisfied. It requires that conservation holds exactly when substituting $\phi = 1$ (a uniform field).
What happens if GCL is not satisfied?
A uniform flow would not remain uniform, and artificial mass generation or destruction would occur. This becomes particularly serious in problems with large mesh deformation (FSI, free surfaces, etc.). Commercial solvers typically implement GCL satisfaction automatically, but caution is needed with user-defined dynamic meshes.
Practical Applications of Control Volume Analysis
The integral form of RTT can also be used directly to calculate forces and moments from CFD results.
There is a "far-field force calculation method" that determines forces from fluxes on a control volume surface surrounding an object, not just from pressure/friction integrals on the object surface. This is particularly useful for decomposing aircraft drag (pressure drag, friction drag, induced drag).
So RTT is not just theory; it's directly connected to actual CFD post-processing as well.
How the "Cutting" of the Control Volume Can Change Computational Efficiency by 10x
When implementing the Reynolds Transport Theorem into numerical methods, how you set up the control volume dramatically changes computational cost. In turbomachinery stage analysis, the approach of setting a "mixing plane" for each stage to handle the stator-rotor interface versus solving all stages together unsteadily can differ in computation time by 10 to 100 times. While textbooks on the Finite Volume Method say "it's the same everywhere," in actual industrial design, the very way of cutting the control volume becomes a technical differentiator.