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

Setting change from k omega to k omega SST

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 22, 2018, 05:15
Default Setting change from k omega to k omega SST
  #1
New Member
 
bingjr
Join Date: May 2018
Posts: 3
Rep Power: 7
bingo641 is on a distinguished road
Dear Openfoam users,

I am doing the simulation of a diffuser with simplefoam and turbulence model. I have tried several times both by k omega and k omega SST, but no result makes sense.

In terms of the k omega model, the inlet velocity profile is wrong. In terms of the k omega SST model, I have got many different weird results (most of them has irregular vortex or singularity with larger velocity).

Here are my settings for simulation.

k: fixedvalue (a small value like 1*10^-12)

omega: omegaWallFunction

nut: calculated 0 (I also tried nutUSpaldingWallFunction)

boundary: top : wall
bottom: wall
inlet: patch
outlet: patch
frontAndBack: empty

fvschemes:
ddtSchemes
{
default steadyState;
}

gradSchemes
{
default Gauss linear;
}

divSchemes
{
default none;
div(phi,U) bounded Gauss linearUpwind grad(U);
div(phi,k) bounded Gauss linearUpwind grad(k); (also tried //limitedLinear 1;//linearUpwind grad(k)
[/U]
[/I][/I] div(phi,omega) bounded Gauss linearUpwind grad(omega); // limitedLinear 1;//linearUpwind grad(omega);

div((nuEff*dev2(T(grad(U))))) Gauss linear;
}

laplacianSchemes
{
default Gauss linear corrected;
}

interpolationSchemes
{
default linear;
}

snGradSchemes
{
default corrected;
}

wallDist
{
method meshWave;
}


// ************************************************** *********************** //

Could you please tell me what I should change? Thanks!
bingo641 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
Lift and Drag pattern change wit FLUENT 16 and 13 PISO for same mesh n solver setting arunraj FLUENT 0 June 2, 2016 22:58
lmtools - change to default setting niknasri STAR-CCM+ 6 November 11, 2011 14:20
k Omega SST SAS for OpenFOAM 1.5??? barath.ezhilan OpenFOAM Running, Solving & CFD 3 June 2, 2010 07:41
Wall function implementation K Omega SSt cbarry OpenFOAM 3 August 18, 2009 10:09
[OpenFOAM] Could not change parafoam setting parameter lin ParaView 0 February 17, 2008 04:06


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