Some OpenSource CFD and Mesh codes
This is part 2 of the post Open Sourced CFD and Mesh codes
- Xfoil: 2D viscous/inviscid interactive code. http://web.mit.edu/drela/Public/web/xfoil/ . More of a low computational cost design code.
- AVL: 3D vortex lattice code: http://web.mit.edu/drela/Public/web/avl/ . Another code with low computational overhead.
- OpenFoam: 3D, very versatile code. Active user community. Various pre-build packages as well. http://www.openfoam.com/
- XLR5: http://xflr5.sourceforge.net/xflr5.htm wings/aerofoil code. Again aimed more at the low computational effort/disgn scenario.
- FreeCFD: open source CFD project. . 3D implicit density based solver. Site also has a forum. (Site link expired, will update newer link as sonn as we find it)
- Gerris : http://gfs.sourceforge.net/wiki/index.php/Main_Page . supported by National Institute of Water and Atmospheric research, lots of multi phase stuff, immersed boundary conditions etc. Good users guide/example cases.
- SU stanford univeristy OpenSource CFD code http://su2.stanford.edu/
- Code Saturn: http://code-saturne.blogspot.co.uk/ finite volume CFD
- Incompact3D by Laizet Incompact3d is based on a Cartesian mesh. The use of such a simplified mesh offers the opportunity to implement high-order compact schemes in the code for the spatial discretisation whilst an Immersed Boundary Method (IBM) allows the implementation of any solid wall/bluff body geometry inside the computational domain. The main originality of the code is that the Poisson equation (to ensure the incompressibility) is fully solved in the spectral space via the modified wave number formalism, no matter what the boundary conditions are (periodic, free-slip, no-slip, inflow/outflow, etc.). Note finally that the pressure mesh is staggered from the velocity one by half a mesh to avoid spurious pressure oscillations that can be introduced by the IBM. (Thanks Sulfi for pointing it out)
- OpenFOAM on Windows by Nishit Joseph, Cross compiled binaries of OpenFOAM-2.1.x using OpenMPI. More on his sourceforge page. (Thanks Santosh for pointing it out)
- A nice list of mesh generators LINK
Mesh generators:
- Qhull: http://www.qhull.org/
- Triangle: http://www.cs.cmu.edu/~quake/triangle.html
- Gmsh: http://geuz.org/gmsh/ (uses tetgen and netgen algorithms)
- Tetgen: http://tetgen.berlios.de/
- netgen: http://www.hpfem.jku.at/netgen/
- sumo: http://www.larosterna.com/sumo.html - highly recommend this! comes with many geometries already loaded of full aircraft. Volume mesh generation via tetgen.
- http://engits.eu/en/engrid: volume grid generation with CFD in mind.
7 comments:
Add Incompact3d..
https://code.google.com/p/incompact3d/
yes, Sulfi, had that on mind, but somehow missed it.
Thanks for pointing it out.
-Abhishek
DistMesh - A Simple Mesh Generator in MATLAB http://persson.berkeley.edu/distmesh/
DistMesh - A Simple Mesh Generator in MATLAB http://persson.berkeley.edu/distmesh/
Thanks hua
Can you please tell me the new location of the code freecfd. It has been moved from google codes.
The link www.frecfd.com take to a wrong location. Some webpage in Japnese language.
Thanks
Sorry about that, it seems that the website is not longer functional. And we are unable to find the newer link, it will updated as soon as we find it. Thanks.
Post a Comment