Skip to content

Fluid dynamics in 2D

Oliver Beckstein edited this page Apr 6, 2016 · 1 revision
  • Nate Simon
  • Solving Navier-Stokes for compressible fluids
  • study of methods and implementation of a general purpose 2d code

Approach

  • constant density of fluid
  • with body force (gravity)
  • compressible fluids
  • 2D
  • applications
    • pipe with reducing diameter
    • river channels (varying curvature)
    • blocked pipe
  • various general topographies

Methods

  • finite difference method (discretized)
  • finite element

Objectives

...

Clone this wiki locally