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

Bifurcation explode at intersection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 28, 2011, 04:10
Default Bifurcation explode at intersection
  #1
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
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?

Screenshot.jpg
Screenshot.jpg

Screenshot-1.jpg
Attached Images
File Type: jpg Screenshot-2.jpg (13.0 KB, 17 views)
liguifan is offline   Reply With Quote

Old   June 28, 2011, 04:13
Default My p and U file
  #2
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
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;
}
}

Last edited by liguifan; June 28, 2011 at 04:43.
liguifan is offline   Reply With Quote

Old   June 28, 2011, 04:20
Default
  #3
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
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...
lovecraft22 is offline   Reply With Quote

Old   June 28, 2011, 04:48
Default
  #4
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Quote:
Originally Posted by lovecraft22 View Post
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?
liguifan is offline   Reply With Quote

Old   June 28, 2011, 06:06
Default
  #5
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Can you please post a picture of that region? just the mesh.
lovecraft22 is offline   Reply With Quote

Old   June 28, 2011, 06:26
Default
  #6
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Picture 4.jpg

Screenshot-3.png

Screenshot-4.png

Picture 2.jpg

Picture 3.jpg

Screenshot-4.png
Quote:
Originally Posted by lovecraft22 View Post
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 is offline   Reply With Quote

Old   June 28, 2011, 06:29
Default
  #7
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Screenshot-5.png
and this thanks
liguifan is offline   Reply With Quote

Old   June 28, 2011, 07:03
Default
  #8
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Could you please post a slice of the region where you're having the blown up?
lovecraft22 is offline   Reply With Quote

Old   June 28, 2011, 07:52
Default
  #9
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Screenshot-6.png

Screenshot-7.png

Screenshot-8.png

Screenshot-9.jpg

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
liguifan is offline   Reply With Quote

Old   June 28, 2011, 08:05
Default
  #10
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Guifan, you should slice the pipe with a zx plane, ie a plane wich lies in the flow direction.
lovecraft22 is offline   Reply With Quote

Old   June 28, 2011, 08:16
Default
  #11
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Hi lore, Sorry for the misunderstanding.

Screenshot-10.jpg

Screenshot-11.jpg

Screenshot-12.jpg
liguifan is offline   Reply With Quote

Old   June 28, 2011, 08:44
Default
  #12
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Mmm, your mesh seems to be ok...Maybe you should wait for somone with more experience than me...
lovecraft22 is offline   Reply With Quote

Old   June 28, 2011, 08:56
Default
  #13
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
lore, thanks for that anyway
liguifan is offline   Reply With Quote

Old   June 29, 2011, 09:36
Default
  #14
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
Have you tried changing the time step?
lovecraft22 is offline   Reply With Quote

Old   July 1, 2011, 04:28
Default
  #15
Member
 
Guifan Li
Join Date: Apr 2011
Location: New York City, U.S.
Posts: 96
Rep Power: 15
liguifan is on a distinguished road
Quote:
Originally Posted by lovecraft22 View Post
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.
liguifan is offline   Reply With Quote

Old   July 1, 2011, 04:34
Default
  #16
Senior Member
 
lore
Join Date: Mar 2010
Location: Italy
Posts: 460
Rep Power: 18
lovecraft22 is on a distinguished road
Send a message via Skype™ to lovecraft22
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.
lovecraft22 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
[GAMBIT] 3D mesh for pipe intersection pranab_jha ANSYS Meshing & Geometry 3 May 28, 2010 01:33
Polyline at intersection of two planes Francesco CFX 2 July 29, 2009 08:03
Help Needed: Polyline intersection in Post PHabib CFX 4 July 13, 2009 04:04
intersection of two cubes. park Main CFD Forum 2 July 1, 2009 03:19
meshing at a pipe intersection cyn FLUENT 0 December 20, 2006 02:16


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