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

Boundary condition - suction

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 30, 2016, 05:47
Default Boundary condition - suction
  #1
baS
New Member
 
Join Date: May 2016
Posts: 2
Rep Power: 0
baS is on a distinguished road
Dear foamers,

to keep it simple at first i want to simulate the incompressible flow of air with a suction. Later on i have to simulate the compressible flow of air with a second (hot) gas with suction.

I have a box with the dimension of 0.9m / 0.75m / 3.5m.
On top of the box i have an circular outlet with the diameter of 0.1 m.
On the bottom i have the inlet with the same size.

I have an exhaustion on top. For simplification i want to set a constant velocity at the outlet.

I solve with pisoFoam.
After a short simulation time i receive very high velocities (> 60 m/s, average velocity at the outlet = 3.9 m/s) at the edge of the inlet.
For the interior cells of the inlet i get a backflow out of the domain.

I am not sure if my boundaries are ok. I didnīt find some working examples for suction.

My boundaries are:

epsilon:
boundaryField
{
INLET
{
type fixedValue;
value uniform 14.855;
}
OUTLET
{
type zeroGradient;
}
WALL
{
type epsilonWallFunction;
value uniform 14.855;
}
}

k:
boundaryField
{
INLET
{
type fixedValue;
value uniform 0.375;
}
OUTLET
{
type zeroGradient;
}
WALL
{
type kqRWallFunction;
value uniform 0.375;
}
}

nut
boundaryField
{
INLET
{
type calculated;
value uniform 0;
}
OUTLET
{
type calculated;
value uniform 0;
}
WALL
{
type nutUWallFunction;
value uniform 0;
}
}

p:
boundaryField
{
OUTLET
{
type zeroGradient;
}
INLET
{
type fixedValue;
value uniform 0;
}
WALL
{
type zeroGradient;
}

}

U:
boundaryField
{
OUTLET
{
type fixedValue;
value uniform (0 0 3.9);
}

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

}

Does anyone have a suggestion how to set the boundaries?
Thank you for your reply and sorry for poor english

Sebastian
baS 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
Difficulty In Setting Boundary Conditions Moinul Haque CFX 4 November 25, 2014 17:30
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Low Mixing time Problem Mavier CFX 5 April 29, 2013 00:00
Velocity profile boundary condition Tuca FLOW-3D 1 April 23, 2013 12:02
suction boundary condition for a synthetic jet morteza08 FLUENT 0 August 18, 2010 07:48


All times are GMT -4. The time now is 15:23.