|
[Sponsors] |
October 22, 2003, 05:40 |
velocity blocking
|
#1 |
Guest
Posts: n/a
|
Hi all,
is it possible to block the velocity components u,v for a predefined cell id so that only w exists?? thx |
|
October 22, 2003, 06:16 |
Re: velocity blocking
|
#2 |
Guest
Posts: n/a
|
Check the usersubroutine "sormom.f" for more info.
|
|
October 22, 2003, 06:24 |
Re: velocity blocking
|
#3 |
Guest
Posts: n/a
|
the usersubroutine sormom.f can't be used for velocity blocking!!!!
|
|
October 22, 2003, 10:12 |
Re: velocity blocking
|
#4 |
Guest
Posts: n/a
|
That depends on what you mean with blocking. I assumed you wanted 0-velocity for some cells.
|
|
October 22, 2003, 12:01 |
Re: velocity blocking
|
#5 |
Guest
Posts: n/a
|
Perhaps you could turn that cell in question to porous and define the coeficients such that there is no resistance in the w direction and infinite resistance in the other 2 directions?
|
|
October 23, 2003, 06:38 |
Re: velocity blocking
|
#6 |
Guest
Posts: n/a
|
Yes ,thank you for your help. I have adjusted the values so that nearly no resitance appears. I've tried the some with sormon.f in combination with sorent.f but this leads to strange results. So I think it is not possible to define a flow-equalizer(u,v blocked, w no restriction) with the subroutines.
|
|
October 23, 2003, 06:50 |
Re: velocity blocking
|
#7 |
Guest
Posts: n/a
|
I do not know what is your problem about but you can set arbitrary velocity at any cell using the sormom.f subroutine just write
if (ictid.eq.prostar_cell_type_number_where_the_subro utine_should_apply) then s1u=velocity_you_like*great s2u=great and similarly for the rest endif instead of ictid you can use ip or something like that for cell number using this procedure may appear unstable regards |
|
October 23, 2003, 18:32 |
Re: velocity blocking
|
#8 |
Guest
Posts: n/a
|
Why even bother with user subroutines? Can't you just use prostar to define which cells are porous and adjust the porous material properties accordingly?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ICEM blocking | Chris Wetton | CFX | 6 | March 9, 2008 06:18 |
Blocking in ICEM | CFD newbie | Main CFD Forum | 5 | February 1, 2008 05:11 |
Blocking in ICEM | CFD newbie | CFX | 3 | January 31, 2008 10:01 |
blocking in icemcfd | James | CFX | 6 | October 12, 2007 03:44 |
ICEM Blocking | Joe | CFX | 9 | August 31, 2006 09:01 |