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

understanding the term: fvm::Sp(fvc::div(phi), h)

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By dominik_christ
  • 1 Post By chegdan

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 6, 2009, 11:34
Default understanding the term: fvm::Sp(fvc::div(phi), h)
  #1
New Member
 
Dominik Christ
Join Date: Mar 2009
Posts: 28
Rep Power: 17
dominik_christ is on a distinguished road
Hello everyone,

when having a closer look at the energy equation as it is used by solvers for reacting cases, I cannot figure out where the term
- fvm::Sp(fvc::div(phi), h)
comes from. All I could find out is that it is a source term of some kind but when I try to derive an energy equation for enthalpy I do not get such a source term.

Could anybody please enlighten me? :-)

Thanks in advance!

Regards
Dominik
al.csc likes this.
dominik_christ is offline   Reply With Quote

Old   April 28, 2011, 11:37
Default
  #2
Senior Member
 
Daniel P. Combest
Join Date: Mar 2009
Location: St. Louis, USA
Posts: 621
Rep Power: 0
chegdan will become famous soon enoughchegdan will become famous soon enough
Quote:
Originally Posted by dominik_christ View Post
Hello everyone,

when having a closer look at the energy equation as it is used by solvers for reacting cases, I cannot figure out where the term
- fvm::Sp(fvc::div(phi), h)
comes from. All I could find out is that it is a source term of some kind but when I try to derive an energy equation for enthalpy I do not get such a source term.

Could anybody please enlighten me? :-)

Thanks in advance!

Regards
Dominik

Dominik,

I know this is an old thread, but I'm sure others run into it and have the same question. The origin of this term Sp(div(phi),h) comes from the expansion of the div(U,h) term in the transport equation.

div(U,h) = h*div(U) + U&grad(h).

In a completely converged domain the div(U) -> 0.

However, sometimes there is incomplete convergence and there is some generation (or consumption) that will throw off the energy balance. Have a look at

http://www.cfd-online.com/Forums/ope...silon-eqn.html

and

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

for maybe a little explanation.

Dan
babala likes this.
chegdan is offline   Reply With Quote

Old   May 7, 2011, 05:53
Default
  #3
Member
 
Kai
Join Date: May 2010
Location: Shanghai
Posts: 61
Blog Entries: 1
Rep Power: 15
kaifu is on a distinguished road
Hi Dan, you mentioned that

Quote:
Originally Posted by chegdan View Post
In a completely converged domain the div(U) -> 0.
which I cannot understand. For example, in an incompressible flow we may have div(U) = 0 everywhere. But how could you apply it to all the other cases? And what is the definition of U in you opinion? For example in two phase flow, will it be the velocity of each component or a mixed velocity? Or maybe there's no physics principle for div(U) = 0 at all? Is it a kind of restriction from mathematics? If possible, can you give me some references? Thx

// Kai
kaifu is offline   Reply With Quote

Old   May 7, 2011, 08:14
Default
  #4
Member
 
Kai
Join Date: May 2010
Location: Shanghai
Posts: 61
Blog Entries: 1
Rep Power: 15
kaifu is on a distinguished road
Hi Foamers

again... about the div U =0... 'cause it's obviously correct in the simple single-phase incompressible flow.

However if it comes to two phase flow, where there is a phase change term on RHS of eq. for instance in alphaEqn.H, it looks like
Code:
            ddt(alpha)
         + div(phi, alpha)           
           ==
           Gamma/rhoa
It is a kind of 1st order differential equations. alpha is bounded only if we have div(phi)=0, as the equation required. It seems that we cannot find any proof of div(phi)=0 directly from physics. All we can find come from the mathematical requirement. Any comments?

//Kai
kaifu is offline   Reply With Quote

Reply

Tags
energy equation, source term


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
momentum source term zwdi FLUENT 14 June 27, 2017 15:40
How to suppress the convective term SAKTI Siemens 1 August 28, 2008 01:38
UDF Source Term Units? Brian FLUENT 1 October 24, 2005 09:15
pressure gradient term in low speed flow Atit Koonsrisuk Main CFD Forum 2 January 10, 2002 10:52
bouyancy term in epsilon equation Michael Main CFD Forum 1 June 25, 1999 10:20


All times are GMT -4. The time now is 23:06.