|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
T Somerville
Join Date: May 2009
Posts: 9
Rep Power: 6 ![]() |
From the damBreak tutorial of version 1.5, fvSchemes looks like:
gradSchemes { default Gauss linear; grad(U) Gauss linear; grad(gamma) Gauss linear; } divSchemes { div(rho*phi,U) Gauss limitedLinearV 1; div(phi,gamma) Gauss vanLeer; div(phirb,gamma) Gauss interfaceCompression; } Now, I was under the impresssion that gamma was replaced by alpha1 in version 1.6. Yet, here is the same excerpt from v1.6 damBreak tutorial, which contains alpha and alpha1: gradSchemes { default Gauss linear; grad(U) Gauss linear; grad(alpha1) Gauss linear; } divSchemes { div(rho*phi,U) Gauss limitedLinearV 1; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression; } and it isn't even consistent - take a look at the same excerpt from interDyMFoam v1.6 gradSchemes { default Gauss linear; grad(U) Gauss linear; grad(alpha) Gauss linear; } divSchemes { div(rho*phi,U) Gauss upwind; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression; } So what is the difference between alpha and alpha1. Am I misunderstanding something, or is this a bug? Cheers, Tracy. |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 11 ![]() |
alpha1 is the phase fraction of phase 1 in a multi-phase system, alpha in the control dictionaries refers to any phase. The reason for the "inconsistency" is to ensure that the discretisation schemes are the same for all phases.
H |
|
|
|
|
|
|
|
|
#3 |
|
New Member
T Somerville
Join Date: May 2009
Posts: 9
Rep Power: 6 ![]() |
Thank you.
But the "inconsistency" refers to the line grad(alpha1) Gauss linear; in the controlDict of the interFoam tutorial, compared to the line grad(alpha) Gauss linear; in the controlDict of the interDyMFoam tutorial. I'm assuming from your reply that they should both be grad(alpha)? |
|
|
|
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 11 ![]() |
Ahh OK, I missed that, it should be grad(alpha1) in both cases but as the scheme is set the same as the default it won't make any difference. I will correct this in 1.6.x.
Thanks H |
|
|
|
|
|
![]() |
| Tags |
| alpha, alpha1, gamma, interdymfoam, interfoam |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Getting a concentration field around a bubble in InterFoam | azman | OpenFOAM Running, Solving & CFD | 2 | January 7, 2013 13:47 |
| Open Channel Flow using InterFoam type solver | sxhdhi | OpenFOAM Running, Solving & CFD | 3 | May 5, 2009 21:58 |
| InterFoam stops after deltaT goes to 1e14 | francesco_b | OpenFOAM Running, Solving & CFD | 2 | March 3, 2008 14:48 |
| Alpha to be phased out | Heiko Gerhauser | Main CFD Forum | 17 | July 25, 2001 14:40 |
| Determining alpha and beta for porous baffle | Liaqat Khan | CD-adapco | 1 | October 27, 2000 04:44 |