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

Problem with running mixedSmagorinsky sgs

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 10, 2014, 13:23
Default Problem with running mixedSmagorinsky sgs
  #1
New Member
 
Petteri
Join Date: Feb 2014
Posts: 11
Rep Power: 12
hamsteri15 is on a distinguished road
I'm comparing a couple of sgs models for turbulent pipe flow and so far I have been able to run Smagorinsky and oneEqEddy properly. For my last sgs model I would like to run mixedSmagorinsky but my fvschemes produce a long error:

--> FOAM FATAL IO ERROR:
keyword div((dev((((surfaceSum((magSf*interpolate(sqr(U))) )|surfaceSum(magSf))-sqr((surfaceSum((magSf*interpolate(U)))|surfaceSum (magSf))))+(((0.666667)*((0.5*((surfaceSum((magSf* interpolate(magSqr(U))))|surfaceSum(magSf))-magSqr((surfaceSum((magSf*interpolate(U)))|surface Sum(magSf)))))+((((2*ck)|ce)*sqr(delta))*magSqr(de v(symm(grad(U)))))))-(nuSgs*twoSymm(grad(U))))))+(-nuEff*dev(twoSymm(grad(U)))))) is undefined in dictionary "/home/ubuntu/OpenFOAM/ubuntu-2.2.2/run/Kandi/putki/system/fvSchemes.divSchemes"

my divschemes:
divSchemes
{
default none;
div(phi,U) Gauss linear;
div((nuEff*dev(T(grad(U))))) Gauss linear;
div((nu*dev(T(grad(U))))) Gauss linear;
div((grad(U)&U)) Gauss linear;
div(phi,k) Gauss limitedLinear 1; //*
div(phi,B) Gauss limitedLinear 1; //*
div(B) Gauss linear; //*
}
hamsteri15 is offline   Reply With Quote

Old   April 5, 2014, 03:53
Default
  #2
vut
Member
 
Join Date: Feb 2014
Posts: 57
Rep Power: 12
vut is on a distinguished road
Dear hamsteri15,

I had the same error running mixed Smagorinsky model.

Have you got the solution?

Regards,

vut
vut is offline   Reply With Quote

Old   April 5, 2014, 10:57
Default
  #3
Member
 
Eric Robertson
Join Date: Jul 2012
Posts: 95
Rep Power: 14
msuaeronautics is on a distinguished road
The code is just telling you that there is a term hanging around that you have not told it how to discretize.

As a remedy, I would just place Gauss linear in the default category.

In other words, instead of:

default none;

Place:

default Gauss linear;

That will discretize this remaining term. Now, as to what that term means- I do not know, because I do not know much about the implementation.
msuaeronautics is offline   Reply With Quote

Old   April 5, 2014, 13:11
Default
  #4
vut
Member
 
Join Date: Feb 2014
Posts: 57
Rep Power: 12
vut is on a distinguished road
I tried almost the same way: paste these formula and use Gauss linear.

Thanks anyway. It seems clearer now for fvScheme for me

Nice weekend,

vut
vut 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
Parallel running of 3D multiphase turbulence model (unknown problem!!) MOHAMMAD67 OpenFOAM Running, Solving & CFD 7 November 23, 2015 10:53
Problem while running in Highperformance computing environment Phanipavan STAR-CD 1 September 11, 2013 06:42
running FLUENT on cluster problem cth_yao FLUENT 2 December 2, 2011 06:05
problem with running in parallel dhruv OpenFOAM 3 November 25, 2011 05:06
Kubuntu uses dash breaks All scripts in tutorials platopus OpenFOAM Bugs 8 April 15, 2008 07:52


All times are GMT -4. The time now is 05:33.