Fluid mechanics - Modeling and Computational Methods
Understand the Navier–Stokes equations and Reynolds number, the difference between Newtonian and non‑Newtonian fluids, and how CFD tackles complex flow problems.
Summary
Read Summary
Flashcards
Save Flashcards
Quiz
Take Quiz
Quick Practice
What do the Navier–Stokes equations describe regarding a fluid element?
1 of 16
Summary
Governing Equations and Fundamental Concepts in Fluid Dynamics
Introduction
Understanding fluid flow requires mathematical descriptions of how forces act on fluid elements. This section covers the fundamental equations that govern fluid motion, the properties that distinguish different types of fluids, and how we characterize flow behavior. These concepts form the foundation for analyzing everything from aircraft aerodynamics to weather patterns.
The Navier–Stokes Equations
The Navier–Stokes equations are the fundamental governing equations of fluid dynamics. They express Newton's second law applied to a fluid element, balancing all forces (pressure, viscous, and body forces) against the fluid's acceleration.
For an incompressible Newtonian fluid, the momentum equation is:
$$\rho \left( \frac{\partial \mathbf{u}}{\partial t} + \mathbf{u} \cdot \nabla \mathbf{u} \right) = -\nabla p + \mu \nabla^2 \mathbf{u} + \mathbf{f}$$
where:
$\rho$ is fluid density
$\mathbf{u}$ is the velocity vector
$p$ is pressure
$\mu$ is dynamic viscosity
$\mathbf{f}$ represents body forces (like gravity)
The left side represents inertial effects (how the fluid accelerates), while the right side contains all the forces driving that acceleration.
Simplifications and Special Cases
The Euler equations result from omitting the viscous term ($\mu \nabla^2 \mathbf{u}$), producing equations for idealized, inviscid flow. This simplification is valid when viscous effects are negligible—which occurs far from solid surfaces in high-Reynolds-number flows.
Analytical solutions exist only for simple, steady, non-turbulent flows at low Reynolds numbers. Most real-world problems require numerical solution through computational methods.
Reynolds Number: Characterizing Flow Behavior
The Reynolds number is a dimensionless number that predicts whether a flow will be laminar or turbulent. It quantifies the relative importance of inertial forces to viscous forces:
$$Re = \frac{\rho U L}{\mu}$$
where $U$ is a characteristic velocity and $L$ is a characteristic length scale.
Physical interpretation: A large Reynolds number means inertia dominates—the fluid "wants to keep moving" and disturbances grow into turbulence. A small Reynolds number means viscosity dominates—the fluid is heavily damped and flows smoothly (laminar).
Flow Regimes
Low $Re$ (laminar flow): Viscous forces dominate. Flow is smooth and predictable, with exact analytical solutions often possible.
High $Re$ (turbulent flow): Inertial forces dominate. Flow becomes chaotic and three-dimensional, requiring computational methods to solve.
This single number is remarkably predictive: it determines which approximations are valid and which solution methods apply.
Understanding Viscosity and Fluid Types
Newtonian Fluids: The Simple Case
A Newtonian fluid has a linear relationship between shear stress and the rate of shear strain:
$$\tau = \mu \, \dot{\gamma}$$
where:
$\tau$ is shear stress (force per unit area)
$\mu$ is dynamic viscosity (a material property, constant for a given fluid at fixed temperature)
$\dot{\gamma}$ is the velocity gradient—how fast velocity changes perpendicular to the direction of flow
In practical terms: Water, air, and most common gases behave as Newtonian fluids. Double the velocity gradient, and you double the shear stress. This simple proportionality makes Newtonian fluids mathematically tractable.
For an incompressible Newtonian fluid, the viscous stress tensor in Cartesian coordinates becomes:
$$\sigma{ij} = \mu \left( \frac{\partial ui}{\partial xj} + \frac{\partial uj}{\partial xi} \right)$$
This tensor captures how viscous stresses act in all directions within the fluid.
Non-Newtonian Fluids
Non-Newtonian fluids do not obey a linear stress-strain relationship. Examples include blood, ketchup, and polymeric fluids. Their viscosity can depend on the shear rate itself, making them more difficult to analyze mathematically. However, you should understand that this class of fluids exists and behaves fundamentally differently from Newtonian fluids.
Inviscid Versus Viscous Fluids
This distinction is crucial for understanding when different governing equations apply.
Inviscid fluids are assumed to have zero viscosity ($\mu = 0$). They offer no resistance to shear and are governed by the Euler equations. While no truly inviscid fluid exists in reality, this assumption is excellent for flow regions far from solid boundaries, where viscous effects are negligible.
Real viscous fluids have non-zero viscosity. Viscous effects become especially important near solid surfaces, where the fluid must satisfy the no-slip condition: the fluid velocity equals the surface velocity at the boundary. This creates a thin region called the boundary layer where viscous forces are crucial and dominate the flow behavior.
The key insight: Viscosity is locally important (near surfaces) but globally negligible (in the bulk of the flow) for high-Reynolds-number problems. This is why we can use inviscid Euler equations for most of the flow but must account for viscosity in boundary layers.
Ideal Versus Real Fluids
An ideal fluid is defined as both inviscid and incompressible—it has no viscosity and cannot be compressed. Such a fluid does not exist. However, ideal fluids are useful for theoretical analysis because they simplify the governing equations dramatically, allowing analytical solutions in idealized scenarios.
Real fluids are always viscous and experience some compressibility (though compressibility is often negligible for liquids). Real fluids are what we encounter in practice: water, air, oil, and so on.
Understanding this distinction helps clarify when simplifications are valid:
Use ideal fluid assumptions for preliminary analysis and understanding flow behavior far from surfaces
Account for viscosity and compressibility when accuracy matters and near solid boundaries
Computational Fluid Dynamics
When analytical solutions are unavailable—which is true for most real problems—we solve the Navier-Stokes equations numerically using computational fluid dynamics (CFD). This approach:
Discretizes the governing equations on a computational grid (breaking the continuous domain into small elements)
Integrates the equations forward in time using numerical methods
Produces approximate solutions at discrete points in space and time
CFD is essential for:
Turbulent flows (which cannot be solved analytically)
Complex geometries (aircraft, turbines, etc.)
Multiphase flows (mixing, combustion)
Weather and climate modeling
The accuracy of CFD solutions depends on grid resolution, numerical methods, and turbulence modeling—topics beyond this introduction but important to recognize as necessary components of modern fluid dynamics analysis.
Summary: Building Intuition
The framework for fluid dynamics flows logically:
The Navier-Stokes equations describe all fluid motion but are generally unsolvable analytically
Reynolds number tells us which forces dominate, guiding which equations and methods are appropriate
Fluid properties (viscosity, compressibility) determine which terms in the equations matter
Computational methods handle cases where equations cannot be solved by hand
As you progress, you'll learn when to simplify the governing equations for specific problems and when simplifications are unsafe. This framework underpins that judgment.
Flashcards
What do the Navier–Stokes equations describe regarding a fluid element?
The balance of forces acting on it.
What does the Navier–Stokes equation reduce to when the viscous term $\mu \nabla^{2}\mathbf{u}$ (where $\mu$ is viscosity and $\mathbf{u}$ is velocity) is omitted?
The Euler equations.
For which types of flows do exact analytical solutions for the Navier–Stokes equations exist?
Simple, steady, non-turbulent flows with low Reynolds numbers.
What is the formula for the Reynolds number ($Re$)?
$Re = \rho U L / \mu$ (where $\rho$ is density, $U$ is velocity, $L$ is characteristic length, and $\mu$ is dynamic viscosity).
What physical ratio does the Reynolds number characterize?
The relative importance of inertial forces to viscous forces.
What type of flow regime is indicated by a low Reynolds number ($Re$)?
Laminar flow.
What type of flow regime is indicated by a high Reynolds number ($Re$)?
Turbulent flow.
How does Computational Fluid Dynamics (CFD) solve complex Navier–Stokes problems?
By discretizing equations on a computational grid and integrating them in time.
What is the defining assumption for an inviscid fluid?
It has zero viscosity.
What specific condition must viscous fluids satisfy at solid surfaces within boundary layers?
The no-slip condition.
What is the relationship between shear stress and the rate of shear strain in a Newtonian fluid?
They are linearly proportional.
What is the formula for shear stress ($\tau$) in a Newtonian fluid?
$\tau = \mu \dot{\gamma}$ (where $\mu$ is viscosity and $\dot{\gamma}$ is the velocity gradient).
What is the expression for the viscous stress tensor ($\sigma{ij}$) for an incompressible Newtonian fluid in Cartesian coordinates?
$\sigma{ij} = \mu \left( \frac{\partial ui}{\partial xj} + \frac{\partial uj}{\partial xi} \right)$ (where $\mu$ is viscosity and $u$ is velocity).
How do non-Newtonian fluids differ from Newtonian fluids regarding shear stress?
They do not obey a linear relationship between shear stress and shear rate.
What are the two defining characteristics of an ideal fluid?
Non-viscous (zero viscosity)
Incompressible
In which regions of a flow field is the ideal fluid model most useful for theoretical analysis?
Flow far from solid boundaries.
Quiz
Fluid mechanics - Modeling and Computational Methods Quiz Question 1: What physical principle do the Navier–Stokes equations represent in fluid mechanics?
- Balance of forces acting on a fluid element (correct)
- Conservation of mass in a solid body
- Relationship between temperature and pressure in gases
- Energy conversion in electrical circuits
Fluid mechanics - Modeling and Computational Methods Quiz Question 2: Computational fluid dynamics (CFD) is particularly essential for analyzing which type of flow?
- Turbulent flow (correct)
- Steady laminar flow in simple geometries
- Inviscid potential flow
- Static fluid at rest
Fluid mechanics - Modeling and Computational Methods Quiz Question 3: What does the Reynolds number quantify in fluid flow?
- Ratio of inertial forces to viscous forces (correct)
- Ratio of pressure forces to gravitational forces
- Ratio of thermal energy to kinetic energy
- Ratio of compressibility to elasticity
Fluid mechanics - Modeling and Computational Methods Quiz Question 4: What defining assumption is made about an inviscid fluid?
- It has zero viscosity (correct)
- It has constant density
- It possesses infinite thermal conductivity
- It exhibits no turbulence
Fluid mechanics - Modeling and Computational Methods Quiz Question 5: In the Newtonian fluid relation $\tau = \mu\,\dot{\gamma}$, what does the symbol $\mu$ denote?
- Dynamic viscosity (correct)
- Fluid density
- Pressure
- Thermal conductivity
Fluid mechanics - Modeling and Computational Methods Quiz Question 6: Which statement accurately characterizes an ideal fluid?
- It is non‑viscous and incompressible, offering no resistance to shear (correct)
- It possesses high viscosity that dissipates kinetic energy
- It is compressible and changes volume under pressure
- It exists in real physical systems without approximation
Fluid mechanics - Modeling and Computational Methods Quiz Question 7: How does computational fluid dynamics (CFD) typically solve complex Navier–Stokes problems?
- By discretizing the equations on a grid and integrating them in time (correct)
- By finding exact analytical solutions using symmetry arguments
- By converting the equations into algebraic forms without spatial discretization
- By relying solely on experimental measurements to infer flow behavior
Fluid mechanics - Modeling and Computational Methods Quiz Question 8: What distinguishes a non‑Newtonian fluid from a Newtonian fluid?
- Its shear stress is not proportional to shear rate (correct)
- Its shear stress is proportional to shear rate
- It has a constant viscosity independent of shear rate
- It exhibits zero viscosity at all shear rates
What physical principle do the Navier–Stokes equations represent in fluid mechanics?
1 of 8
Key Concepts
Fluid Dynamics Fundamentals
Navier–Stokes equations
Reynolds number
Ideal fluid
Viscous fluid
Newtonian fluid
Non-Newtonian fluid
Flow Characteristics
Turbulent flow
Laminar flow
Boundary layer
Computational Methods
Computational fluid dynamics
Definitions
Navier–Stokes equations
Fundamental partial differential equations that describe the motion of viscous fluid substances.
Reynolds number
Dimensionless quantity expressing the ratio of inertial forces to viscous forces in fluid flow.
Computational fluid dynamics
Numerical methods and algorithms for solving and analyzing fluid flow problems on computers.
Newtonian fluid
Fluid whose shear stress is directly proportional to the rate of shear strain, characterized by constant viscosity.
Non-Newtonian fluid
Fluid that does not exhibit a linear relationship between shear stress and shear rate.
Ideal fluid
Theoretical fluid assumed to be incompressible and having zero viscosity, offering no shear resistance.
Viscous fluid
Real fluid that exhibits internal friction, characterized by a non‑zero viscosity.
Turbulent flow
Chaotic fluid motion characterized by eddies, vortices, and rapid fluctuations of velocity and pressure.
Laminar flow
Smooth, orderly fluid motion where layers slide past each other without mixing.
Boundary layer
Thin region adjacent to a solid surface where viscous effects dominate and velocity gradients are steep.