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

advective BC

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 16, 2010, 14:19
Default advective BC
  #1
Member
 
Pascal
Join Date: Jun 2009
Location: Montreal
Posts: 65
Rep Power: 16
Pascal_doran is on a distinguished road
Hi all,

I try to use advective boundary condition with icoFoam (incompressible) in a 2D simulation with OF 1.6.x. here's how I declare it in 0/U file :
Code:
boundaryField
{
    outlet
    {
        type            advective;
        phi             phi;
    }
    frontAndBack
    {
        type            empty;
    }
}
But at the end of the simulation 'value uniform (0 0 0);' has been added and I don't know why :
Code:
boundaryField
{
    outlet
    {
        type            advective;
        value           uniform (0 0 0);
    }
    frontAndBack
    {
        type            empty;
    }
}
Is it the right way to use this BC? Is it the same explanation that has been written in the following thread #18-19 ? (for a cyclic boundary condition) :
http://www.cfd-online.com/Forums/ope...condition.html
Right now, when I use the advective BC, my BC behaves like a wall with a no-slip condition which is totally different of what I expected... Should the advective BC acts like a non reflective boundary condition?? According to the source code description it is supposed to implement the following equation at the BC : DDt(psi, U) = 0 If anybody has an explanation of what I did wrong, please let me know!

Thank you very much,
Pascal

Last edited by Pascal_doran; July 18, 2010 at 23:46.
Pascal_doran is offline   Reply With Quote

Old   August 5, 2015, 08:15
Default
  #2
Senior Member
 
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 313
Rep Power: 14
agustinvo is on a distinguished road
Hello!

I know this post is quite old, but I have seen your post and I'd lilke to know if you found any solution to this.

Thanks!
agustinvo is offline   Reply With Quote

Old   May 31, 2019, 00:31
Default
  #3
Senior Member
 
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 7
calf.Z is on a distinguished road
I am also interested in this post, can anyone give an explanation?
calf.Z is offline   Reply With Quote

Reply

Tags
advective

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
Convective outlet boundary condition for Unsteady flows msrinath80 OpenFOAM Running, Solving & CFD 109 November 28, 2016 11:53
Advective BC: local velocity? dany OpenFOAM Running, Solving & CFD 0 July 3, 2009 09:48
Canbt understand advective amp wavetransmissive wuwen OpenFOAM Running, Solving & CFD 0 November 6, 2008 09:42
New advective boundary condition torvic OpenFOAM Running, Solving & CFD 0 July 28, 2008 18:45
MONOTONIC ADVECTIVE SCHEME Ferreira Main CFD Forum 0 June 4, 2008 15:14


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