|
[Sponsors] |
[snappyHexMesh] refinementRegions does not accept two directives per geometry part |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 30, 2015, 05:50 |
refinementRegions does not accept two directives per geometry part
|
#1 |
Senior Member
|
Hello everyone,
I've noticed that snappyHexMesh does not allow to specify two different types of refinement for one region. Moreover, it doesn't complain or give any warning if I attempt to do it but the the refinement is not applied. Code:
refinementRegions { somePart { mode inside; levels ((1E15 1)); mode distance; levels ((0.08 1)); } } I solved it by creating a second refinement zone using the same definition (or a dynamic link to the same .stl file) as the first zone. Then I give two parts in the refinementRegions with each of my requests. Code:
refinementRegions { somePart { mode inside; levels ((1E15 1)); } somePartCopy { mode distance; levels ((0.08 1)); } } Regards, -Louis |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] Work with imported STL geometry | KateEisenhower | ANSYS Meshing & Geometry | 2 | July 9, 2015 11:46 |
ICEM: Holes in Geometry | Daniel | CFX | 4 | February 22, 2009 10:40 |
How to show part of the geometry. | gab | FLUENT | 1 | September 15, 2007 21:16 |
vitual _ real | deneb | FLUENT | 3 | January 22, 2007 05:31 |
Virtual/Real geometry. | Jack Keays | FLUENT | 9 | June 16, 2000 00:39 |