|
[Sponsors] |
June 3, 2021, 19:08 |
Parallelization of multi-region mesh
|
#1 |
New Member
Join Date: Jul 2019
Posts: 11
Rep Power: 7 |
Hi all,
I have a problem with decomposition or in fact, running the multi-region mesh with different decomposition values. For example, I have a huge fluid region - more than 100mio cells and small solid region (around 1mio cells). I decompose the fluid region to few thousand processors, but only decompose the solid region to around 100 processors. Now, the problem is, that when doing that I obtain an error when running chtMultiRegionFoam that in the processor* folders there are no points for solid region. There are no points for some processors for solid region as I have decomposed it into fewer processors. Do I need to do another step when doing the decomposition? Decomposition of the solid region into several thousand processors is really not optimal and I would like to run with different decompositions for different regions. Is there a way? |
|
June 7, 2021, 11:31 |
|
#2 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
You can specify in the decomposeParDict to keep face regions. Never checked it out but it should be possible. https://github.com/OpenFOAM/OpenFOAM...composeParDict
However, mixing different numbers of processors does not work (I never heard that). Nevertheless, FOAM is decomposing in a way that each processor does have (more or less) the same amount of cells (e.g., using scotch decomposition method).
__________________
Keep foaming, Tobias Holzmann |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] snappyHexMesh stuck when snap is turned on | yukuns | OpenFOAM Meshing & Mesh Conversion | 3 | February 2, 2021 14:05 |
decomposePar problem: Cell 0contains face labels out of range | vaina74 | OpenFOAM Pre-Processing | 37 | July 20, 2020 06:38 |
Problem with chtMultiregionFoam radiation boundary condition | baran_foam | OpenFOAM Running, Solving & CFD | 10 | December 17, 2019 18:36 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
How to control Minximum mesh space? | hung | FLUENT | 7 | April 18, 2005 10:38 |