|
[Sponsors] |
September 14, 2020, 12:20 |
Outlet behaves like solid wall
|
#1 |
New Member
Harald Radlwimmer
Join Date: Sep 2020
Location: Vienna, Austria
Posts: 5
Rep Power: 6 |
Hello,
earlier this year, I started using OpenFOAM at work. Now, I reached the point, where I need assistance. Currently, I got stuck with the correct definition of my problem's outlet boundary conditions. My test case has the following setup:
Currently, my outlet patches seem to behave like solid walls. This understanding comes from the observation of a reflection from the front-patch (see 3-U.png and 4-U.png). However, that is not what I want. Actually, the outlet patch should be perfectly permeable and, therefore, only cut away everything from the environment, which I do not want to simulate. Unfortunately, I could not find the solution myself (RAS-tutorials, foamInfo, etc.). Please, take a look at my outlet boundary conditions; can you find an obvious failure? Code:
alphat: "(front|right)"// outlet {type calculated; value uniform 0;} Code:
k: "(front|right)"// outlet {type inletOutlet; inletValue uniform 1e-5; value uniform 1e-5;} Code:
nut: "(front|right)"// outlet {type calculated; value uniform 0;} Code:
omega: "(front|right)"// outlet {type inletOutlet; value uniform 1; inletValue uniform 1;} Code:
p: "(front|right)"// outlet {type fixedValue; value uniform 1e+5;} Code:
T: "(front|right)"// outlet {type inletOutlet; value uniform 300; inletValue uniform 300;} Code:
U: "(front|right)"// outlet {type pressureInletOutletVelocity; value uniform (0 0 0); inletValue uniform (0 0 0);} Harald |
|
September 16, 2020, 06:46 |
Setting pressure outlet BC to waveTransmissive helped
|
#2 |
New Member
Harald Radlwimmer
Join Date: Sep 2020
Location: Vienna, Austria
Posts: 5
Rep Power: 6 |
Today, I found a solution for my problem with help of foamInfo. It seems that changing the outlet boundary condition of the pressure from fixedValue to waveTransmissive does the job (see 5-U.png,6-U.png).
The new outlet BC reads: Code:
p: "(right|front)"// outlet {type waveTransmissive; gamma 1.4;} |
|
Tags |
boundary condition, outlet, wall |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
temperature correction limited- Star ccm+ | LpSingh | STAR-CCM+ | 15 | September 29, 2020 12:06 |
Wall shear stress for solid phase? | qi.yang@polimi.it | OpenFOAM Programming & Development | 0 | February 24, 2020 07:26 |
Two-sided Wall Heat Transfer BC - No Separate Solid Mesh and No Heat Transfer Coeff | swahono | OpenFOAM Running, Solving & CFD | 10 | October 15, 2018 06:43 |
Problem Interface Solid Fluid with wall velocity Solver v12 | hills1 | CFX | 2 | October 12, 2009 06:36 |
Multicomponent fluid | Andrea | CFX | 2 | October 11, 2004 06:12 |