|
[Sponsors] |
[mesh manipulation] cellSet - how to define a hollow cylinder |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 13, 2012, 06:11 |
cellSet - how to define a hollow cylinder
|
#1 |
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 55
Rep Power: 16 |
Dear community,
i am facing the following problem: I want to define three regions of a pipe, using cellSet and cellZoneSet. But after applying cylinderToCell for the outer region and doing the same (with smaller radius) for the middle region, the outer region won't reduce its cellsize. This leads to the problem, that the middle cells show up in the first cellSet, but in the second one as well. As a result, splitMeshRegions fails. To make it clear, please have a look at my sketch and my topoSetDict. Code:
actions ( { name R1; type cellSet; action new; source cylinderToCell; sourceInfo { p1 (0 0 -0.009950000000000001); p2 (0 0 -0.0014); radius 0.00291666613; } } { name R2; type cellSet; action new; source cylinderToCell; sourceInfo { p1 (0 0 -0.009950000000000001); p2 (0 0 -0.0014); radius 0.0021; } } ); Regards, Martin |
|
December 15, 2012, 13:54 |
|
#2 | |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
Greetings Martin,
Might I suggest you share an example case ready for testing? Even if not of a cylinder, perhaps of a cube? As for your description: Quote:
Best regards, Bruno
__________________
|
||
December 17, 2012, 03:34 |
|
#3 |
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 55
Rep Power: 16 |
Dear Bruno,
thank you for your repeat. I meant, that the number of cells is not decreasing, when applying the second action (for R2), but stays the same. However, I figured out, how to solve this problem. If someone faces the same problem, please have a look at the following code: actions ( { name R1; type cellSet; action new; source cylinderToCell; sourceInfo { p1 (0 0 -0.009950000000000001); p2 (0 0 -0.0014); radius 0.00291666613; } } { name R1; type cellSet; action delete; source cylinderToCell; sourceInfo { p1 (0 0 -0.009950000000000001); p2 (0 0 -0.0014); radius 0.0021; } } { name R2; type cellSet; action new; source cylinderToCell; sourceInfo { p1 (0 0 -0.009950000000000001); p2 (0 0 -0.0014); radius 0.0021; } } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Induction heating of hollow cylinder | cfd.geek | FLUENT | 1 | August 12, 2022 17:38 |
HELP----Surface Reaction UDF | Ashi | Fluent UDF and Scheme Programming | 1 | May 19, 2020 22:13 |
An odd ERROR | mdakbari | Fluent UDF and Scheme Programming | 7 | April 4, 2016 05:30 |
Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 12:48 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |