![]() |
multiple regions
2 Attachment(s)
Hello all,
I have a new problem. Well lets say not a new but an old new problem. I want to mesh the domain shown in the attachement. There are two STL file. One for the water and on for the solid region. Now I want to mesh the geometry with sHM and write out the "two" regions. As you can see in the picture the water stl is seperated into two single regions and the solid depends on six singel regions. After meshing with sHM the command checkMesh gives me the following: Code:
Mesh stats Code:
rohr CellZone 1 = 2x fluid CellZone 2 = 6x solid (attached file) After splitting the cellZones to regions with Code:
splitMeshRegions -cellZones So my question: How can I handle that problem? After splitting my mesh I want to have only the two regions! I hope that I described my problem properply. Thanks for every help. Tobi |
Hi Tobi,
A quick glance to your post makes me remember an old thread about multi-regions, for which I left a link at the wiki page, namely section 3.2: http://openfoamwiki.net/index.php/Sn...-region_meshes Best regards, Bruno |
Quote:
i ll have a look at it! |
10000 thanks - works!
:D - now I am the happiest men in the world. Greate work. |
Well Bruno just one question.
Now I have my case ready, but there is only one boundary as Code:
oldInternalFaces Code:
Checking patch topology for multiply connected surfaces ... Sorry I am not familiar with setSet and stuff like that!? Any suggestions? |
Hi Tobi,
"oldInternalFaces" is just an old collection of faces, which should no longer be used. In other words, after you split the zones into regions, the main mesh is basically gone. You now have to (only) set the boundary conditions for the regions. For more information, check the "chtMultiRegion*Foam" tutorials ;) Best regards, Bruno |
3 Attachment(s)
Quote:
well thats not the problem. The problem is, that after splitting the mesh I getting 2 regions again. The step I done befor does not make sence at all if I get again two regions. Okay a short example: I want to mesh the region shown in the picture. The two seperated region should be (after meshing) one region. After meshing and using your advice I get picture #2 The two blocks are in the cellZone wasser But if I split my mesh now I get two regions again: each for one block. - region1: wasser - region2: domain0 But both regions should be in one! Do you know what I mean? Is that possible to do? Thanks Tobi |
Hi Tobi,
From your images, it looks like you have 4 regions in total, no matter what. There is no clear indication that the tubes are connected between the two blocks. If the tubes were connected, you should then have 3 regions in total. If you can share a simpler version of this case, it should be easier to help you. Best regards, Bruno |
Hi Bruno
here is my testcase. After splitting into Regions I get 4 Regions and the region "wasser" and " domain1" should be together as one region. Hope it clear now. As you said, the geometry is not connected. Thats my question at all. Is it possible to get one region with two not connected regions!? Couse If you have 20 not connected pipes and all has the same properties it would be very very nice to get only one region which contains all 20 pipes. Thanks for helping. Testcase Download |
Hi Tobi,
Good point... now that I think of it, there should be as many zones as tubes... But from your description, I remembered this groovyBC example: http://openfoamwiki.net/index.php/Co...ing_of_patches - it allows for two separated domains of the mesh to interact with one-another. But I don't remember how exactly it works. I'll try to look into this the coming weekend... but I hope you manage to figure this out sooner ;) Best regards, Bruno |
Hi Tobi,
OK, I didn't have time to test the following theory, but it should work:
Bruno |
Hi Bruno,
I build a new simpler case. Just wanna mesh three seperated pipes. 1. create background 2. mesh with sHM 3. step in your post #2 then I have my pipes as mesh but without the correct BC. A new run with sHM to generate the patches is not working. The other tools "createPatch" or "autoPatch" I ll try but I never done sth. with that commands. If you know how to create the patches out of the STL files please let me know :rolleyes: My very easy testcase: www.holzmann-cfd.de/openfoamcases/testCase.tar.gz Thanks in advance Tobi PS: via autoPatch its possible to seperate the patches into "autopatch xx" well ... maybe there is a better solution |
Hi Bruno,
with an additional sHM run without refinement I get some Boundary Faces but not the whole boundary. Its splittet into oldInternalFields and patches created with the additional run. :( :( AutoPatch is not working couse its not completely a good surface |
Hi Tobi,
Only in the coming weekend will I be able to play with this. But in the mean time, try to first use splitMeshRegions (not sure of the name of the app) and then use autoPatch each region. Good luck! Bruno |
Hi Bruno,
I have an idea and I think its working but now I have a strange problem. With checkMesh I get 4 regions but if I split my mesh into my regions I get over 70 regions - most of them just contain 1 - 3 cells. How can I provide that problem? Code:
Region Cells |
Hi Tobi,
Multi-regions is a pain to deal with, at least until we get the hang of it. OK, hints/details/suggestions:
Bruno |
Quote:
Hi Bruno, thanks for the hints. The last problem is gonna be solved by refining the STL mesh! So first problem solved! |
Hi Bruno,
well everythings works fine with multiregion. Yesterday I meshed a reactor with heatelemnt and steel (3 regions) out of four due to the domain0. But that was not a problem couse domain0 does not matter. I delete that region and renamed the patches with createPatch. The only thing that makes the multi region complicated is the fact, that if you have more similar geometries e.g. pipes with same properties but not connected to each other, you ll get several regions for each pipe (but you know that). After sHM you have all pipes in ONE region but by splitting it, it ll be seperated. Well I think the easiest way is: 1. for every single region you have to build one STL (instead of building one STL for 10 pipes) 2. load everything into sHM 3. Meshing 4. splitting and then: create a simple script that change all the entries and values you have to change. I ll do that way now and publish my case here. Yesterday I had success in doing that way on a other geometry. This one ll be published in a few weeks couse now I am not allowed to publish it. Tobi BUT Bruno, thanks for all your help and commitment to help me! |
1 Attachment(s)
Hi Bruno,
do you know how to solve that problem: -------------------------------------------------------- I made my six pipes and the channel as singel STL and after splitting the mesh I get some little smart domains with one or two cells at the interface between pipes and channel (attachement! <- the two brightness cells) How can I solve that problem? Or did anybody else know that problem? Tobi |
Hi Tobi,
My guess is that the base mesh needs a little bump in one of the directions, because an edge might be in the wrong place, leading snappy to have difficulties aligning the final mesh onto the surface of the pipes. The other possibility is the need to improve some of the quality controls for meshing. Don't forget that when meshing all zones, snappy will have to take into account both sides of all surfaces, not just one side! Use the "Extract Cells by Region" filter on ParaView to diagnose better those odd shaped cells (don't forget to not decompose polyhedra!), where you'll probably see some contortions going on there! It'll be easier this way to assess what quality indicator is having problems there. Best regards, Bruno |
All times are GMT -4. The time now is 15:37. |