CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Main CFD Forum (https://www.cfd-online.com/Forums/main/)
-   -   dynamicKEq.C (https://www.cfd-online.com/Forums/main/242121-dynamickeq-c.html)

kooki_13 April 6, 2022 06:26

dynamicKEq.C
 
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

LuckyTran April 6, 2022 11:55

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

kooki_13 April 6, 2022 12:52

Quote:

Originally Posted by LuckyTran (Post 825667)
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...

LuckyTran April 6, 2022 18:16

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.

kooki_13 April 7, 2022 02:18

Quote:

Originally Posted by LuckyTran (Post 825681)
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.


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