CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

dynamicKEq.C

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 6, 2022, 06:26
Default dynamicKEq.C
  #1
New Member
 
Join Date: Jul 2017
Posts: 14
Rep Power: 8
kooki_13 is on a distinguished road
Dear fomers


While implementing LES of turbulent jet flow, I have come across with:


fvm::ddt(alpha, rho, k_)
+ fvm::div(alphaRhoPhi, k_)
- fvm::laplacian(alpha*rho*DkEff(), k_)
==
alpha*rho*G
- fvm::SuSp((2.0/3.0)*alpha*rho*divU, k_)
- fvm::Sp(Ce(D, KK)*alpha*rho*sqrt(k_)/this->delta(), k_)
+ kSource()
+ fvModels.source(alpha, rho, k_)


and I cannot fully understand that.


Could anyone kindly explain:
1- What is alpha and alphaRhoPhi?
2- What does the term alpha*rho*G calculate? is it production?
3- Does KK represent ksgs?


I have read the related reference https://arc.aiaa.org/doi/10.2514/6.1995-356; but unfortunately I could not follow the code.


Kind Regards
Koukab
kooki_13 is offline   Reply With Quote

Old   April 6, 2022, 11:55
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,668
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
alpha is the phase fraction for multi-phase scenarios
G is production
k_ is the sgs k. KK comes from the dynamic procedure for Ce
LuckyTran is offline   Reply With Quote

Old   April 6, 2022, 12:52
Default
  #3
New Member
 
Join Date: Jul 2017
Posts: 14
Rep Power: 8
kooki_13 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
alpha is the phase fraction for multi-phase scenarios
G is production
k_ is the sgs k. KK comes from the dynamic procedure for Ce
Thank you Lucky!
But I cannot understand that how does it (G) appear when in the Ref. paper it was not considered?
Still alphaRhoPhi remained unclear...
kooki_13 is offline   Reply With Quote

Old   April 6, 2022, 18:16
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,668
Rep Power: 65
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
The production term is the tau *u term. I don't have the paper in front of me but there's no way it isn't in there.

alphaRhoPhi is the convective mass flux for a multi-phase mixture. Phi is the convective flux for simple mixtures. Get used to seeing it.... It's everywhere.
LuckyTran is offline   Reply With Quote

Old   April 7, 2022, 02:18
Default
  #5
New Member
 
Join Date: Jul 2017
Posts: 14
Rep Power: 8
kooki_13 is on a distinguished road
Quote:
Originally Posted by LuckyTran View Post
The production term is the tau *u term. I don't have the paper in front of me but there's no way it isn't in there.

alphaRhoPhi is the convective mass flux for a multi-phase mixture. Phi is the convective flux for simple mixtures. Get used to seeing it.... It's everywhere.
Thank you.
kooki_13 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



All times are GMT -4. The time now is 04:16.