CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

How to use non-uniform boundary condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 2, 2012, 01:26
Default How to use non-uniform boundary condition
  #1
New Member
 
j.t.
Join Date: Nov 2012
Posts: 11
Rep Power: 13
turbfoam is on a distinguished road
Hi all,

I need to specify an inlet velocity to the flow inlet (the case is a simple cuboid with flow entering the left and leaving the right side). I considered using the traditional inlet BC openfoam has, but I need to apply cyclic BCs for the inlet and outlet.And if I understand it right, the cyclic BC is applied as

inlet
{
type cyclic;
nFaces 256;
startFace 11520;
matchTolerance 0.0001;
neighbourPatch outlet;
}

outlet
{
type cyclic;
nFaces 256;
startFace 11776;
matchTolerance 0.0001;
neighbourPatch inlet;
}


There is no way I can specify the initial velocity (which is a constant 10 m/s throughout the inlet surface) to the inlet in the above definitions?


So is it that the only option I have is to specify the values of velocity at the inlet is to create a non-uniform field and assign individual velocity values throughout the domain in the form

internalField nonuniform <List>;
{
.....
.....
}

This approach is ok, but I have almost 5 million cells in my mesh and I really have no idea as to which cells correspond to the inlet.

Please guide me what to do here, since I am very new to openfoam..

Thanks in advance!
turbfoam is offline   Reply With Quote

Old   November 12, 2012, 09:27
Default
  #2
Member
 
Duong A. Hoang
Join Date: Apr 2009
Location: Delft, Netherlands
Posts: 93
Rep Power: 17
duongquaphim is on a distinguished road
Send a message via Yahoo to duongquaphim
Hi,

I do not think you can specify velocity with cyclic boundary condition. The driving force will be the pressure. So what you might want to do is to apply a pressure difference between the 'inlet' and 'outlet' of your domain. Then it will be fine, I think.

Duong
duongquaphim is offline   Reply With Quote

Old   November 12, 2012, 12:45
Default
  #3
Senior Member
 
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0
chegdan will become famous soon enoughchegdan will become famous soon enough
Why not try the mapped patch instead of cyclic? This way you could define an inflow velocity. Otherwise, create or use a solver that has a way to drive the flow at a constant flow rate in a particular direction...like channelFoam.
chegdan is offline   Reply With Quote

Old   December 18, 2012, 16:59
Default
  #4
New Member
 
j.t.
Join Date: Nov 2012
Posts: 11
Rep Power: 13
turbfoam is on a distinguished road
Thank you all for replies. You are right, i cant apply velocity in periodic bc...and channelFoam looks apprppriate for me.
turbfoam 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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
LES supersonic free jet martyn88 OpenFOAM 22 April 17, 2015 06:00
How to set uniform heating boundary condition? Sargam05 OpenFOAM 0 September 11, 2012 10:09
External Radiation Boundary Condition for Grid Interface CFD XUE FLUENT 0 July 9, 2010 02:53
External Radiation Boundary Condition (Two sided wall), Grid Interface CFD XUE FLUENT 0 July 8, 2010 06:49


All times are GMT -4. The time now is 19:10.