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

Outlet boundary condition for compressible nozzle flows

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 12, 2016, 08:40
Default Outlet boundary condition for compressible nozzle flows
  #1
Member
 
Bruno Blais
Join Date: Sep 2013
Location: Canada
Posts: 64
Rep Power: 12
blais.bruno is on a distinguished road
Hello everyone,

I am currently trying to simulate a nozzle with an exit section (see attached figure). The configuration is very simple, it's a nozzle with a convergent then a constant section barrel then it exits the barrel. After that, there is a large empty zone where the jet exits before leaving with the outlet boundary.

I have been trying to solve the flow with both pisoCentralFoam and sonicFoam, but to no avail.

At the inlet I impose pressure boundary condition with zeroGradient for the velocity. Pressure boundary is 1.4 MPA. The bottom is a symmetry boundary condition.
At the non-reflective outlet I impose waveTransmissive boundary conditions for the pressure. For example :

Code:
    outlet
    {
        type            waveTransmissive 
        value           uniform 1e5;    //important for correct I/O
       field           p;                //the name of the field that we are working on
       gamma           1.4;              //the ratio of specific heats
       phi             phi;             //the name of the volumetric flux field ( or if you use the mass flux phi, it will be divided by rho)
       rho             rho;              //the name of the density field
       psi             thermo:psi;              //the name of the field that is the deriv. of density with respect to pressure
       lInf            0.1;             //a measure of how far away the far-field condition should be
       fieldInf        1e5;            //the far-field value to be applied to pe;
    }
And for the regular outlet I tried to use either waveTransmissive or regular constant pressure. I first try to use a first order upwind scheme to ensure maximal stability.

Anyway, I get decent results within the nozzle, however, the pressure profile and velocity profile outside the nozzle are very poor. There is a pressure accumulation at the bottom right corner of the simulation, and therefore a large velocity appears going upward very close to the outlet boundary.

I have tried many alternative, but I cannot find a solution to my issue. I was wondering if any of you had any idea? I am sure it is relative somehow to my outlet boundary conditions, but I don't know.

My only leftover option right now is that I think that maybe the symmetry boundary condition at the bottom is too much of a large constraint and this is what makes the upward velocity appear, but this is really all I have.

Thanks!
BB
Attached Images
File Type: png scheme.png (16.8 KB, 76 views)
File Type: png velocity.png (27.9 KB, 85 views)
blais.bruno 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
sliding mesh problem in CFX Saima CFX 46 September 11, 2021 07:38
Outlet boundary condition for wave flume with interFoam solver Arnoldinho OpenFOAM 9 July 10, 2018 05:15
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
Outflow boundary condition in cartesian grid SIMPLE velocity-pressure coupling ghobold Main CFD Forum 9 September 19, 2015 02:50
Setting outlet Pressure boundary condition using CAFFA code Mukund Pondkule Main CFD Forum 0 March 16, 2011 03:23


All times are GMT -4. The time now is 02:08.