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

Difference between kEqn and one equation eddy viscosity model for LES simulations

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 2 Post By clapointe
  • 1 Post By clapointe
  • 1 Post By clapointe

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 11, 2020, 10:08
Default Difference between kEqn and one equation eddy viscosity model for LES simulations
  #1
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Dear FOAMERS,


I was reading a research article, and in that article it was mentioned that they used "one equation eddy viscosity model (OEEVM)", I checked the tutorials for this model but could not get some thing similar. I started searching some platform and found that "kEqn" is actually "one equation eddy viscosity model (OEEVM)". Is it true?

Any suggestion will be great help to me.
chandra shekhar pant is offline   Reply With Quote

Old   May 11, 2020, 16:38
Default
  #2
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
Yes, this is true to my knowledge -- just a product of naming change with OpenFOAM version. The kEqn model uses one equation for sgs turbulent kinetic energy transport and is a "one equation" model.

Eg. from OpenFOAM 2.4.x :

Code:
void oneEqEddy::updateSubGridScaleFields()
{
    muSgs_ = ck_*rho()*sqrt(k_)*delta();

}
And OpenFOAM 7

Code:
void kEqn<BasicTurbulenceModel>::correctNut()
{
    this->nut_ = Ck_*sqrt(k_)*this->delta();
}
Aside from general restructuring of turbulence model handling (i.e. muSgs vs nut) sgs viscosity is computed identically.

Caelan
clapointe is offline   Reply With Quote

Old   May 12, 2020, 01:19
Default
  #3
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks a lot Caelan for your kind help and clarification. So every thing will be identical I guess in terms of BC for the variables etc? Thanks again
chandra shekhar pant is offline   Reply With Quote

Old   May 12, 2020, 10:57
Default
  #4
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
They likely will. Like I said, the turbulence modeling framework has changed a bit between versions (i.e. muSgs to nut) so required SGS variables will change a bit. You could figure out the differences by looking at tutorials from old and new openfoam releases.

Caelan
clapointe is offline   Reply With Quote

Old   May 17, 2020, 01:18
Default
  #5
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks for your clarification, unfortunately, I have only OpenFOAM 1906 and don't have an access to other versions. But if I say that I am trying to replicate the results of the paper (which uses one equation eddy viscosity model) using the KEqn model then am I correct to say that I am using the same model as that been used by the paper? Does that make sense?
chandra shekhar pant is offline   Reply With Quote

Old   May 17, 2020, 01:31
Default
  #6
Senior Member
 
Join Date: Aug 2015
Posts: 494
Rep Power: 14
clapointe is on a distinguished road
The code for older versions is always accessible, even if you don't use it -- just google for the repository. Yes it should be the same model.

Caelan
clapointe is offline   Reply With Quote

Old   May 17, 2020, 01:40
Default
  #7
Senior Member
 
chandra shekhar pant
Join Date: Oct 2010
Posts: 220
Rep Power: 16
chandra shekhar pant is on a distinguished road
Thanks a lot Caelan for your wonderful help and support.
chandra shekhar pant 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:39.