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

twoPhaseEulerFoam: "g0" missing in "HrenyaSinclairConductivity.C"

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 29, 2013, 13:51
Post twoPhaseEulerFoam: "g0" missing in "HrenyaSinclairConductivity.C"
  #1
New Member
 
Yujian Sun
Join Date: May 2011
Location: Washington University in St. Louis
Posts: 2
Rep Power: 0
ysun is on a distinguished road
Hello!

In "$FOAM_SOLVERS/multiphase/twoPhaseEulerFoam/kineticTheoryModels/conductivityModel/HrenyaSinclair/HrenyaSinclairConductivity.C", it seems that "g0" is missing from the second term of "kappa":
Code:
    return rhoa*da*sqrt(Theta)*
    (
        2.0*sqr(alpha)*g0*(1.0 + e)/sqrtPi
      + (9.0/8.0)*sqrtPi*0.25*sqr(1.0 + e)*(2.0*e - 1.0)*sqr(alpha)
       /(49.0/16.0 - 33.0*e/16.0)
      + (15.0/16.0)*sqrtPi*alpha*(0.5*sqr(e) + 0.25*e - 0.75 + lamda)
       /((49.0/16.0 - 33.0*e/16.0)*lamda)
      + (25.0/64.0)*sqrtPi
       /((1.0 + e)*(49.0/16.0 - 33.0*e/16.0)*lamda*g0)
    );
Instead, the second term should be:
Code:
      + (9.0/8.0)*sqrtPi*g0*0.25*sqr(1.0 + e)*(2.0*e - 1.0)*sqr(alpha)
       /(49.0/16.0 - 33.0*e/16.0)
I use 2.2.x, but 1.6-ext has the same issue. If someone can confirm on this then we should probably report it as a bug to be fixed. Thanks!

References:
(1) Hrenya, C. M.; Sinclair, J. L. Effects of Particle-phase Turbulence in Gas-solid Flows. AIChE Journal 1997, 43, 853–869.
(2) Van Wachem, B. Derivation, Implementation, and Validation of Computer Simulation Models for Gas-solid Fluidized Beds, Delft University of Technology, 2000, p. 49.
ysun 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
what is syntax error : missing ')' before ';' aleisia Fluent UDF and Scheme Programming 8 March 10, 2015 15:42
[OpenFOAM] Xlib: extension "GLX" missing on display goldbeard ParaView 5 March 24, 2013 13:12
errors when installing openfoam2.1 on ubuntu12.o4 hewei OpenFOAM Installation 5 May 29, 2012 07:43
twoPhaseEulerFoam freemankofi OpenFOAM 0 May 23, 2011 16:24
Problem with paraFoam ata OpenFOAM 14 November 30, 2009 04:23


All times are GMT -4. The time now is 08:33.