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

About boundary conditions in k-omega-SST model

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 10, 2012, 21:00
Default About boundary conditions in k-omega-SST model
  #1
Member
 
Zifei Yin
Join Date: Sep 2012
Location: Shanghai & Ames
Posts: 33
Rep Power: 13
yzf1215 is on a distinguished road
I'm running simpleFoam in OpenFOAM using k-omega-SST model on calculating flow around airfoil. But the solution blow up after several hundreds of iterations. Would any help me with that?

Here are the flow conditions:
U=139.4m/s
p=72319.7 Pa
Re=10e6
airfoil cord=1 m
computational domain length 40 m

Timestep=10e-6; should it be smaller or larger?
y+=1;



Here are the Boundary Conditions:

P boundary condition:



internalField uniform 72319.7;


AIRFOIL1
{
type zeroGradient;
}
INLET
{
type fixedValue;
value uniform 72319.7;
}
OUTLET
{
type zeroGradient;
}
UPPERWALL
{
type zeroGradient;
}
LOWERWALL
{
type zeroGradient;
}


U boundary condition:


internalField uniform (139.4 0 0);
AIRFOIL1
{
type fixedValue;
value uniform (0 0 0);
}
INLET
{
type fixedValue;
value (139.4 0 0);
}
OUTLET
{
type zeroGradient;
}
UPPERWALL
{
type zeroGradient;
}
LOWERWALL
{
type zeroGradient;
}

k boundary condition
internalField uniform 2.8982;

{
AIRFOIL1
{
type kqRWallFunction;
value uniform 0;
}
frontPlate
{
type symmetryPlane;
}
top
{
type symmetryPlane;
}
INLET
{
type fixedValue;
value uniform 2.8982;
}
OUTLET
{
type zeroGradient;
}
UPPERWALL
{
type kqRWallFunction;
value uniform 0;
}
LOWERWALL
{
type kqRWallFunction;
value uniform 0;
}

omega boundary condition
internalField uniform 697;

boundaryField
{
AIRFOIL1
{
type omegaWallFunction;
value uniform 0;

}
INLET
{
type fixedValue;
value uniform 697;
}
OUTLET
{
type zeroGradient;
}
UPPERWALL
{
type zeroGradient;
}
LOWERWALL
{
type zeroGradient;
}

Last edited by yzf1215; November 10, 2012 at 21:28.
yzf1215 is offline   Reply With Quote

Reply

Tags
sst;boundary condition;


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
Difficulty in calculating angular velocity of Savonius turbine simulation alfaruk CFX 14 March 17, 2017 06:08
Boundary Conditions for k omega SST dancfd OpenFOAM Pre-Processing 0 June 9, 2011 23:25
v2-f turbulence model boundary conditions tstorm Main CFD Forum 1 July 19, 2010 12:15
k-w turbulent model and inflow boundary conditions vaina74 Main CFD Forum 6 April 26, 2010 06:03
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


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