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

flow around 2-Dimension cylinder

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2009, 09:53
Default flow around 2-Dimension cylinder
  #1
New Member
 
qqj
Join Date: Jun 2009
Posts: 12
Rep Power: 16
ranas is on a distinguished road
Hi,

I am calculating flow around 2-D cylinder at Re=200 with OpenFOAM. The radius of the cylinder is 0.5m. The velocity of incoming flow is 1m/s. Mu equals to 0.005.

The full grid is shown here:

grid

I used the following schemes:
ddtSchemes
{
default CrankNicholson 0.5;
}
gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
}
divSchemes
{
default none;
div(phi,U) Gauss linear;
}
laplacianSchemes
{
default none;
laplacian(nu,U) Gauss linear corrected;
laplacian(1|A(U),p) Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(HbyA) linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
p;
}

The standard ICCG and BICCG solvers are used untill convergence to resectively 1e-6 and 1e-5 is obtained. The time step was chosen to be 0.01.

Also the standard boundary conditions are applied:
inlet: U fixed and zeroGradient for p
outlet: p fixed and zeroGradient for U
upper/lower boundary: zeroGradient for p and for U

forceCoeffs
{
type forceCoeffs;
functionObjectLibs ("libforces.so");
patches (circle); //change to your patch name
rhoInf 1;
CofR (0 0 0);
liftDir (0 1 0);
dragDir (1 0 0);
pitchAxis (0 0 0);
magUInf 1;
lRef 1;
Aref 1.0;
}

BrazaM (1985 N um )' result: time average of cd=1. 31; amplitude of cl=0. 65; st=0. 194.
my result: time average of Cd is about 1.9, larger than 1.31; the amplitude of Cl is about 1.0 , more than 0.65; but the st number equals to 0.196 close to the result.

Is someone having any ideas on what's wrong with it? Do I use the proper schemes? Are the bounday conditions correct?

Thanks,
Ranas
ranas is offline   Reply With Quote

Old   July 9, 2009, 03:46
Default need your help, thanks
  #2
New Member
 
qqj
Join Date: Jun 2009
Posts: 12
Rep Power: 16
ranas is on a distinguished road
I am calculating flow around 2-D cylinder at Re=200 with OpenFOAM. The radius of the cylinder is 0.5m. The velocity of incoming flow is 1m/s. Mu equals to 0.005.

The full grid is shown here:

grid

I used the following schemes:
ddtSchemes
{
default CrankNicholson 0.5;
}
gradSchemes
{
default Gauss linear;
grad(p) Gauss linear;
}
divSchemes
{
default none;
div(phi,U) Gauss linear;
}
laplacianSchemes
{
default none;
laplacian(nu,U) Gauss linear corrected;
laplacian(1|A(U),p) Gauss linear corrected;
}
interpolationSchemes
{
default linear;
interpolate(HbyA) linear;
}
snGradSchemes
{
default corrected;
}
fluxRequired
{
default no;
p;
}

The standard ICCG and BICCG solvers are used untill convergence to resectively 1e-6 and 1e-5 is obtained. The time step was chosen to be 0.01.

Also the standard boundary conditions are applied:
inlet: U fixed and zeroGradient for p
outlet: p fixed and zeroGradient for U
upper/lower boundary: zeroGradient for p and for U

forceCoeffs
{
type forceCoeffs;
functionObjectLibs ("libforces.so");
patches (circle); //change to your patch name
rhoInf 1;
CofR (0 0 0);
liftDir (0 1 0);
dragDir (1 0 0);
pitchAxis (0 0 0);
magUInf 1;
lRef 1;
Aref 1.0;
}

BrazaM (1985 N um )' result: time average of cd=1. 31; amplitude of cl=0. 65; st=0. 194.
my result: time average of Cd is about 1.9, larger than 1.31; the amplitude of Cl is about 1.0 , more than 0.65; but the st number equals to 0.196 close to the result.

Is someone having any ideas on what's wrong with it? Do I use the proper schemes? Are the bounday conditions correct?

Thanks,
Ranas
ranas is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
benchmark: flow over a circular cylinder goodegg Main CFD Forum 12 January 22, 2013 11:47
Flow over a flat plate & Flow over a cylinder cfdxue Main CFD Forum 0 November 26, 2007 23:26
Anybody knows smth abt the flow around a cylinder? Wenxuan Main CFD Forum 3 March 20, 2007 16:19
Flow over a cylinder Anna Main CFD Forum 9 March 24, 2006 14:32
Flow Past a Cylinder Annie Main CFD Forum 2 March 31, 2002 00:02


All times are GMT -4. The time now is 01:17.