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

Backward Facing Step on buoyantSimpleFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 9, 2010, 17:10
Unhappy Backward Facing Step on buoyantSimpleFoam
  #1
New Member
 
Join Date: Jun 2010
Posts: 1
Rep Power: 0
tetsuro86 is on a distinguished road
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.
tetsuro86 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
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
Backward facing step. Fluids Main CFD Forum 7 December 4, 2012 11:28
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
Could anybody help me see this error and give help liugx212 OpenFOAM Running, Solving & CFD 3 January 4, 2006 18:07
Corner Vortex for Backward Facing Step Patrick G. Hu Main CFD Forum 0 August 6, 2002 09:34


All times are GMT -4. The time now is 20:41.