|
[Sponsors] |
[snappyHexMesh] SnappyHexMesh region deletion |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 13, 2009, 13:10 |
SnappyHexMesh region deletion
|
#1 |
New Member
Simon Hubbard
Join Date: Mar 2009
Posts: 10
Rep Power: 17 |
Hi All,
I'm trying to use snappyHexMesh to do some quite complex meshing with lots of cells. I am starting with an STL that is an enclosed volume inside my blockMesh generated mesh. I am only interested in the resulting mesh inside the enclosed STL, but it seems that sHM does lots of refinement/effort before deleting the region of mesh you have told it you dont want. This is causing me to run out of memory, so I was wondering if there is any way to only do the refienment/effort in the region I want, rather than spending effort requiring storage for fine mesh that subsequently gets deleted? Thanks, Simon. |
|
February 18, 2009, 09:31 |
check your refinement Mode und
|
#2 |
Senior Member
Wolfgang Heydlauff
Join Date: Mar 2009
Location: Germany
Posts: 136
Rep Power: 21 |
check your refinement Mode under
"refinementRegions" in the sHMDict maybe you are still on mode "distance". maybe you'd better use "inside" or "outside" Specifies refinement level for cells in relation to a surface. One of three modes - distance. 'levels' specifies per distance to the surface the wanted refinement level. The distances need to be specified in descending order. - inside. 'levels' is only one entry and only the level is used. All cells inside the surface get refined up to the level. The surface needs to be closed for this to be possible. - outside. Same but cells outside. |
|
February 19, 2009, 23:57 |
Hi Simon,
I think the only
|
#3 |
Member
Kati Laakkonen
Join Date: Mar 2009
Location: Espoo, Finland
Posts: 35
Rep Power: 17 |
Hi Simon,
I think the only way to limit the memory consumption in surface refinement phase would be to try to limit the background mesh size by making it follow your geometry. A bit unorthodox suggestion, but do you have access to mesh generator which could create you a stair-step mesh that just encloses your geometry? Regards, Kati |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Can I use fvOptions to couple a solid region and a fluid region? | titanchao | OpenFOAM Running, Solving & CFD | 4 | January 14, 2022 08:55 |
[snappyHexMesh] Creating multiple multiple cell zones with snappyHexMesh - a newbie in deep water! | divergence | OpenFOAM Meshing & Mesh Conversion | 0 | January 23, 2019 05:17 |
p_rgh initial residual no change with different settings | manuc | OpenFOAM Running, Solving & CFD | 3 | June 26, 2018 16:53 |
HeatSource BC to the whole region in chtMultiRegionHeater | xsa | OpenFOAM Running, Solving & CFD | 3 | November 7, 2016 06:07 |
[snappyHexMesh] multi region with snappyHexMesh | vikthor | OpenFOAM Meshing & Mesh Conversion | 0 | August 24, 2012 04:47 |