yeniuye / cfd-with-cuda

Automatically exported from code.google.com/p/cfd-with-cuda
0 stars 0 forks source link

Utilization of a mesh generation software #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Utilization of a free mesh generation software such as gmsh is necessary for 
the creation of 3D meshes. A code should be written to convert the output of 
gmsh into an input file that our solvers can work with.

Original issue reported on code.google.com by cuneytsert on 12 Apr 2012 at 8:50

GoogleCodeExporter commented 9 years ago
A converter for universal mesh file is developed. UNV file can be created by 
software like Autodesk Simulation CFD (old CFdesign).

Original comment by m.m.goc...@gmail.com on 7 May 2012 at 9:39

GoogleCodeExporter commented 9 years ago
Also a converter for GAMBIT's neutral file NEU is created.

But are these NEU and UNV converters general enough, i.e. do they work on any 
3D problem? If not they should be generalized as much as possible.

Original comment by cuneytsert on 17 Sep 2012 at 8:29