|
[Sponsors] |
July 10, 2010, 09:19 |
Free mesh program!!
|
#1 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
I need a free mesh program to use with openFOAM!!
S.O has an idea thanks |
|
July 10, 2010, 12:15 |
|
#2 |
Super Moderator
Philip Cardiff
Join Date: Mar 2009
Location: Dublin, Ireland
Posts: 1,093
Rep Power: 34 |
Hi,
Check out the following: blockMesh - built-in OpenFOAM utility for simple geometry polyDualMesh - built-in OpenFOAM utility for simple geometry for converting tet to poly but requires an initial mesh snappyHexMesh - built-in OpenFOAM utility and described in User Guide Gmsh - http://geuz.org/gmsh/ - tetrahedral meshing software IA-FEMesh - http://www.ccad.uiowa.edu/mimx/IA-FEMesh/ - hex meshing for complex geometries enGrid - http://www.ohloh.net/p/engrid - nice for producing good boundary layers Calculix - http://www.calculix.de/ Hmmnn there are probably a few other good ones too, it really depends on what you are looking for i.e. what type of geometry? Hope this helps, Philip |
|
July 10, 2010, 13:44 |
more meshing
|
#3 |
Senior Member
|
do not to forget salome http://www.salome-platform.org/
http://www.caelinux.org/wiki/index.php/Doc:CAETutorials better http://www.caelinux.org/wiki/index.p...ELinux_2007.29 or discretizer http://www.discretizer.org/ this program is specially designed for use with OpenFOAM |
|
July 10, 2010, 16:05 |
|
#4 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
Hi!!
thanks a lot!! I have to simulate the exhaust gas from a muzzle of a gun, according to you which is the better? This work was done with fluent so i have the mesh files (*.msh) done at the gambit to fluent format, i tried to convert them but that doesn't work: i receive this message : Build : 1.7.0-279cc8e8233b Exec : fluentMeshToFoam calibre 12_7.msh Date : Jul 10 2010 Time : 20:47:55 Host : moumen-laptop PID : 2005 Case : /home/moumen/tfe nProcs : 1 SigFpe : Enabling floating point exception trapping (FOAM_SIGFPE). // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time --> FOAM FATAL IO ERROR: cannot open file file: /home/moumen/tfe/system/controlDict at line 0. From function regIOobject::readStream() in file db/regIOobject/regIOobjectRead.C at line 61. FOAM exiting Any idea plz? |
|
July 10, 2010, 18:22 |
|
#5 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Abdel,
Quote:
Best regards, Bruno
__________________
|
||
July 10, 2010, 22:06 |
|
#6 | |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
Quote:
Best regards |
||
July 11, 2010, 07:17 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Hmmm... Then my suggestion is to try this tutorial case instead:
Code:
tutorials/incompressible/icoFoam/elbow Best regards, Bruno
__________________
|
|
July 11, 2010, 07:38 |
|
#8 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
Greetings Bruno!!
It works but i didn't find the blokMeshdict i have only neighbour, faces, facesZones, owner, point ans pontZones, so i can't run ''blockMesh'' Thanks a lot for your help! |
|
July 11, 2010, 07:47 |
|
#9 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Wait, what? blockMesh?
The elbow case doesn't use blockMesh! The code lines in"tutorials/incompressible/icoFoam/Allrun"I was talking about are these: Code:
runFluentMeshToFoam elbow elbow/elbow.msh (cd elbow && runApplication $application) (cd elbow && runApplication foamMeshToFluent) (cd elbow && runApplication foamDataToFluent) Code:
runFluentMeshToFoam () { echo "fluentMeshToFoam: converting mesh $2" fluentMeshToFoam $2 -case $1 > $1/log.fluentMeshToFoam 2>&1 } Bruno
__________________
|
|
July 11, 2010, 08:00 |
|
#10 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
I'm sorry but now i'm not understanding you,
what they mean this codes, i can't execute them there are lot of error, How can I visualize my mesh after conversion, is that possible to do that w/o excute blockMesh I'm sorry if my questions seems to be poor |
|
July 12, 2010, 06:38 |
|
#11 |
New Member
Join Date: May 2010
Location: Cologne
Posts: 27
Rep Power: 16 |
hi abdel,
there are no poor questions... you can only use blockMesh, if you wrote your mesh-data by hand in the blockMeshDict-file (defining points and patches etc.) but if you're converting your mesh there can't be a blockMeshDict file. to see the mesh you must execute (in the case directory) foamToVTK and then you can run paraView and File/Open the "VTK" folder and selct the ....vtk file then "OK" and at "Properties" click "Apply", after this you must select "Wireframe" instead of "Surface". now you should see the mesh |
|
July 12, 2010, 07:24 |
|
#12 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
Hi marcbest!
Thanks a lot for your response. I tried to see my mesh w/o execute foamToVTK, is tha true? thanks Best regards, |
|
July 12, 2010, 08:55 |
|
#13 |
New Member
Join Date: May 2010
Location: Cologne
Posts: 27
Rep Power: 16 |
ok i'm working with OF1.5 at the moment and there you have to use foamToVTK, but in OF1.6 and 1.7 you don't have to convert the mesh into VTK-format. you only have to run paraFoam that's correct.
regards Last edited by marcbest; July 12, 2010 at 09:28. |
|
July 12, 2010, 10:04 |
|
#14 |
New Member
Abdel
Join Date: Jul 2010
Posts: 28
Rep Power: 16 |
OK, i'm working with openFOAM 1.7 so i didn't find any difference between using paraFoam directly and VTK-format.
My original mesh (*.msh) was axysymetric, it think that is not so yet.I think that i have to chek that and add a wedge patch, is that possible? Is there a tutorial case with axysymetrie? Best regards. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Hexa mesh, curve mesh setup, bunching law | Anorky | ANSYS Meshing & Geometry | 4 | November 12, 2014 01:27 |
Mesh @ Free Surface | MAB | CFX | 7 | May 29, 2008 05:48 |
Free Rotational Mesh Deformation | Juan Maria | CFX | 0 | February 8, 2008 06:54 |
Icemcfd 11: Loss of mesh from surface mesh option? | Joe | CFX | 2 | March 26, 2007 19:10 |
Gmsh, a free Mesh Generator, Volunteers needed | Ahmed | Main CFD Forum | 0 | December 6, 2006 06:26 |