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

Momentum equation of interFoam?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 25, 2010, 22:16
Default Momentum equation of interFoam?
  #1
New Member
 
bubbles
Join Date: Mar 2010
Location: France adn Viet Nam
Posts: 4
Rep Power: 16
cfdfans is on a distinguished road
Dear Foamer,
I am a beginner in interFoam of OpenFoam. I wonder if there are someone could show me how the momentum equation of interFoam in version 1.6.x is demonstrated below:

ddt(rho,U) + div(rhophi,U) = grad(P) + rho*g + fv + laplace(mueff,U)

inwhich:
fv : surface tension force
rho = alpha1*rho1+(1-alpha1)*rho2
U = alpha1*U1+(1-alpha1)*U
rhophi = rho*U + alpha1*(1-alpha1)*(rho1-rho2)*(U1-U2)

I tried from two equations of each phase, but I am not successful.

Thanks a lot.

Milou
cfdfans is offline   Reply With Quote

Old   March 26, 2010, 06:58
Default
  #2
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
Check the internet for Ruschke's Ph. D. Thesis!

In this forum is this thesis serveral times mentioned, just keep looking at it.

If ya can't find it, send me aderess to where I can send it!

Cheers
idrama is offline   Reply With Quote

Old   March 26, 2010, 08:14
Default
  #3
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
************
http://powerlab.fsb.hr/ped/kturbo/OpenFOAM/docs/HenrikRuschePhD2002.pdf
***************
idrama is offline   Reply With Quote

Old   March 26, 2010, 11:14
Default
  #4
New Member
 
bubbles
Join Date: Mar 2010
Location: France adn Viet Nam
Posts: 4
Rep Power: 16
cfdfans is on a distinguished road
Thanks for your quick reply.
In fact, I had read Rusche's PhD thesis several times but if I wouldn't make a mistakes and what I understand is that the chapter 3: Two Fluid Methodology describes the averaged equation for each phase and the model for the last term in the averaged momentum equation; and the chapter 4: Interface capturing Methodology talks about the mometum equation for a domaine with an interface by using the indicator gamma or alpha1.
By looking all two chapters, I could not find some things similar to:
ddt(rho,U)+div(rhophi,U)=....
and how can we explain that:
rhophi = rho*U + alpha1*(1-alpha1)*(rho1-rho2)*(U1-U2)

Thanks for your answer.

Milou
cfdfans is offline   Reply With Quote

Old   March 28, 2010, 04:17
Default
  #5
Senior Member
 
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 17
idrama is on a distinguished road
Properly you have already found it:

http://www.cfd-online.com/Forums/ope...of-method.html

In this blog there is a hot discussion on going.

Cheers,
idrama is offline   Reply With Quote

Old   March 28, 2010, 07:54
Default
  #6
New Member
 
bubbles
Join Date: Mar 2010
Location: France adn Viet Nam
Posts: 4
Rep Power: 16
cfdfans is on a distinguished road
Dear Claus Meister,
Thanks for your indication on VOF method blog. I will go to these comments on the blog immediately.
Best regards
cfdfans is offline   Reply With Quote

Old   March 28, 2010, 08:46
Default
  #7
New Member
 
bubbles
Join Date: Mar 2010
Location: France adn Viet Nam
Posts: 4
Rep Power: 16
cfdfans is on a distinguished road
Dear Claus,
I read the blog of VOF method, really, there are many comment on VOF method, especially on the gamma equation, on interface properties base on gamme discusion, on MULES...
And I found that there are the thesis of Patricio Bohorquez is very interesting, especially the definition of "mass velocity" and "volumetric velocity". But I could not find out my question there.
Thanks for your patient support.
Best regards.
Milou
cfdfans is offline   Reply With Quote

Old   September 13, 2012, 15:27
Default
  #8
Member
 
einat
Join Date: Jul 2012
Posts: 31
Rep Power: 13
einatlev is on a distinguished road
see equation 4.24 in Rusche's thesis. That's the form of the momentum equation closest to the code as far as I could find.
einatlev is offline   Reply With Quote

Old   January 4, 2013, 04:44
Default
  #9
New Member
 
Hossein Yahyazadeh
Join Date: Oct 2012
Posts: 9
Rep Power: 13
hossein_y62 is on a distinguished road
Quote:
Originally Posted by idrama View Post
Hi idrama,
Would yo please send me the PDF file of this thesis, I cannot access to it.
Thanks
hossein_y62 is offline   Reply With Quote

Old   January 5, 2013, 03:09
Default
  #10
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
you can also check this journal:
http://pre.aps.org/abstract/PRE/v79/i3/e036306
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam is offline   Reply With Quote

Old   May 9, 2018, 02:43
Default
  #11
Senior Member
 
Elham
Join Date: Oct 2009
Posts: 184
Rep Power: 16
Elham is on a distinguished road
Quote:
Originally Posted by nimasam View Post
you can also check this journal:
http://pre.aps.org/abstract/PRE/v79/i3/e036306

Hi,

Regarding to the equation(20) of
HTML Code:
https://journals.aps.org/pre/pdf/10.1103/PhysRevE.79.036306
I have checked interFoam UEqn.H. Two following terms are missing:

Code:
      - fvm::laplacian(muEff, U)
      - (fvc::grad(U) & fvc::grad(muEff))
While they are included in porousInterFoam. Anyone knows the reason?

Regards,

Elham
Elham 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
mass flow in is not equal to mass flow out saii CFX 12 March 19, 2018 05:21
Calculation of the Governing Equations Mihail CFX 7 September 7, 2014 06:27
Derivation of Momentum Equation in Integral Form Demonwolf Main CFD Forum 2 October 29, 2009 19:53
momentum equation (Normal to wall) kk Main CFD Forum 0 July 2, 2006 23:13
momentum equation (Normal to wall_ kk Main CFD Forum 0 July 2, 2006 23:10


All times are GMT -4. The time now is 21:42.