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

Smagorinsky model

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2006, 06:29
Default I ran a LES calculation using
  #1
New Member
 
Sylvain
Join Date: Mar 2009
Location: Surrey, England
Posts: 5
Rep Power: 17
sylvain91 is on a distinguished road
I ran a LES calculation using the Smagorinsky model and I was suprised to see that no post data files existed for k. I had a look at the code and apparently in this turbulent model the subgrid scale turbulent energy is of course calculated and normally returned. I know some data can be added using PostProcessing from FoamUtilities but I could not figure out where k was. If someone knows how to get it?

Moreover from the code I doubt about the function which returns k in Smagorinsky.H: the square of delta and deviatoric component of D.

Description
<pre>
The Isochoric Smagorinsky Model
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Algebraic eddy viscosity SGS model founded on the assumption that
local equilibrium prevails, hence

B = 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
</pre>

SourceFiles
Smagorinsky.C


Farther in Smagorinsky.H:

//- Return SGS kinetic energy
// calculated from the given velocity gradient
tmp<volscalarfield> k(const tmp<voltensorfield>& gradU) const
{
return (2.0*ck_/ce_)*sqr(delta())*magSqr(dev(symm(gradU)));
}


If someone could help me telling me what he thinks about it? Perhaps I did not analyse the code correctly? Thanks
sylvain91 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
LES-Smagorinsky model CFDUSERIN CFX 5 August 28, 2008 00:43
Smagorinsky model and Sij terms James Main CFD Forum 3 December 7, 2004 10:20
Dynamic Smagorinsky Model Andrew Main CFD Forum 1 November 30, 2004 00:52
Smagorinsky Sub-grid Model Craig Johansen CFX 1 October 13, 2004 03:10
Dynamic Smagorinsky model Tim Main CFD Forum 7 May 29, 2002 07:37


All times are GMT -4. The time now is 03:48.