|
[Sponsors] |
what's the difference between "smagorinsky" and "smagorinsky2" ? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 29, 2009, 06:10 |
what's the difference between "smagorinsky" and "smagorinsky2" ?
|
#1 |
Senior Member
Jiang
Join Date: Oct 2009
Location: Japan
Posts: 186
Rep Power: 17 |
Dear Foamers,
I am a beginer of LES, I want to use the standard smagorinsky model. In OpenFOAM, has smagorinsky and smagorinsky2 model. what's the differences between them ? want is the 3-D filter ? In OpenFOAM tutorials directory, only has one case using oneEaEddt, so it can't be used to modify. If use smagorinsky model , them how many variables should be set for initial and boundary condition in 0 directory ? Thank you very much. |
|
October 8, 2010, 04:36 |
|
#2 |
Guest
Posts: n/a
|
Hey Panda,
Did you ever get an answer to that question? Do you know how to run Smagorinsky2? Somehow it doesn't run with pisoFoam... Regards Stefanie |
|
April 30, 2011, 06:52 |
|
#4 |
Senior Member
|
Another question:
As you know Cs can be 0.1~0.2. I think default value is 0.2 for smagorinsky. Isn't it? I want set it 0.1 to decrease diffusion in my simulation. What should be done to do that? Regards, Maysam |
|
May 9, 2014, 03:28 |
|
#5 |
Senior Member
|
hi everybody,
somewhere I read that Smagorinsky2 is the Smagorinsky model with 3-D filter, is it true? in other word can I use Smagorinsky for 3D flows or I must use Smagorinsky2 instead? can anyone explain the difference between these two models? thanks in advance, Mostafa |
|
May 9, 2014, 10:30 |
|
#6 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
The source code is your friend. Verbatim from their respective header files:
from $FOAM_SRC/turbulenceModels/incompressible/LES/Smagorinsky/Smagorinsky.H Code:
B = 2/3*k*I - 2*nuSgs*dev(D) Beff = 2/3*k*I - 2*nuEff*dev(D) where D = symm(grad(U)); k = (2*ck/ce)*delta^2*||D||^2 nuSgs = ck*sqrt(k)*delta nuEff = nuSgs + nu Code:
B = 2/3*k*I - 2*nuSgs*dev(D) - 2*cD2*delta*(D.dev(D)); Beff = 2/3*k*I - 2*nuEff*dev(D) - 2*cD2*delta*(D.dev(D)); where D = symm(grad(U)); k = cI*delta^2*||D||^2 nuSgs = ck*sqrt(k)*delta nuEff = nuSgs + nu |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
the effect of upwind difference | hades | Main CFD Forum | 8 | March 15, 2009 00:43 |
Specified Blend factor =1 Vs Central Difference | Kushagra | CFX | 4 | May 2, 2008 14:14 |
Difference between scaled residuals and... | Dieter | FLUENT | 0 | April 28, 2006 18:52 |
Fininte difference and Finite element Technique | Mahendra Singh Mehra | FLUENT | 3 | December 23, 2005 00:49 |
someone to answer..Difference between LES and RANS | Nik | Main CFD Forum | 2 | September 4, 2005 12:40 |