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

Compressible flow with inlet velocity Ma%23601

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 3, 2005, 13:01
Default Hello openFoam users, i jus
  #1
New Member
 
Klaus Wittig
Join Date: Mar 2009
Posts: 20
Rep Power: 17
klaus is on a distinguished road
Hello openFoam users,

i just started evaluating this promissing code and as usual in the beginning i have a problem. I just wanted to run the nacaAirfoil example in sonicTurbFoam with a free-stream velocity below sonic-speed (Ma<1) so that the velocity has to go supersonic only in a small area. But the solver is complaining that the free-stream Mach-Number must not be below 1:

--> FOAM FATAL ERROR : MachInf < 1.0, free stream must be supersonic

Is there a way to handle compressible flow for subsonic inlet conditions?

Best regards,
Klaus
klaus is offline   Reply With Quote

Old   July 3, 2005, 13:14
Default You have chosen a supersonicFr
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
You have chosen a supersonicFreestream BC but specified a sub-sonic flow, why not choose a standard fixedValue inlet or inletOutlet condition?
henry is offline   Reply With Quote

Old   July 3, 2005, 15:43
Default Ups, you got me. I was hast
  #3
New Member
 
Klaus Wittig
Join Date: Mar 2009
Posts: 20
Rep Power: 17
klaus is on a distinguished road
Ups,

you got me. I was hasty and i missed to change this entry in the inlet condition of U.

From:
INLE1
{
type supersonicFreeStream;
pInf 100000;
TInf 300;
UInf (60.0 14.816 0);
}

To:
type fixedValue;
value uniform (60.0 14.816 0);

I also changed p now.

From:
OUTL2
{type pressureTransmissive;
pInf 100000;
lInf 1;
}
To:
OUTL2
{
type fixedValue;
value uniform 100000;
}

I will try it soon.

Thanks for the quick reply and for all your effort with the software,
Klaus
klaus is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Steady pipe flow mean velocity higher than inlet velocity anita OpenFOAM Running, Solving & CFD 7 September 25, 2012 05:35
Internal Flow BCs for Compressible inlet flow Katie FLUENT 2 March 3, 2012 17:35
Mass flow inlet compressible flow richard FLUENT 2 June 1, 2008 11:44
reversed flow at velocity inlet / mass flow inlet ib FLUENT 1 March 26, 2007 13:11
velocity or mass flow inlet? Silvia FLUENT 1 August 12, 2005 13:55


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