CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   inletOutlet B/C doesn't work, cannot stop reverse flow (https://www.cfd-online.com/Forums/openfoam-solving/187117-inletoutlet-b-c-doesnt-work-cannot-stop-reverse-flow.html)

qjh888 April 29, 2017 07:22

inletOutlet B/C doesn't work, cannot stop reverse flow
 
1 Attachment(s)
Hi foamers,

Recently I was applying inletOutlet boundary conditions for stopping the reverse flow when simulating a 2D- rotor section.
However, the case was collapse after running some steps.
The reason is that, the inletOutlet boundary condition doesn't really stop the reverse flow. The a strong reverse flow forms a shock wave, messing every thing up.
Please see the following picture (Attachment 55665).

The boundary condition setup is:

Code:

patch_outlet
{
    type              inletOutlet;
    inletValue    uniform(0 0 0);
}

Could anyone please tell me what's going on with the boundary condition?
I'll appreciate every comment.

Thanks,
Janry

sheaker April 30, 2017 11:21

Hi. I'm a begginer but most of my inletoutlet patch contains "value" parameter.

Maybe You should try:

Quote:

patch_outlet
{
type inletOutlet;
inletValue uniform (0 0 0);
value uniform (0 0 0);
}


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