Go Back

Kelvin Helmholtz Instability

Repo

The Kelvin-Helmholtz instability (KHI) is a hydrodynamic instability that occurs when two fluid layers with different velocities and/or densities flow alongside each other, creating a shear layer. This instability leads to the formation of waves or billows at the interface between the layers, eventually resulting in mixing and turbulence. This phenomenon can be seen with wind blowing over water, or cloud formations.

Phenomena

  • Shear flow
  • Instability growth rate
  • Vorticity generation
  • Inviscid vs. viscous effects

Governing Equations

Navier–Stokes equations (incompressible/compressible, 2D/3D)
Euler equations (for ideal inviscid flow)

Instability Criteria

Instability analysis: Perform a linear stability analysis (solve the Orr–Sommerfeld equation for shear flows) Derive the KHI condition (e.g., via perturbation analysis of a two-layer system)

Numerical Methods

Spectral Methods

Basic 2D Simulation

Pipeline: finite-difference KHI solver (in Python) → CSV/NPY data → Matplotlib plots

Build Log

11-22-23:

Alt text



References