|
[Sponsors] |
Smagorinsky,Smagorinsky-lilly or dynamic Smagorinsky model? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 2, 2018, 10:15 |
Smagorinsky,Smagorinsky-lilly or dynamic Smagorinsky model?
|
#1 |
Member
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 9 |
Dear all
I am using standard Smagorinsky in my LES simulation. And I also adopted the vanDriest function. The codes are following: Code:
LESModel Smagorinsky; SmagorinskyCoeffs { Ce 1.05; Ck 0.07; // 0.094; } printCoeffs on; delta vanDriest; vanDriestCoeffs { delta cubeRootVol; cubeRootVolCoeffs { deltaCoeff 1; } Aplus 26; Cdelta 0.158; } Many thanks for this! |
|
January 2, 2018, 10:40 |
|
#2 |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
Judging by the input I say that you are using the static smagorinsky model.
What do you mean by "Smagorinsky-lilly or dynamic (...)"? |
|
January 2, 2018, 23:50 |
|
#3 |
Member
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 9 |
Hi, Santiago
Thanks for your reply. I read some papers and also find some paper used Smagrinsky-Lilly model, as shown in the attached file. And in the fluent, the choice of sub-grid models also include Smagrinsky-Lilly. I am wondering that standard Smagrinsky model and Smagrinsky-Lilly are the same? If not, what's are their diffence? |
|
January 2, 2018, 23:54 |
|
#4 |
Member
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 9 |
Hi, Santiago
Thanks for your reply. Because I can not manage to insert my attached file when replying to you directly, so I choose to just post my reply. Please see them in the previous reply. |
|
January 3, 2018, 07:10 |
|
#5 | |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
Quote:
The static and "Dynamic" (whichever flavor you choose) Smagorinsky models are NOT the same. The former assumes $C_s$ to be a constant, whereas the other(s) take the parameter $C_s=C_s(x,y,z,t)$. The so-called Smagorinsky-Lilly model is just one of the many approaches that you can use in order to minimize the error induced by the use of the Smagorinsky model in the Germano Identity. In the paper of Lilly (1992), no stabilization via averaging along homogeneous directions is made. I think that's what the models in FLUENT mean when they say "Samgorinsky-Lilly". I don't know what is actually being used for the determination of the parameter in FLUENT, but generally it should not be of much importance as long as the model does not unstabilize your whole simulation. |
||
January 3, 2018, 09:13 |
|
#6 |
Member
Jingxue Wang
Join Date: Sep 2017
Posts: 58
Rep Power: 9 |
I understand.
Many thanks for your detailed reply. By now, my current calculation is ok and seems stable when using my Smagrinsky model. |
|
January 3, 2018, 13:23 |
|
#7 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
'Dynamic' is a procedure rather than a closure model to the filtered N-S equations. OpenFOAM v1712 has two options for the dynamic procedure: dynamicKEqn and dynamicLagrangian, the latter of which uses Smagorinsky closure model with a Lagrangian-concept averaging procedure. For the 'Lilly', it has been a long time that I had completed my studies on it, so I might be misleading, Lilly attempted to designate a value of Cs universal to all types of flows through a number of assumptions and mean dissipation. Therefore, Smagorinsky model which uses Lilly's universal constant is tagged as 'Smagorinsky-Lilly' model, if my memory serves me correctly. Moreover, Smagorinsky model with the default coefficients in OpenFOAM should actually be 'Smagorinsky-Lilly' as well. You may need to check the default coefs for this deduction. Plus, please note that there should not be static Smagorinsky model as quoted below, because the physical modelling approaches (such as LES, DES etc.) wherein Smagorinsky model is used are inherently transient. I've just wanted correct the phrase: |
|
January 3, 2018, 15:08 |
|
#8 | |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
Quote:
1. The term 'static', as juxtaposed to the term 'dynamic', does not refer to whether the simulation, solver, or solution fields are transient. Instead it refers to whether Cs is calculated inside the solution cycle or just set as a constant during the simulation. 2. The smagorinsky-lilly model IS DYNAMIC, as the method proposed by Lilly (1992) gives a "procedure" to calculate Cs each iteration, resulting in a field. In a following paper, using his method, he gives an average value for Cs for homogeneous isotropic flows, but that doesnt mean that he proposed a STATIC model. In fact, once upon a time there used to be a smagorinsky lilly model in openfoam, but was removed because there were inconsistencies, there is a bug report by Alberto Passalaqua on this. So I kindly, but firmly, disagree with you |
||
January 3, 2018, 15:29 |
|
#9 | ||
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
Quote:
Quote:
PS: BTW, how did you make that emoji? |
|||
January 3, 2018, 18:11 |
|
#10 | |
Senior Member
Santiago Lopez Castano
Join Date: Nov 2012
Posts: 354
Rep Power: 16 |
Quote:
About the terminology: I have not found the method, or procedure, being called Germano-Lilly but called Smagorinsky-Lilly, in my field of work at least. We can agree on the Lilly, and the dynamic, part i guess. |
||
January 4, 2018, 07:43 |
|
#11 |
Senior Member
Canakkale Dardanelspor
Join Date: Aug 2012
Posts: 135
Rep Power: 14 |
Hi,
I think. it seems we talk about the same thing, yet with different terminologies. Thanks |
|
June 13, 2020, 22:06 |
|
#12 | |
New Member
Smruti Ranjan Jena
Join Date: Jan 2017
Location: Odisha, India
Posts: 5
Rep Power: 9 |
Quote:
|
||
June 15, 2020, 05:17 |
|
#13 |
Senior Member
Ruiyan Chen
Join Date: Jul 2016
Location: Hangzhou, China
Posts: 162
Rep Power: 10 |
There are no built-in dynamic Smagorinsky in FOAM, but people have done the implementation, just search for it. I think for your case maybe the existing one in FOAM (the one with a static constant) is enough though, why bother using the dynamic one?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Improved implementation of dynamic Smagorinsky | alberto | OpenFOAM Running, Solving & CFD | 100 | February 20, 2021 03:57 |
Wall damping function in Fluent using LES with standard smagorinsky sgs model (Cs=1) | lxlylzl | FLUENT | 4 | October 13, 2018 19:35 |
Overflow Error in Multiphase Modelling with Two Continuous Fluids | ashtonJ | CFX | 6 | August 11, 2014 15:32 |
Water subcooled boiling | Attesz | CFX | 7 | January 5, 2013 04:32 |
Algebraic Dynamic LES model | noName | CFX | 0 | March 24, 2005 18:35 |