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

Tubrulence model diffusion term ???

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2012, 05:37
Default Tubrulence model diffusion term ???
  #1
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
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_)
    );
especially to that code!!!
Code:
- fvm::laplacian(DepsilonEff(), epsilon_)
the diffusivity is calculated in the header file like:
Code:
mut_/sigmaEps_ + mu()
Thats all clear but I have that equation in my literature (pdf)
and (please correct me) if I set the diffusion term to the left and transform it I get:

Code:
mu() - mut_/sigmaEps
Hope I asked clearly.
Thx in advance,
tobi
Attached Files
File Type: pdf Turbulenzmodell_Diffusionterm.pdf (72.2 KB, 13 views)
Tobi is offline   Reply With Quote

Old   June 5, 2012, 06:22
Default
  #2
Member
 
Eysteinn Helgason
Join Date: Sep 2009
Location: Gothenburg, Sweden
Posts: 53
Rep Power: 16
eysteinn is on a distinguished road
Quote:
Originally Posted by Tobi View Post
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_)
    );
especially to that code!!!
Code:
- fvm::laplacian(DepsilonEff(), epsilon_)
the diffusivity is calculated in the header file like:
Code:
mut_/sigmaEps_ + mu()
Thats all clear but I have that equation in my literature (pdf)
and (please correct me) if I set the diffusion term to the left and transform it I get:

Code:
mu() - mut_/sigmaEps
Hope I asked clearly.
Thx in advance,
tobi

Hmm . . . my literature says nu+nu_t/sigma_epsilon not nu - nu_t/sigma_epsilon for the diffusion term in the epsilon eq..
eysteinn is offline   Reply With Quote

Old   June 5, 2012, 07:21
Default
  #3
Super Moderator
 
Tobi's Avatar
 
Tobias Holzmann
Join Date: Oct 2010
Location: Tussenhausen
Posts: 2,708
Blog Entries: 6
Rep Power: 51
Tobi has a spectacular aura aboutTobi has a spectacular aura aboutTobi has a spectacular aura about
Send a message via ICQ to Tobi Send a message via Skype™ to Tobi
Quote:
Originally Posted by eysteinn View Post
Hmm . . . my literature says nu+nu_t/sigma_epsilon not nu - nu_t/sigma_epsilon for the diffusion term in the epsilon eq..
Well thx for your replay!
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 "
Tobi 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
fv3 term in Spalart Allmaras model bfa OpenFOAM Programming & Development 1 July 16, 2013 13:02
Include Viscous Work term (in fluid model) mehshan.javaid Main CFD Forum 0 September 22, 2011 10:43
Buoyancy term in Spalart-Allmaras model nickvinn Main CFD Forum 0 November 17, 2010 08:41
Diffusion Flames with Flamelet model ,little question. AdidaKK Main CFD Forum 11 November 3, 2009 02:01
How to model diffusion Aboulard CFX 3 May 7, 2007 09:01


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