|
[Sponsors] |
August 2, 2012, 03:30 |
Two phase flow in cylindrical coordinate
|
#1 |
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Hi gays, I wrote a 3d code in cylindrical coordinate based on FVM. I use projection method to solve the n-s equation and vof method to track the free surface. It works very well at the first 200 cycles, and suddenly lost its convergence.
Does anyone have some experiences at that kinds of code. |
|
August 2, 2012, 07:58 |
|
#2 | |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
first question: Is your code working fine without the VOF module? If the answer is yes,it means it comes from your VOF implementation. Do you use an interface reconstruction method in your implementation of VOF? A problem of mass conservation may occur. Check your gobal mass conservation along the computation. second question: In your mesh are all the cells orthogonal? If the answer is no, how do you cope with the non-orthogonality of the cells in the discretization of the diffusive flux? I ask you this question because generally the non-orthogonality is handled with a deferred correction,which needs an iterative process,SIMPLE like algorithms are ideal for that . However the projection method is only a 2 steps fractional step method and not satisfactory from this point of view. Do you see my points? |
||
August 2, 2012, 10:31 |
|
#3 | |||
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Thanks for your reply!
Quote:
I use the CICSAM vof method, which doesn't need a interface reconstruction procedure. My code is changed from a fine code in Cartesian Coordinate I wrote by myself one year ago. Quote:
Quote:
|
||||
August 2, 2012, 11:09 |
|
#4 | |||
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
Quote:
of DIV(1/rho(GRAD(P))=DIV(U*) in the projection step and the way it is implemented for the call of your amg solver. Because what you have is not really a true Poisson equation Quote:
|
||||
August 3, 2012, 05:34 |
|
#5 |
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Dear leflix, Thanks for your kind advise.
I checked the solver in other code and it is not bad. I used this solver only because the linear equation of Poisson equation in cylindrical coordinate is not kind like seven diagonals matrix. There are two irregular diagonals at azimuth direction, which I don't know how to handle with ICCG like method. I use FVM to discretize the projector. Div(U*)/dt=Div(grad(p)/rho) > (u*rdsdz-u*rdsdz+v*dzdr-v*dzdr+w*rdsdr-w*rdsdr)/dt= >grad(pe)rdsdz/rho-grad(pw)rdsdz/rho+grad(pn)dzd/rhor-grad(ps)dzdr/rho + grad(pt)rdsdr/rho - grad(pb)rdsdr/rho Ren |
|
August 3, 2012, 05:59 |
|
#6 | ||
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Hi Ren,
Quote:
so what you can do is to test your solver with the structure of your matrix. Start to make the product with your matrix and a given vector. Get the right hand side. Then give the right hand side to your solver and check if you get back the given vector you started with. Quote:
In the equation which rho do you use? you should divide by rho_k where k stands for e w, n, s, t, b each face center. It is the same for the discreztization of Div(U*) you should use u*and v*located at each face center (e,w,n,s,t,b) |
|||
August 3, 2012, 06:32 |
|
#7 | ||
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Quote:
Quote:
Follow your advise, Maybe I need to check my VOF method. Ren |
|||
August 3, 2012, 06:59 |
|
#8 | ||
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
If it doesn't then you will know that it comes from your solver. Then change with another library. Quote:
If yes,then you will know with certainty that the problem comes from your VOF module. You have 3 sources of potential errors. The linear system solver, the 3D cylindrical NS solver, the VOF module. You have to track which one of these 3 sources is responsible for your blow up. Thus separated tests are necessary. |
|||
August 29, 2013, 02:28 |
|
#9 |
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
Hi, gays.
My codes works well now. Did any have experiences in testing two-phase flow in cylindrical coordinates? My model can simulate the two-phase flow movement in the cylindrical tank with a big diameter. Did anyone know some information with circular dam break or some other test cases? |
|
August 30, 2013, 20:58 |
|
#10 | |
Senior Member
Join Date: Aug 2011
Posts: 272
Rep Power: 16 |
Quote:
|
||
September 1, 2013, 22:32 |
|
#11 |
Member
Ren/Xingyue
Join Date: Jan 2010
Location: Nagoya , Japan
Posts: 44
Rep Power: 16 |
The only change is the grid generation method. What I did is a numerical wave basin that the diameter of it is very large so that VOF method over regular rectangular meshes can not capture the free surface.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
mass flow in is not equal to mass flow out | saii | CFX | 12 | March 19, 2018 06:21 |
help for ANSYS Fluent - cylindrical flow | slimmsk | ANSYS | 0 | April 17, 2012 18:00 |
Two phase flow with condensation | Sunnie | FLUENT | 0 | May 31, 2009 11:02 |
Two phase Flow instability | shaoping | Main CFD Forum | 1 | September 8, 2003 14:25 |
swirling two phase flow | Ken Schifftner | Main CFD Forum | 6 | July 10, 2000 15:19 |