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

Boundary condition bug!

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By jherb
  • 1 Post By chegdan

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 12, 2014, 16:55
Default Boundary condition bug!
  #1
Senior Member
 
SinaJ
Join Date: Nov 2009
Posts: 136
Rep Power: 16
sina_mech is on a distinguished road
I am solving a problem, which includes a pressure inlet (the average pressure is fixed at inlet and zero-gradient velocity). The inlet is a pipe, so there is no-slip boundary condition on its wall.

The issue is that it seems that the no-slip boundary condition of the wall at inlet is ignored by zero-gradient condition of the inlet! so the velocity at the perimeter of the circular section of the inlet is not zero! (which theoretically should be). I would appreciate any comment/help on it.
Thanks.

These are the BCs:

Code:
VELOCITY:

WALL
    {
        type            fixedValue;
        value           uniform (0 0 0);
    }

FLOW_in
    {
        type            zeroGradient;
    }


PRESSURE: 

FLOW_in
    {
        type            zeroGradient;
    }

WALL
    {
     type            fixedMeanValue;
    meanValue        100000;    
        value           uniform 100000;
    
    }

Last edited by sina_mech; November 13, 2014 at 13:05.
sina_mech is offline   Reply With Quote

Old   November 13, 2014, 11:14
Default
  #2
Senior Member
 
SinaJ
Join Date: Nov 2009
Posts: 136
Rep Power: 16
sina_mech is on a distinguished road
any help or comment? :-)
sina_mech is offline   Reply With Quote

Old   November 13, 2014, 16:04
Default
  #3
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
You might want to take a look at the totalPressure boundary condition.
sina_mech likes this.
jherb is offline   Reply With Quote

Old   November 13, 2014, 18:54
Default
  #4
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
Just to add a little to what JHerb is asking....use a zeroGradient pressure at the walls rather than a fixedMean like you have done.
sina_mech likes this.
chegdan 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Outflow boundary condition in cartesian grid SIMPLE velocity-pressure coupling ghobold Main CFD Forum 9 September 19, 2015 02:50
Accessing multiple boundary patches from a custom boundary condition file ripudaman OpenFOAM Programming & Development 0 October 22, 2014 18:34
Radiation interface hinca CFX 15 January 26, 2014 17:11
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44


All times are GMT -4. The time now is 06:12.