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

Unrealistic supersonic pockets at pressure inlet

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 7, 2015, 16:52
Default Unrealistic supersonic pockets at pressure inlet
  #1
New Member
 
Join Date: Aug 2013
Location: Italy/UK
Posts: 24
Rep Power: 12
c0sk is on a distinguished road
Hi!

For my undergrad project I am trying to simulate an airfoil in a wind tunnel using the sonicFoam solver. I run the case on a big domain with fixed velocity inlet and worked fine. When moved to pressure inlet I am struggling. As you can see from the picture with the bent duct, there are pockets of insanely high speeds (up to Mach 9). The boundary conditions are fixed value (1.6 bar and 1 bar wave trasmissive) at both the inlet and outlet and the velocity BC are fixedGradient. I am trying to achieve inlet velocity of Ma 0.4 and this should be done by having constant pressure inlet. I have been trying everything and pretty desperate right now.
When testing the pressure conditions with the big domain, i dont get the pockets but the strange flow pattern near the outlet.

What am I getting wrong?!

U
dimensions [ 0 1 -1 0 0 0 0 ];
internalField uniform (0 0 0);
boundaryField
{
back
{
type zeroGradient;
}

front
{
type zeroGradient;
}

top
{
type fixedValue;
value uniform ( 0 0 0);
}

right
{
type zeroGradient;
}

bottom
{
type fixedValue;
value uniform ( 0 0 0);
}

left
{
type pressureInletVelocity;
value uniform (0 0 0);
}
foil
{
type fixedValue;
value uniform ( 0 0 0);
}

}

P
dimensions [ 1 -1 -2 0 0 0 0 ];
internalField uniform 100000.0;
boundaryField
{
back
{
type zeroGradient;
}

front
{
type zeroGradient;
}

top
{
type zeroGradient;
}

right
{
type waveTransmissive;
field p;
phi phi;
rho rho;
psi thermosi;
gamma 1.3;
fieldInf 100000;
lInf 1;
value uniform 100000;;
}

bottom
{
type zeroGradient;
}

left
{

type fixedValue;
value uniform 160000.0;
}

foil
{
type zeroGradient;
}

}





Thank you so much
Attached Images
File Type: jpg Big domain .jpg (13.7 KB, 14 views)
File Type: png tunnel, bad BC.png (5.4 KB, 14 views)
c0sk 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
Pressure Driven Supersonic Flow in Converging-Diverging Nozzle cdm OpenFOAM Running, Solving & CFD 7 August 28, 2019 01:37
"Pressure Inlet" Boundary Setup Wijaya FLUENT 15 May 18, 2016 10:08
B.C. for Supersonic inlet ? jakjak CFX 1 December 3, 2007 15:27
Pressure jump on supersonic velocity inlet Viktor FLUENT 0 August 9, 2007 00:23
Neumann pressure BC and velocity field Antech Main CFD Forum 0 April 25, 2006 02:15


All times are GMT -4. The time now is 04:16.