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

Velocity and Pressure boundary setup

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 31, 2010, 11:08
Default Velocity and Pressure boundary setup
  #1
New Member
 
trackeras
Join Date: Apr 2009
Posts: 4
Rep Power: 16
karam is on a distinguished road
Hi, Foamers

I want to simulation turbulent flow combustion using reactingFoam

It has 2 inlet & 1 outlet.

Basically, It is partially-premixed combustion

inlet 1 : CH4 + Air
inlet 2 : Air

I have some problems about P and U boundary condition setup.

Known information (attached below)

U of inlet 1 and 2

P of outlet

Current my boundary setup

boundaryField --------------------->> "U"
{
inle_1
{
type fixedValue;
value uniform (-20 0 0);
inle_2
{
type fixedValue;
value uniform (-20 0 0);
}
wall_3
{
type fixedValue;
value uniform (0 0 0);
}
outl_4
{
type zeroGradient;
}
}

boundaryField --------------------->> "P"
{
inle_1
{
type zeroGradient;
}
inle_2
{
type zeroGradient;
}
wall_3
{
type zeroGradient;
}
outl_4
{
type fixedValue;
value uniform 100000;
}
}


When I run my case using this boundary set, I can see inflow at outlet.
(The calculated pressure of my domain is lower than outlet boundary pressure.
I don't know how It can happen.)

Is there anybody who knows appropriate boundary conditions?
karam is offline   Reply With Quote

Old   May 18, 2010, 09:19
Default
  #2
New Member
 
mediode
Join Date: Mar 2009
Posts: 27
Rep Power: 17
mediode is on a distinguished road
Try

outl_4
{
type fixedValue;
value uniform 0;
}
mediode 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
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55
New topic on same subject - Flow around race car Tudor Miron CFX 15 April 2, 2004 06:18
what the result is negatif pressure at inlet chong chee nan FLUENT 0 December 29, 2001 05:13


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