|
[Sponsors] | |||||
|
|
|
#1 |
|
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 52
Rep Power: 4 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 | |
|
Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 4,516
Blog Entries: 31
Rep Power: 47 ![]() ![]() ![]() |
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
__________________
|
||
|
|
|
||
|
|
|
#3 |
|
Member
Martin
Join Date: Aug 2010
Location: Germany
Posts: 52
Rep Power: 4 ![]() |
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; } } |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 3-d mesh gambit (cylinder within a cylinder) | Jason | FLUENT | 16 | December 14, 2012 04:04 |
| HELP----Surface Reaction UDF | Ashi | Fluent UDF and Scheme Programming | 0 | May 25, 2009 09:39 |
| Missing math.h header | Travis | FLUENT | 4 | January 15, 2009 11:48 |
| planetary hollow cylinder rotating system | antonio | FLUENT | 1 | March 9, 2007 13:35 |
| Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 12:24 |