Navier Stokes Equation
Reference data and engineering information about navier stokes equation for miscellaneous applications.
Overview
Engineering reference data for Navier Stokes Equation in miscellaneous.
Key Formulas
Unit Conversion
Multiply by conversion factor.
Linear Interpolation
Estimate between two known points.
Percentage
Part as fraction of whole.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Input value | — | |
| Output value | — | |
| Conversion factor | — |
Physical Meaning and Derivation
The Navier-Stokes equations are derived from applying Newton's second law to fluid motion, assuming that the fluid stress is the sum of a diffusing viscous term (proportional to the gradient of velocity) and a pressure term. They describe how the velocity field of a fluid substance evolves over time and space.
Vector Form and Components
The equations are often expressed in vector form for generality. For an incompressible fluid with constant density (ρ) and viscosity (μ), they are:
Continuity Equation (Conservation of Mass):
Momentum Equation:
Where:
\mathbf{u}is the velocity vector fieldpis the pressure field\mathbf{f}represents body forces (e.g., gravity, often\rho \mathbf{g})
This vector equation encapsulates the three scalar momentum equations (one for each spatial dimension) referenced in the original Key Formulas section.
Non-Dimensional Form and Reynolds Number
For engineering analysis, the equations are often non-dimensionalized. Using characteristic length (L), velocity (U), and time (L/U) scales, the momentum equation becomes:
The Reynolds Number (Re = \frac{\rho U L}{\mu}) emerges as the single governing parameter that balances inertial and viscous forces. This is critical for predicting flow regimes (laminar vs. turbulent).
Governing Equation Forms
The equations can be written in different coordinate systems depending on the problem geometry. Common engineering forms include:
Cartesian Coordinates (x, y, z): The x-momentum component, for example, is:
Cylindrical Polar Coordinates (r, θ, z): Often used for pipe flow or axisymmetric problems. The radial (r) momentum component is:
Applications and Simplifications
Engineers rarely solve the full equations directly. Key simplifications for analytical or computational solutions include:
- Stokes Flow (Re less than 1): Neglects the non-linear inertia term (
\mathbf{u} \cdot \nabla \mathbf{u}), leading to linear equations. - Euler Equations (Inviscid, μ=0): Neglects viscous terms, suitable for high-speed external flows.
- Boundary Layer Equations: Simplifies the full equations for thin viscous regions near surfaces.