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

Boundary condition "flow over a cylinder"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 26, 2009, 10:05
Default Boundary condition "flow over a cylinder"
  #1
Member
 
toto
Join Date: Jun 2009
Posts: 71
Rep Power: 16
ronaldo is on a distinguished road
Hi,

In this example the flow over a cylinder is modeled . The domain is 2 dimensional. The cylinder, which is perpendicular to the flow, is modeled as a circle and a rectangular flow domain is created around the cylinder. For this example, we will consider Air as the fluid medium.

1. Which solver is adequate in this case (tubForm, icoForm or simpleFoam)?
2. How could i chose an adaquate Time-Step to get resonnable Courant-Number during the Simulation



My boundary conditions in 0/U looks like(IcoFoam)

dimensions [0 1 -1 0 0 0 0];
internalField uniform (1 0 0);
boundaryField

inlet
{

type fixedValue;
value uniform (1 0 0);

{
outlet
{

type zeroGradient;

}
inlet
{

type fixedValue;
value uniform (1.5 0 0);

}
cyl_wall
{

type fixedValue;
value uniform (0 0 0);

}
wall
{

type symmetry; // I donīt no (no-Slip)

}
frontAndBackPlanes
{

type empty;

}

p/U looks like

inlet
{

type fixedValue;
value uniform (0 0 0);

{
outlet
{

type fixedValue;
value uniform 0;

}
inlet
{

type zeroGradient;

}
cyl_wall
{

type ............; // I donīt no


}
wall
{

type ............; // I donīt no

}
frontAndBackPlanes
{

type empty;

}

3. What about fvScheme, fvSolution ?

Please just help me to solve this Problem!
Thanks
Attached Files
File Type: doc 2D_case.doc (33.5 KB, 22 views)
ronaldo is offline   Reply With Quote

Old   February 8, 2011, 05:11
Default
  #2
New Member
 
lyes
Join Date: Feb 2011
Posts: 24
Rep Power: 15
lyes43 is on a distinguished road
Quote:
Originally Posted by ronaldo View Post
Hi,

In this example the flow over a cylinder is modeled . The domain is 2 dimensional. The cylinder, which is perpendicular to the flow, is modeled as a circle and a rectangular flow domain is created around the cylinder. For this example, we will consider Air as the fluid medium.

1. Which solver is adequate in this case (tubForm, icoForm or simpleFoam)?
2. How could i chose an adaquate Time-Step to get resonnable Courant-Number during the Simulation



My boundary conditions in 0/U looks like(IcoFoam)

dimensions [0 1 -1 0 0 0 0];
internalField uniform (1 0 0);
boundaryField

inlet
{

type fixedValue;
value uniform (1 0 0);

{
outlet
{

type zeroGradient;

}
inlet
{

type fixedValue;
value uniform (1.5 0 0);

}
cyl_wall
{

type fixedValue;
value uniform (0 0 0);

}
wall
{

type symmetry; // I donīt no (no-Slip)

}
frontAndBackPlanes
{

type empty;

}

p/U looks like

inlet
{

type fixedValue;
value uniform (0 0 0);

{
outlet
{

type fixedValue;
value uniform 0;

}
inlet
{

type zeroGradient;

}
cyl_wall
{

type ............; // I donīt no


}
wall
{

type ............; // I donīt no

}
frontAndBackPlanes
{

type empty;

}

3. What about fvScheme, fvSolution ?

Please just help me to solve this Problem!
Thanks
hey I'm begineer in fluent and i 'm working on simulation of flow and heat transfer in a horizontal rectangular channel were i have heat souces mayb u help me to simulate that problem i have experimental results to valid the numerical result lyes43@yahoo.com
lyes43 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
Axis Boundary Condition..what is it? CFDtoy FLUENT 6 February 13, 2007 05:51
How to set boundary condition in Fluent for the fo Peiyong FLUENT 1 November 10, 2006 11:44
pressure boundary condition in fractional step Jean-François Corbett Main CFD Forum 3 January 10, 2006 08:49
1 and 2 Order Boundary condition at the same place CFD_Flo Main CFD Forum 4 July 11, 2005 11:57
How to resolve boundary condition problem? sam FLUENT 2 July 20, 2003 02:19


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