|
[Sponsors] |
June 5, 2012, 06:37 |
Tubrulence model diffusion term ???
|
#1 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
hi all together,
i have a question to the RNG-kEpsilon equation respectively to the diffusion term. Well in the code there is the following equation: Code:
// Dissipation equation tmp<fvScalarMatrix> epsEqn ( fvm::ddt(rho_, epsilon_) + fvm::div(phi_, epsilon_) - fvm::laplacian(DepsilonEff(), epsilon_) == (C1_ - R)*G*epsilon_/k_ - fvm::SuSp(((2.0/3.0)*C1_ + C3_)*rho_*divU, epsilon_) - fvm::Sp(C2_*rho_*epsilon_/k_, epsilon_) ); Code:
- fvm::laplacian(DepsilonEff(), epsilon_) Code:
mut_/sigmaEps_ + mu() and (please correct me) if I set the diffusion term to the left and transform it I get: Code:
mu() - mut_/sigmaEps Thx in advance, tobi |
|
June 5, 2012, 07:22 |
|
#2 | |
Member
Eysteinn Helgason
Join Date: Sep 2009
Location: Gothenburg, Sweden
Posts: 53
Rep Power: 17 |
Quote:
Hmm . . . my literature says nu+nu_t/sigma_epsilon not nu - nu_t/sigma_epsilon for the diffusion term in the epsilon eq.. |
||
June 5, 2012, 08:21 |
|
#3 | |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Quote:
I see that in the diffusion term for k its like " nu + nu_t/sigma_k" I ll have a look at my bible "Ferziger" "May be its just a mistake while copying things " |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
fv3 term in Spalart Allmaras model | bfa | OpenFOAM Programming & Development | 1 | July 16, 2013 14:02 |
Include Viscous Work term (in fluid model) | mehshan.javaid | Main CFD Forum | 0 | September 22, 2011 11:43 |
Buoyancy term in Spalart-Allmaras model | nickvinn | Main CFD Forum | 0 | November 17, 2010 09:41 |
Diffusion Flames with Flamelet model ,little question. | AdidaKK | Main CFD Forum | 11 | November 3, 2009 03:01 |
How to model diffusion | Aboulard | CFX | 3 | May 7, 2007 10:01 |