|
[Sponsors] |
November 12, 2014, 17:55 |
Boundary condition bug!
|
#1 |
Senior Member
SinaJ
Join Date: Nov 2009
Posts: 136
Rep Power: 17 |
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 14:05. |
|
November 13, 2014, 12:14 |
|
#2 |
Senior Member
SinaJ
Join Date: Nov 2009
Posts: 136
Rep Power: 17 |
any help or comment? :-)
|
|
November 13, 2014, 17:04 |
|
#3 |
Senior Member
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 22 |
You might want to take a look at the totalPressure boundary condition.
|
|
November 13, 2014, 19:54 |
|
#4 |
Senior Member
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0 |
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.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sliding mesh problem in CFX | Saima | CFX | 46 | September 11, 2021 08:38 |
Outflow boundary condition in cartesian grid SIMPLE velocity-pressure coupling | ghobold | Main CFD Forum | 9 | September 19, 2015 03:50 |
Accessing multiple boundary patches from a custom boundary condition file | ripudaman | OpenFOAM Programming & Development | 0 | October 22, 2014 19:34 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |