| Description |
The motion of incompressible fluids are simulated via a solution of the Navier-Stokes equations.
General 2D domains and flow conditions are supported through the use of unstructured meshes.
A GUI is used, allowing for easy problem specification.
Setting up CFD simulations is non-trivial and a *.pdf readme file is included which contains some examples.
Look at "readme.pdf"
A windows and non-windows version is included, although the non-windows version is significantly slower (no mex files...). If you have the MATLAB compiler this can be fixed.
Two example meshes are included, but you will need a mesh generator for general domains. My mesh generator can be downloaded at:
http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=10307&objectType=FILE
It should also be possible to use other mesh generators.
THIS SOFTWARE IS DISTRIBUTED UNDER THE GNU GPL.
UPDATE 22/04/2006 - Major improvements
- A new module for thermal flows
- A new module to calculate lift/drag forces
- Better boundary conditions
- Much lower memory overhead
- Faster
UPDATE 04/05/2006 - Faster!
- Reduced runtime & memory use
- Better outflow BC's
Some people have started to use Navier2d in real work, including the investigation of high lift wings and oscillatory channel flows. |
| Other Files |
Navier2d/Additional Examples.doc, Navier2d/GNUlicense.txt, Navier2d/Not windows/build_operators.m, Navier2d/Not windows/cavity_benchmark.m, Navier2d/Not windows/copyright.m, Navier2d/Not windows/cylinder.mat, Navier2d/Not windows/data_structure.m, Navier2d/Not windows/Navier2d.m, Navier2d/Not windows/square.mat, Navier2d/Not windows/tvd_rk2.m, Navier2d/readme.pdf, Navier2d/Windows/build_operators.m, Navier2d/Windows/cavity_benchmark.m, Navier2d/Windows/copyright.m, Navier2d/Windows/cylinder.mat, Navier2d/Windows/data_structure.m, Navier2d/Windows/LUsubs.c, Navier2d/Windows/LUsubs.dll, Navier2d/Windows/Navier2d.m, Navier2d/Windows/smvp.c, Navier2d/Windows/smvp.dll, Navier2d/Windows/square.mat, Navier2d/Windows/tvd_rk2.m
|