CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

inletOutlet b.c.

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 1, 2010, 09:31
Default inletOutlet b.c.
  #1
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
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,\kappa and \omega (for SST \kappa-\omega turbulent model) as:
Code:
    {
        type            inletOutlet;
        inletValue     uniform (Ux Uy Uz);
        value           $internalField;
    }
for U (Ux, Uy and Uz are inlet condition or what? I saw (0,0,0) for outlet condition) and
Code:
    {
         type            inletOutlet;
         inletValue     $internalField;
         value           $internalField;
     }
for \kappa e \omega in ALL external patches?
I'm not sure of inletValue and value meaning (and I also found just inletValue, without value, here).
vaina74 is offline   Reply With Quote

Old   July 2, 2010, 04:22
Default
  #2
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
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?
vaina74 is offline   Reply With Quote

Old   August 20, 2010, 11:24
Default
  #3
Member
 
Join Date: May 2009
Posts: 54
Rep Power: 16
gfilip is on a distinguished road
Hi Vaina,

Were you able to get answers to your questions? I am also curious about the meaning of "value" in the inletOutlet BC.
gfilip is offline   Reply With Quote

Old   August 26, 2010, 09:33
Default
  #4
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
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
vaina74 is offline   Reply With Quote

Old   August 26, 2010, 10:58
Thumbs up
  #5
Member
 
kiran Ambilpur
Join Date: Jun 2010
Location: India
Posts: 50
Rep Power: 15
kiran is on a distinguished road
Send a message via Skype™ to kiran
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
kiran is offline   Reply With Quote

Old   August 26, 2010, 11:23
Default
  #6
Senior Member
 
Join Date: Feb 2010
Posts: 213
Rep Power: 17
vaina74 is on a distinguished road
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.
vaina74 is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 04:56
how to set such B.C. in Fluent? Sherri FLUENT 1 January 12, 2006 12:32
Urgent! Help on UDF to set B.C. of 3rd type Ray Hong FLUENT 0 December 28, 2005 19:35
How to set B.C. of the 2nd or 3rd type in UDS? Ray Hong FLUENT 0 December 28, 2005 06:03
Non-Reflecting B.C. in NSC2KE Zou Chu Main CFD Forum 2 May 27, 1999 21:26


All times are GMT -4. The time now is 14:02.