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

Fully developed outlet BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2016, 12:31
Default Fully developed outlet BC
  #1
Member
 
Join Date: Jun 2016
Posts: 99
Rep Power: 9
xuegy is on a distinguished road
Hello. I'm new to OpenFOAM so this question is a little bit silly. I need to set a constant velocity inlet and a fully developed outlet.
p
Code:
    inlet
    {
        type zeroGradient;
    }

    outlet
    {
        type fixedValue;
        value uniform 0;
    }
U
Code:
    inlet
    {
        type fixedValue;
        value uniform (0.0 0.4 0.0);
    }

    outlet
    {
        type zeroGradient;
    }
I have tried LES and DNS. But both of them will have a backflow. Does anyone know how to solve this problem?
xuegy is offline   Reply With Quote

Old   June 20, 2016, 13:06
Default
  #2
Member
 
Join Date: Jun 2016
Posts: 99
Rep Power: 9
xuegy is on a distinguished road
Any one could give me some suggestions?
xuegy is offline   Reply With Quote

Old   June 20, 2016, 15:31
Default
  #3
Senior Member
 
Joachim Herb
Join Date: Sep 2010
Posts: 650
Rep Power: 21
jherb is on a distinguished road
Do you mean you have backflow at the outlet and want to avoid it? Then inletOutlet might be what you looking for.
jherb is offline   Reply With Quote

Old   June 21, 2016, 01:31
Default
  #4
Member
 
Join Date: Jun 2016
Posts: 99
Rep Power: 9
xuegy is on a distinguished road
Yes exactly. So can you give me an correct example to set U and p? I looked up on the internet and found several different ways. But none of them is working.
xuegy is offline   Reply With Quote

Old   June 23, 2016, 04:00
Default
  #5
Senior Member
 
RodriguezFatz's Avatar
 
Philipp
Join Date: Jun 2011
Location: Germany
Posts: 1,297
Rep Power: 26
RodriguezFatz will become famous soon enough
xuegy, the outflow profile is determined by the shape of your domain. Your boundary conditions look fine. If you want to avoid backflow, you must make your domain larger, so that the large turbulence structures will not impair the outlet. Is this a pipe? Then make the pipe longer at the outlet...
__________________
The skeleton ran out of shampoo in the shower.
RodriguezFatz is offline   Reply With Quote

Reply

Tags
boundary condition, fully developed, outlet


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
How to set fully developed flow aty inlet? FernandoSoares OpenFOAM Running, Solving & CFD 7 November 18, 2016 00:16
Couple outlet to inlet to achieve a fully developed flow. raghu.tejaswi Fluent UDF and Scheme Programming 8 July 18, 2013 09:04
Fully developed flow ,CEL expression kmgraju CFX 0 August 6, 2010 04:15
Fully developed temperature profile for square cross section duct at outlet balkri Main CFD Forum 0 October 5, 2009 11:06
inlet velocity profile for fully developed turbule pankaj saha Main CFD Forum 4 August 24, 2007 16:53


All times are GMT -4. The time now is 10:09.