-
Notifications
You must be signed in to change notification settings - Fork 2
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
- 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
...