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

OpenChannel with Two Cylinders in icoFoam

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   July 6, 2013, 06:36
Default OpenChannel with Two Cylinders in icoFoam
  #1
New Member
 
Zhengbing
Join Date: Apr 2013
Posts: 20
Rep Power: 13
jimbean is on a distinguished road
Hi,

I am trying to set up a case, like cavity, in icoFoam folder.

The case is to simulate 3D water flow around two tandem cylinders in open channel.

The mesh is generated with Gridgen (see attached figure, top view), hexahedral.

The left is inlet boundary and right is outlet boundary. The surface give symmetry boundary and the side and bottom wall are wall boundary.

velocity-inlet-4
{
type patch;
nFaces 56;
startFace 16992;
}
wall-5
{
type wall;
nFaces 4120;
startFace 17048;
}
symmetry-6
{
type symmetryPlane;
inGroups 1(symmetryPlane);
nFaces 3528;
startFace 21168;
}
outflow-8
{
type patch;
nFaces 56;
startFace 24696;
}


Initial boundary: P
dimensions [0 2 -2 0 0 0 0];

internalField uniform 0;

boundaryField
{
velocity-inlet-4
{
type zeroGradient;
}

wall-5
{
type zeroGradient;
}
outflow-8
{
type fixedValue;
value uniform 0;
}
symmetry-6
{
type symmetryPlane;
}
}

U
dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
velocity-inlet-4
{
type fixedValue;
value uniform (0.1 0 0);
}
outflow-8
{
type zeroGradient;
}
symmetry-6
{
type symmetryPlane;
}
wall-5
{
type fixedValue;
value uniform (0 0 0);
}

}

I also changed the deltaT to make sure the Courant number is less than 1.
For the fvschemes and fvsolution i didn't change them.

With these modifies, i run the checkMesh. The mesh is ok.
And the icoFoma,
The Courant number increases too high and make the calculation break down.

Could anyone help me out?

Best
Attached Images
File Type: jpg TwoCylinders.jpg (57.1 KB, 24 views)
jimbean is offline   Reply With Quote

 


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
2D Aerofoil with rotating cylinders - Help & Advice! Bluejay OpenFOAM 1 December 31, 2012 04:40
Density in icoFoam Densidad en icoFoam manuel OpenFOAM Running, Solving & CFD 8 September 22, 2010 04:10
[ICEM] generating tetra mesh on various cylinders at the same time karananand ANSYS Meshing & Geometry 2 July 9, 2010 16:34
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58


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