Statistical Fluid Mechanics

$ID = get_the_ID();
add_post_meta($ID, 'Author', 'A.Celani', True);
add_post_meta($ID, 'Credits', '2', True);

$AUTHOR = get_post_meta(get_the_ID(),'Author',True);
$CREDITS = get_post_meta(get_the_ID(),'Credits',True);
echo "

by $AUTHOR ($CREDITS credits)

“;
?>

Main topics

  • Flowing matter: from Boltzmann equation to Navier-Stokes (2 hrs)
  • Creep and wiggle: life at the microscale (2 hrs)
  • Mixing and stirring (2 hrs)
  • Going small: fluctuations and out-of-equilibrium in small-sized systems (2 hrs)
  • Going large: turbulence, scaling, anomalies (2 hrs)
  • Going flat: turbulence in two dimensions (2 hrs)
  • Solvable models in turbulence: particles and fields (2 hrs)
  • Dirty fluids: colloids, polymers, bubbles, magnetic fields (2 hrs)
  • The physics of swimming and flying (1 hr)
  • Fluid dynamics in silico (1 hr)
  • Comments are closed.