Fully Parallel Airflow Simulation

This demo/tutorial shows a simulation of airflow over an airfoil. The simulation is based on a parallel implementation of the finite volume method (also called control volume method). The simulation consists of: This is described in more detail in the homework assignment this tutorial is based on. The code is fully parallel including the Delaunay, Voronoi code and the generation of equations. In most other implementations of fluid flow only the conjugate gradient is implemented to run in parallel.

Here is the code:

The Applet.

Back to the Nesl applets page.