|
[Sponsors] |
February 24, 2010, 08:41 |
Periodic B.C or Inlet/Outlet B.C
|
#1 |
New Member
alireza
Join Date: Apr 2009
Location: iran
Posts: 11
Rep Power: 17 |
Hi guys
I want to know that, how can I use icoFoam for the laminar microchannel and which of the boundary condition need to use, periodic or inlet/outlet. Thanks, |
|
February 25, 2010, 02:19 |
|
#2 |
New Member
Tammo Wenterodt
Join Date: Mar 2009
Posts: 24
Rep Power: 17 |
If you want to simulate a fully developed channel flow in constant cross sections or in a periodically repeating geometry, the cyclic boundary condition for the U-field is what you need. The easiest way to prescribe a pressure drop between inlet and outlet is to use the fan-boundary condition. I.e. in constant/polyMesh/blockMeshDict use e.g.
Code:
cyclic inout ( (4 7 3 0) (6 5 1 2) ) Code:
inout { type cyclic; value uniform (0 0 0); } Code:
inout { type fan; patchType cyclic; f List<scalar> 1(-0.005); // p_OF = p_real / rho value uniform 0; } Here the "value"-entries are only used for the first iteration (and to prevent paraFoam from crashing) and are then overwritten. Good luck! |
|
February 25, 2010, 04:58 |
|
#3 |
Senior Member
Join Date: Apr 2009
Location: Karlsruhe, Germany
Posts: 104
Rep Power: 17 |
Hi,
an other way is to use mapped boundary condtions. http://www.cfd-online.com/Forums/ope...condition.html Regards Thomas |
|
February 27, 2010, 04:36 |
|
#4 | |
New Member
alireza
Join Date: Apr 2009
Location: iran
Posts: 11
Rep Power: 17 |
Quote:
thanks for your help. but, I have some other questions. could you tell me, what is the Fan-boundary condition and is it possible to use this B.C in icoFoam. also, I want to know for laminar channel flow, can I use icoFoam? |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why can't I make the boundaries periodic? | Alina | FLUENT | 5 | April 12, 2012 15:06 |
Must periodic oscillation give periodic results? | zonexo | Main CFD Forum | 6 | May 13, 2007 16:36 |
periodic b.c. | nick | FLUENT | 0 | September 1, 2006 10:46 |
SYMMETRY + PERIODIC B.C....I need Help! | JB | FLUENT | 6 | January 14, 2005 08:03 |
About UDF of Inlet and Periodic B.C. | JI Lucheng | FLUENT | 2 | December 28, 2001 20:18 |