CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Outlet behaves like solid wall

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 14, 2020, 11:20
Default Outlet behaves like solid wall
  #1
New Member
 
Harald Radlwimmer
Join Date: Sep 2020
Location: Vienna, Austria
Posts: 5
Rep Power: 5
Harald is on a distinguished road
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:

  • axis-symmetric case (see 1-geom.png):
    • chamber (D = 25 mm) with small high-pressure/temperature region,
    • filter,
    • surrounding area
  • initial conditions (see 2-initial-p.png and 2-initial-T.png):
    • air
    • p0 = 1e+05 Pa
    • T0 = 300 K
    • chamber (high temperature/pressure region)
      • air
      • p_region = 20e+05 Pa
      • T_region = 1600 K
    • filter (Darcy-Forchheimer)
  • outlet patches
    • front,
    • right
  • solver
    • rhoPimpleFoam

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);
}
Let me know if I need to provide some additional information.

Harald
Attached Images
File Type: png 1-geom.png (50.3 KB, 10 views)
File Type: jpg 2-initial-p.jpg (37.5 KB, 8 views)
File Type: jpg 2-initial-T.jpg (33.4 KB, 8 views)
File Type: jpg 3-U.jpg (44.3 KB, 12 views)
File Type: jpg 4-U.jpg (55.2 KB, 15 views)
Harald is offline   Reply With Quote

Old   September 16, 2020, 05:46
Default Setting pressure outlet BC to waveTransmissive helped
  #2
New Member
 
Harald Radlwimmer
Join Date: Sep 2020
Location: Vienna, Austria
Posts: 5
Rep Power: 5
Harald is on a distinguished road
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;
}
Attached Images
File Type: png 5-U.png (74.4 KB, 10 views)
File Type: png 6-U.png (75.1 KB, 9 views)
Harald is offline   Reply With Quote

Reply

Tags
boundary condition, outlet, wall

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
temperature correction limited- Star ccm+ LpSingh STAR-CCM+ 15 September 29, 2020 11:06
Wall shear stress for solid phase? qi.yang@polimi.it OpenFOAM Programming & Development 0 February 24, 2020 06: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 05:43
Problem Interface Solid Fluid with wall velocity Solver v12 hills1 CFX 2 October 12, 2009 05:36
Multicomponent fluid Andrea CFX 2 October 11, 2004 05:12


All times are GMT -4. The time now is 16:37.