|
[Sponsors] | |||||
Compressible flow with inlet velocity Ma%23601 |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Klaus Wittig
Join Date: Mar 2009
Posts: 20
Rep Power: 18 ![]() |
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 |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 23 ![]() |
You have chosen a supersonicFreestream BC but specified a sub-sonic flow, why not choose a standard fixedValue inlet or inletOutlet condition?
|
|
|
|
|
|
|
|
|
#3 |
|
New Member
Klaus Wittig
Join Date: Mar 2009
Posts: 20
Rep Power: 18 ![]() |
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 |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
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 06:35 |
| Internal Flow BCs for Compressible inlet flow | Katie | FLUENT | 2 | March 3, 2012 18:35 |
| Mass flow inlet compressible flow | richard | FLUENT | 2 | June 1, 2008 12:44 |
| reversed flow at velocity inlet / mass flow inlet | ib | FLUENT | 1 | March 26, 2007 14:11 |
| velocity or mass flow inlet? | Silvia | FLUENT | 1 | August 12, 2005 14:55 |