CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   Bifurcation explode at intersection (https://www.cfd-online.com/Forums/openfoam/89991-bifurcation-explode-intersection.html)

liguifan June 28, 2011 04:10

Bifurcation explode at intersection
 
3 Attachment(s)
Hi everyone,

I am simulation the blood flow in the bifurcation( I used Gmsh to mesh the bifurcation and import it to Openfoam). When I icoFoam it, the courant number always explode at the intesecation which you can view it one the picutures below.

It seems like the velocity is reflected by the sharp corner and pierce the wall then cause it explode.

I am quite new to Openfoam and not sure whether it is because my mesh or because of other reasons.

Can anyone point out what's going wrong?

Attachment 8189
Attachment 8189

Attachment 8190

liguifan June 28, 2011 04:13

My p and U file
 
p file
dimensions [0 2 -2 0 0 0 0];
internalField uniform 0;
boundaryField
{
wall
{
type zeroGradient;
}
inlet
{
type zeroGradient;
}
bent_outlet
{
type fixedValue;
value uniform 0;
}
straight_outlet
{
type fixedValue;
value uniform 0;
}
}
U file
dimensions [0 1 -1 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
wall
{
type fixedValue;
value uniform (0 0 0);
}
inlet
{
type fixedValue;
value uniform (0 0 0.05);
}
bent_outlet
{
type zeroGradient;
}
straight_outlet
{
type zeroGradient;
}
}

lovecraft22 June 28, 2011 04:20

Can you check whether there's any "funny" cell in that region?
I would open the mesh in paraview (or whichever software you prefer) and do some slices...

liguifan June 28, 2011 04:48

Quote:

Originally Posted by lovecraft22 (Post 313845)
Can you check whether there's any "funny" cell in that region?
I would open the mesh in paraview (or whichever software you prefer) and do some slices...

Hi lore,

Thanks for replying my post.

I tried to use paraview to slice it. First of all , there is no hole in that region and I didn't find any wired cells in that region.

Could other reasons lead to explode?

lovecraft22 June 28, 2011 06:06

Can you please post a picture of that region? just the mesh.

liguifan June 28, 2011 06:26

5 Attachment(s)
Attachment 8195

Attachment 8196

Attachment 8197

Attachment 8198

Attachment 8199

Attachment 8197
Quote:

Originally Posted by lovecraft22 (Post 313860)
Can you please post a picture of that region? just the mesh.

Hi lore,
Here are some pictures of the mesh, please let me know if you need more.
thanks

liguifan June 28, 2011 06:29

1 Attachment(s)
Attachment 8200
and this thanks

lovecraft22 June 28, 2011 07:03

Could you please post a slice of the region where you're having the blown up?

liguifan June 28, 2011 07:52

4 Attachment(s)
Attachment 8202

Attachment 8203

Attachment 8204

Attachment 8205

Hi lore,

It is quite hard to slice the exact point where it blow up, but here are some mesh slice that is the blow up region. hope it helps .

If you want, I can send you my file which is too large to upload here.

Cheers

lovecraft22 June 28, 2011 08:05

Guifan, you should slice the pipe with a zx plane, ie a plane wich lies in the flow direction.

liguifan June 28, 2011 08:16

3 Attachment(s)
Hi lore, Sorry for the misunderstanding.

Attachment 8206

Attachment 8207

Attachment 8208

lovecraft22 June 28, 2011 08:44

Mmm, your mesh seems to be ok...Maybe you should wait for somone with more experience than me...

liguifan June 28, 2011 08:56

lore, thanks for that anyway

lovecraft22 June 29, 2011 09:36

Have you tried changing the time step?

liguifan July 1, 2011 04:28

Quote:

Originally Posted by lovecraft22 (Post 314065)
Have you tried changing the time step?

Hi lore,

I tried to change the time step from 0.0001 to 0.000001 and it works. But now I reduced the element sizes from 150,000 to around 60,000 with time step 0.0001. It works as well.

Sorry for the late reply.

lovecraft22 July 1, 2011 04:34

Yes, that's what I meant: in both cases you changed the Courant number. I only mentioned the time step and not the cell size because I thought you wanted to keep the mesh the same.


All times are GMT -4. The time now is 05:39.