|
[Sponsors] |
About boundary conditions in k-omega-SST model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 10, 2012, 22:00 |
About boundary conditions in k-omega-SST model
|
#1 |
Member
Zifei Yin
Join Date: Sep 2012
Location: Shanghai & Ames
Posts: 33
Rep Power: 14 |
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 22:28. |
|
Tags |
sst;boundary condition; |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Difficulty in calculating angular velocity of Savonius turbine simulation | alfaruk | CFX | 14 | March 17, 2017 07:08 |
Boundary Conditions for k omega SST | dancfd | OpenFOAM Pre-Processing | 0 | June 10, 2011 00:25 |
v2-f turbulence model boundary conditions | tstorm | Main CFD Forum | 1 | July 19, 2010 13:15 |
k-w turbulent model and inflow boundary conditions | vaina74 | Main CFD Forum | 6 | April 26, 2010 07:03 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |