|
[Sponsors] |
May 20, 2008, 03:59 |
I compared the equations in th
|
#1 |
Member
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17 |
I compared the equations in the source code of the Gidaspow and Syamlal viscosity models of twoPhaseEulerFoam to those presented in the Fluent 6.3 manual.
In both models the first term equals to the collisional viscosity equation in the Fluent manual multiplied by alpha. The other terms in the Gidaspow model also equal the Gidaspow's kinetic viscosity model in the Fluent manual multiplied by alpha. However, in the Syamlal model the rest of the terms equal the Fluent's Syamlal's kinetic viscosity model _without_ the multiplication by alpha. Openfoam Gidaspow = Fluent 6.3 Manual ( 23.5-63 + 23.5-65 ) * alpha Openfoam Syamlal = Fluent 6.3 Manual 23.5-63 * alpha + 23.5-64 Gidaspow: =============================================== return rhoa*da*sqrt(Theta)* ( (4.0/5.0)*sqr(alpha)*g0*(1.0 + e)/sqrtPi + (1.0/15.0)*sqrtPi*g0*(1.0 + e)*sqr(alpha) + (1.0/6.0)*sqrtPi*alpha + (10.0/96.0)*sqrtPi/((1.0 + e)*g0) =============================================== Syamlal: =============================================== return rhoa*da*sqrt(Theta)* ( (4.0/5.0)*sqr(alpha)*g0*(1.0 + e)/sqrtPi + (1.0/15.0)*sqrtPi*g0*(1.0 + e)*(3.0*e - 1.0)*sqr(alpha)/(3.0 - e) + (1.0/6.0)*alpha*sqrtPi/(3.0 - e) ); =============================================== Is there a reason for the difference or is it a bug? |
|
May 20, 2008, 05:44 |
It's an error in the Fluent 6.
|
#2 |
Member
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17 |
It's an error in the Fluent 6.3 manual. It has been corrected in the newest manual.
In the new manual the equations are identical to twoPhaseEulerFoam's equations. |
|
May 20, 2008, 12:31 |
Good :-)
A.
|
#3 |
Senior Member
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36 |
Good :-)
A.
__________________
Alberto Passalacqua GeekoCFD - A free distribution based on openSUSE 64 bit with CFD tools, including OpenFOAM. Available as in both physical and virtual formats (current status: http://albertopassalacqua.com/?p=1541) OpenQBMM - An open-source implementation of quadrature-based moment methods. To obtain more accurate answers, please specify the version of OpenFOAM you are using. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
turbulent viscosity limited to viscosity ratio... | frank | FLUENT | 19 | December 15, 2015 23:54 |
turbulent viscosity limited to viscosity ratio | Elizabeth | FLUENT | 13 | December 16, 2014 09:57 |
Two-fluid models vs mixture models for bubbly flows | Hansong Tang | Main CFD Forum | 6 | December 8, 2009 04:21 |
non-linear eddy viscosity models | George | Main CFD Forum | 0 | December 11, 2006 20:14 |
turbulent viscosity limited to viscosity ratio | mukkarum | FLUENT | 3 | May 11, 2004 05:05 |