|
[Sponsors] |
[snappyHexMesh] SnappyHexMesh howto assign boundary patches |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 25, 2008, 03:49 |
SnappyHexMesh howto assign boundary patches
|
#1 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Hey all just an FYI..
If you are using Salome to create your geometry. (CAElinux is a live dvd with salome installed if you want to try it out) You have the option to explode your geometry into faces give them names like vel_inlet press_outlet etc.. and export each face to their own .stl file. exporting to an ASCII .stl will allow you to edit the text and give each solid names. You can then use these multiple files in snappyHexMesh (haven't tried this so don't know if it handles multiple files). The other way is to combine the face .stl files into a fully defined solid by appending each separate .stl file into one by for example using a command like this. (assuming it is a cylinder) cat inlet.stl >> assembly.stl cat outlet.stl >> assembly.stl cat walls.stl >> assembly.stl Then you have a fully defined solid and provided you have given the three solids names these will be added to your final boundaries file and you can specify the inlet/oulet conditions as usual after running snappyHexMesh. Hope this helps anyone. Regards
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
December 8, 2008, 09:22 |
Hello All,
Also I am impres
|
#2 |
Senior Member
Mark Couwenberg
Join Date: Mar 2009
Location: Netherlands
Posts: 130
Rep Power: 17 |
Hello All,
Also I am impressed of the possibilities of snappyHexMesh. One comment on the thread of Niels and one new question. Comment: The procedure described by Niels might work but than the edges (and nodes) of the different files must exactly coincide. I did something similar using Rhino but because all surfaces were meshed separately, edges showed gaps, causing SHM to fail. So it might only work if you are able to mesh all surfaces in one go and assign the mesh patches to its corresponding surfaces. In my version of Rhino this is not possible, possibly in Salome it is. Question: I want to add a surface layer of cells which are aligned with the local surface, as described in the UM. This could be done by the field layer. Using the igloo tutorial I did the following: >>> igloo_region0 { nSurfaceLayers 5; } <<< After playing some with other parameters I finally found that layers were indeed added as desired but: they are left in a separate set (faceSet layerFaces) while the mesh itself remains unchanged. What am I doing wrong? How can I make the utility to incorporate the set in the mesh? Is it kept separate due to quality constraints? Best regards, Mark |
|
December 8, 2008, 09:43 |
Hello Mark
You are right ab
|
#3 |
Senior Member
Niels Nielsen
Join Date: Mar 2009
Location: NJ - Denmark
Posts: 556
Rep Power: 27 |
Hello Mark
You are right about that but I'm not meshing the faces in Salome I'm only exporting to a .stl and I haven't had any problems yet in this method. The only problem is that you cant define the quality of the triangles used to interpret the geometry. But again if you manually mesh the faces you could surely run into problems. Thanks for the update Mark and I'm sorry I cant answer your question :-) Regards Niels
__________________
Linnemann PS. I do not do personal support, so please post in the forums. |
|
February 19, 2009, 07:25 |
Hi Niels an others,
i'm try
|
#4 |
Member
Marco Müller
Join Date: Mar 2009
Location: Germany
Posts: 94
Rep Power: 17 |
Hi Niels an others,
i'm trying to create an mesh with snappyhexmesh. The geometry was an step file which I splitted with Salome in 5 different STL's (ASCII). After that I renamed them by the desired region name, e.g. "solid Inlet ... endsolid" in the .stl-Files. Then I put them together in one .stl file. My problem is now that snappyhexmesh works without failure but creates no mesh, the blockMesh remains. I also tried to use the 5 single .stl files with the same effort. What can I do wrong? (btw: I used the motorBike tutorial and changed it) Curiosly snappyhexmesh generates patches during solution named after <filename>_<regionname> which do not appear in ParaView... I'm a bit confused about stls, solids, patches, regions, faces... Thanks for your help! Marco |
|
February 19, 2009, 09:52 |
hi marco,
see my thread wit
|
#5 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
hi marco,
see my thread with sHM manual for stl files and multi regions http://www.cfd-online.com/cgi-bin/Op...show.cgi?1/101 --> in paraview you have to mark some patches in the list, apply, dismark one, apply. then you'll see the created patches in the patchlist. also name in stl file like this: "solid inlet......endsolid inlet" please read my thread with the manual and tell me, if it's a good advice for snappyHexMesh. greetz |
|
February 19, 2009, 10:00 |
Hi Mark, I tried to answer you
|
#6 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
Hi Mark, I tried to answer your question in another thread. for the rest, maybe, this helps.
http://www.cfd-online.com/OpenFOAM_D...es/1/9255.html |
|
February 19, 2009, 11:38 |
Hi (Hallo) Wolfgang ;)
Very
|
#7 |
Member
Marco Müller
Join Date: Mar 2009
Location: Germany
Posts: 94
Rep Power: 17 |
Hi (Hallo) Wolfgang ;)
Very nice manual! I found out, what my problem was: the exported STL-Files were of units "mm" instead of OF using "m"... Thank you (until the next question)! Marco |
|
February 20, 2009, 04:12 |
Hi Marco,
in first instance
|
#8 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
Hi Marco,
in first instance I was facing the same problem, that the CAD program is in mm. But the CAD program isn't exact enough to do all a factor 1000 smaller. There is the program "AdMesh" (search for in forum or directly on Net) which can resize STL files. Other solution, which works fine for me, is blockMesh "convertToMeters 1000;" snappyHex it and afterwards use command transformPoints -scale "(0.001 0.001 0.001)" on final Mesh. |
|
February 20, 2009, 20:07 |
Marco,
Also check out surfa
|
#9 |
Member
Michael Roth
Join Date: Mar 2009
Location: Guelph, Ontario, Canada
Posts: 50
Rep Power: 17 |
Marco,
Also check out surfaceTransformPoints in OpenFOAM. Michael |
|
March 4, 2009, 08:25 |
Hi Michael,
thanks for the
|
#10 |
Member
Marco Müller
Join Date: Mar 2009
Location: Germany
Posts: 94
Rep Power: 17 |
Hi Michael,
thanks for the hint! Now I'm able to get a mesh and have the following questions: AFTER sucessfull running of snappyhm I get the directories 1,2 maybe 3... how do I move on. Do I HAVE to copy the mesh files into polyMesh directory? My simulation is an INTERNAL flow, but the patches maxY, minX ... still remain in the boundary file though they have of course no faces. Deleting them makes paraFoam crash. Leaving them inside makes solver complaining about missing BC's for these patches. Is the only way to solve this to define "dummy BC's" for maxY... ? Thanks Marco |
|
March 4, 2009, 10:13 |
hi michael,
yes, move the m
|
#11 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
hi michael,
yes, move the mesh from directory 3/polymesh (it's the mesh with boundarylayer) to a new case directory constant/polymesh don't simulate in the old case (or delete the folders 1,2,3 before). are you sure to have the locationinmesh point set INSIDE your geometry. since this point tells sHM which mesh to keep and since you're simulating an inside flow you have to do this. |
|
March 4, 2009, 10:39 |
Hi Wolfgang,
thanks for you
|
#12 |
Member
Marco Müller
Join Date: Mar 2009
Location: Germany
Posts: 94
Rep Power: 17 |
Hi Wolfgang,
thanks for your reply. yes I'm sure... shm did everything right (internal mesh is correct!) except of the thing with max,min patches (without containing faces) which remain in boundary file! Marco |
|
March 4, 2009, 12:13 |
Hi Marco,
Just to check. Did
|
#13 |
Senior Member
Rasmus Hemph
Join Date: Mar 2009
Location: Sweden
Posts: 108
Rep Power: 17 |
Hi Marco,
Just to check. Did you remember to change the number of patches in the boundary-file after deleting maxX, maxY etc? Rasmus |
|
March 4, 2009, 13:13 |
Hi Marco,
I think I fixed y
|
#14 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
Hi Marco,
I think I fixed your problem. I used the example case you can see here http://www.cfd-online.com/OpenFOAM_D...s/1/11251.html I corrected the locationInMesh Point to (0 0 0) which is inside the sphere-ellipse geometry. Then I ran snappyHexMesh and got a polyMesh with the following boundary-file As you can see, the inlet, outlet,... (=X_Min,..) patches have 0 faces. after copying the polyMesh-folder to the constant-folder you have to edit the boundary-file to make it look like this delete all patches, you don't need and don't forget to correct the number of listed patches at the top of the file (here: from 8 to 2). Now set your 0-folder-files right and you'll be fine (my case worked this way as an inside stream). If this doesn't help, please post your error message. greetings wolfgang |
|
March 4, 2009, 13:25 |
boundaryfile before correction
|
#15 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
boundaryfile before correction
boundaryfile after correction |
|
March 5, 2009, 03:39 |
Hi Wolfang and Rasmus,
than
|
#16 |
Member
Marco Müller
Join Date: Mar 2009
Location: Germany
Posts: 94
Rep Power: 17 |
Hi Wolfang and Rasmus,
thanks, that was the hint... small little 12, I've never seen before.. ;) Marco |
|
March 5, 2009, 04:13 |
Great.
And for all other I'
|
#17 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
Great.
And for all other I'm adding the before and after boundary file as text now (because damn file-upload doesn't work). boundary-file created by sHM: 8 ( top { type patch; nFaces 0; startFace 30453; } inlet { type patch; nFaces 0; startFace 30453; } outlet { type patch; nFaces 0; startFace 30453; } boden { type patch; nFaces 0; startFace 30453; } back { type patch; nFaces 0; startFace 30453; } front { type patch; nFaces 0; startFace 30453; } sphere { type wall; nFaces 1184; startFace 30453; } ellipse { type wall; nFaces 2944; startFace 31637; } ) and boundary file like it has to be: 2 ( inlet { type patch; nFaces 1184; startFace 30453; } outlet { type patch; nFaces 2944; startFace 31637; } ) |
|
May 18, 2012, 02:10 |
Unable to see mesh created by snappyHexMesh in ParaFoam
|
#18 | |
New Member
Amit Mangtani
Join Date: May 2012
Posts: 5
Rep Power: 14 |
Hello,
I am also facing the same problem of not viewing the mesh around the sphere in ParaFoam generated by snappyHexMesh.Only able to see the blockMesh. Also. I am not able to access the user manual you have attached.. Can you suggest me a solution for this problem?? Regards, Amit Mangtani Quote:
|
||
January 22, 2018, 17:58 |
|
#19 | |
Member
Çağatay Emre Ayhan
Join Date: Sep 2017
Location: Istanbul, Turkey
Posts: 31
Rep Power: 9 |
Hello Wolfgang, I have a similar problem. My reference case is flange. I have an stl file of a cylinder. Cylinder is inside a large box. When I run snappyHexMesh, boundary patches of the cylinder doesnt occur inside constant/polymes/boundary. A file
called /sets/wrongFaces occurs inside polymesh folder. My snappyHexMeshDict file is attached. Thank you very much. Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D Windturbine simulation in SU2 | k.vimalakanthan | SU2 | 15 | October 12, 2023 06:53 |
Centrifugal fan | j0hnny | CFX | 13 | October 1, 2019 14:55 |
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field | xiexing | CFX | 3 | March 29, 2017 11:00 |
Error - Solar absorber - Solar Thermal Radiation | MichaelK | CFX | 12 | September 1, 2016 06:15 |
[snappyHexMesh] snappyHexMesh does not create boundary patches from .stl files | bug_or_feature | OpenFOAM Meshing & Mesh Conversion | 7 | August 30, 2016 20:18 |