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

TwoPhaseEulerFoam viscosity models

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 20, 2008, 02:59
Default I compared the equations in th
  #1
Member
 
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17
juho is on a distinguished road
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?
juho is offline   Reply With Quote

Old   May 20, 2008, 04:44
Default It's an error in the Fluent 6.
  #2
Member
 
Juho Peltola
Join Date: Mar 2009
Location: Finland
Posts: 89
Rep Power: 17
juho is on a distinguished road
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.
juho is offline   Reply With Quote

Old   May 20, 2008, 11:31
Default Good :-) A.
  #3
Senior Member
 
Alberto Passalacqua
Join Date: Mar 2009
Location: Ames, Iowa, United States
Posts: 1,912
Rep Power: 36
alberto will become famous soon enoughalberto will become famous soon enough
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.
alberto 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
turbulent viscosity limited to viscosity ratio... frank FLUENT 19 December 15, 2015 22:54
turbulent viscosity limited to viscosity ratio Elizabeth FLUENT 13 December 16, 2014 08:57
Two-fluid models vs mixture models for bubbly flows Hansong Tang Main CFD Forum 6 December 8, 2009 03:21
non-linear eddy viscosity models George Main CFD Forum 0 December 11, 2006 19:14
turbulent viscosity limited to viscosity ratio mukkarum FLUENT 3 May 11, 2004 04:05


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