|
[Sponsors] |
July 1, 2010, 10:31 |
inletOutlet b.c.
|
#1 |
Senior Member
Join Date: Feb 2010
Posts: 213
Rep Power: 17 |
Hi everybody,
I'd like to know something more about inletOutlet condition. If I'm correct, inletOutlet switches U between fixedValue and zeroGradient depending on direction of the flow: is fixedValue if flow direction is the same as patches normal? The patches of my case are outside oriented. In case of external flow (e.g. a wing), with a 'box' or 'spherical' shape domain, I don't know the flow a priori. have I to set U, and (for SST turbulent model) as: Code:
{ type inletOutlet; inletValue uniform (Ux Uy Uz); value $internalField; } Code:
{ type inletOutlet; inletValue $internalField; value $internalField; } I'm not sure of inletValue and value meaning (and I also found just inletValue, without value, here). |
|
July 2, 2010, 05:22 |
|
#2 |
Senior Member
Join Date: Feb 2010
Posts: 213
Rep Power: 17 |
I try to explain better my doubts. If I'm right, inletOutlet b.c. act as zero gradient if the flux is going out of a face and acts as fixed value (inletValue) if it's going in on a face.
1. what's the meaning of the parameter value? when is it used? 2. if I don't know inlet or outlet faces a priori (e.g. a wing inside a spherical domain), may I use an inletOutlet condition for the whole boundary surface or something similar? |
|
August 20, 2010, 12:24 |
|
#3 |
Member
Join Date: May 2009
Posts: 54
Rep Power: 17 |
Hi Vaina,
Were you able to get answers to your questions? I am also curious about the meaning of "value" in the inletOutlet BC. |
|
August 26, 2010, 10:33 |
|
#4 |
Senior Member
Join Date: Feb 2010
Posts: 213
Rep Power: 17 |
Well, I admit I'm not still sure. Nobody answered to this thread and I didn't find anything really exhaustive on internet. So my guesses could be wrong. I'll be grateful to you if you try to open a new, specific thread about this b.c.. Maybe you will be luckier than me.
PS If you have a definitive answer, please, send me a private message |
|
August 26, 2010, 11:58 |
|
#5 |
Member
|
hi vaina & gfilip
value in the any boundary condition refers to the uniform(will not change in that bounday) or non uniform(it will vary in that boundary eg; if we want to give boundary layer at the inlet). hope this gives you better idea for analyzing your problem Regards Ambilpur Kiran |
|
August 26, 2010, 12:23 |
|
#6 |
Senior Member
Join Date: Feb 2010
Posts: 213
Rep Power: 17 |
No, I don't think I understood your words
If I'm correct, inletOutlet b.c acts as a fixed value (expressed by inletValue) if flux is going into a face and acts as zeroGradient if flux is going out of a face. But the exact meaning and task of value slips my mind. Indeed I found examples of this kind of b.c. without any value parameter. I'm interested about that becouse I have to simulate external flows around a wing or similar objects in a spherical domain, without clear inlet or outlet patches. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Confusion between 'non-slip' and 'slip' B.C | jinwon park | Main CFD Forum | 7 | March 6, 2008 05:56 |
how to set such B.C. in Fluent? | Sherri | FLUENT | 1 | January 12, 2006 13:32 |
Urgent! Help on UDF to set B.C. of 3rd type | Ray Hong | FLUENT | 0 | December 28, 2005 20:35 |
How to set B.C. of the 2nd or 3rd type in UDS? | Ray Hong | FLUENT | 0 | December 28, 2005 07:03 |
Non-Reflecting B.C. in NSC2KE | Zou Chu | Main CFD Forum | 2 | May 27, 1999 22:26 |