|
[Sponsors] |
July 16, 2010, 14:19 |
advective BC
|
#1 |
Member
Pascal
Join Date: Jun 2009
Location: Montreal
Posts: 65
Rep Power: 17 |
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; } } Code:
boundaryField { outlet { type advective; value uniform (0 0 0); } frontAndBack { type empty; } } 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. |
|
August 5, 2015, 08:15 |
|
#2 |
Senior Member
Agustín Villa
Join Date: Apr 2013
Location: Alcorcón
Posts: 314
Rep Power: 15 |
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! |
|
May 31, 2019, 00:31 |
|
#3 |
Senior Member
Jianrui Zeng
Join Date: May 2018
Location: China
Posts: 157
Rep Power: 8 |
I am also interested in this post, can anyone give an explanation?
|
|
Tags |
advective |
|
|
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 |