|
[Sponsors] |
discontinuity of solution due to interfaces ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 20, 2010, 05:07 |
discontinuity of solution due to interfaces ?
|
#1 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
Hi Foamers,
I am trying to do a couette cell type flow with a small gap at the bottom I used a wedge-type 5° geometry. I have a problem at the interfaces since i divided my geometry into 3 different blocks attached at the interfaces (see the attached file) I got a discontinuity in the velocity profile. Look at the attached files pleeeeeeease Help ? thanks a lot T.D. |
|
December 20, 2010, 08:41 |
|
#2 |
Senior Member
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18 |
Hello, T.D.,
your mesh is much too coarse at the interfaces. In y-direction you have a jump in cell height of factor 10 or more! Refine your mesh at the interfaces so the cell heights increase with a maximum factor of 2. Greetings, Felix. |
|
December 20, 2010, 09:43 |
hi
|
#3 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
hi
thanks for your reply but i did not understand how i must do it, since it is a wedge and obliged not to mesh in y - direction. so what i shall do? execuse me but i'm not expert with meshing and with blockMesh any simple ideas (solution) quickly? thanks a lot yours, T.D. |
|
December 20, 2010, 10:19 |
|
#4 |
Senior Member
Felix L.
Join Date: Feb 2010
Location: Hamburg
Posts: 165
Rep Power: 18 |
Hey,
for a tutorial about using blockMesh please have a look at the lid-driven cavity tutorials. Also this link may provide some help, too. Yes, you're right, I was mixing the y axis and the z axis. Your mesh needs more grading in the z and x direction at the interfaces. You also need to resolve the gradients at the walls by using grading. Please search for basic meshing tutorials to get some information about that. The blockMesh tutorial also has some information about grading. You'll find a screenshot attached of what I mean by reducing the cell size ratio at the interfaces. It's just a basic setup, qualitatively showing the way it should be. You've got to find out the required number of cells and growth ratios by yourself. This is the blocking definition I used to create that grid: Code:
blocks ( hex (0 11 10 0 9 4 3 9) (20 1 15) simpleGrading (0.1 1 0.5) hex (11 2 1 10 4 13 12 3) (25 1 15) simpleGrading (3 1 0.5) hex (4 13 12 3 8 6 5 7) (25 1 35) simpleGrading (3 1 30) ); Felix. |
|
December 20, 2010, 10:42 |
Thanks a lot
|
#5 |
Senior Member
Join Date: Sep 2010
Posts: 226
Rep Power: 17 |
ah Ok, i got it now
Thank you so so much yours, T.D. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
grid dependancy | gueynard a. | Main CFD Forum | 19 | June 27, 2014 22:22 |
Subdomain or Interfaces (CHT) | sandeep_tu | CFX | 8 | July 14, 2009 12:06 |
Doubt on Implicit Methods | analyse In India | Main CFD Forum | 10 | March 9, 2007 04:01 |
grid interfaces | kiko | FLUENT | 0 | February 13, 2007 11:28 |
Wall functions | Abhijit Tilak | Main CFD Forum | 6 | February 5, 1999 02:16 |