|
[Sponsors] |
June 9, 2010, 18:10 |
Backward Facing Step on buoyantSimpleFoam
|
#1 |
New Member
Join Date: Jun 2010
Posts: 1
Rep Power: 0 |
Hi I m trying to run the BFS problem with air on OpenFOAM.
I already managed to run it on SimpleFoam but now I want to add heat transfert to my case so I want to use buoyantSimpleFoam. My problem is when I run it (laminar case without buoyancy g=0 and even cold flow) the pressure is constant and equal to 1e5 Pa everywhere. I Think it could be because of my initial conditions on p which are: dimensions [1 -1 -2 0 0 0 0]; internalField uniform 1.1e5; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value uniform 1.1e5; } upperWall { type buoyantPressure; } lowerWall { type buoyantPressure; } temperatureWall { type buoyantPressure; } frontAndBack { type empty; } } Or internalField uniform 1e5; boundaryField { inlet { type zeroGradient; } outlet { type zeroGradient; } upperWall { type zeroGradient; } lowerWall { type zeroGradient; } temperatureWall { type zeroGradient; } frontAndBack { type empty; } } Or internalField uniform 1e5; boundaryField { inlet { type zeroGradient; } outlet { type fixedValue; value uniform 1.1e5; } upperWall { type zeroGradient; } lowerWall { type zeroGradient; } temperatureWall { type zeroGradient; } frontAndBack { type empty; } } Can someone help me please I m pretty new on openFoam, Thx. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
Backward facing step. | Fluids | Main CFD Forum | 7 | December 4, 2012 12:28 |
IcoFoam parallel woes | msrinath80 | OpenFOAM Running, Solving & CFD | 9 | July 22, 2007 03:58 |
Could anybody help me see this error and give help | liugx212 | OpenFOAM Running, Solving & CFD | 3 | January 4, 2006 19:07 |
Corner Vortex for Backward Facing Step | Patrick G. Hu | Main CFD Forum | 0 | August 6, 2002 10:34 |