RemNote Community
Community

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

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