|
[Sponsors] |
flow in duct-fixed pressure boundary condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 14, 2012, 08:05 |
flow in duct-fixed pressure boundary condition
|
#1 |
New Member
maryam
Join Date: Jan 2012
Posts: 11
Rep Power: 14 |
hi every body
I am writing a code for flow in micro channels, but as boundary condition I do not have any information about velocity, I just know I have input pressure 150000 (pa) and output pressure atmosphere (100000 pa). I use finite volume method and simple algorithm. In Versteeg's book it is defined az physical boundary condition bud I have some problems . I don't get convergence for my code and I think it is something about my boundary condition defining. I wonder if anyone could help me. my Du and Dv and so for most nodes pressure corrections too small to correct velocity or pressure . I don't know what to do about under relaxation factor, does it have such important effect on code convergence? please help me |
|
May 14, 2012, 10:01 |
|
#2 |
New Member
sara
Join Date: May 2012
Posts: 5
Rep Power: 14 |
is it steady state?
have you done grid size independence check? have you initialized it correctly? can u tell me more details about the problem u wanna solve |
|
May 14, 2012, 11:23 |
|
#3 |
Member
Join Date: Jul 2011
Posts: 59
Rep Power: 15 |
Can you assume the flow is undisturbed near the boundaries. ie just a posiuelle type flow. If so then as a reasonable approximation you can set the tangential part of the flow to zero and set the derivative of the normal part of the flow to zero. There are some better approximation you can use if the flow isn't so regular.
"Open and Traction boundary conditions for the incompressible navier stokes equations" Jie Liu JCP 228, 2009 |
|
May 14, 2012, 12:11 |
|
#4 |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
can you try setting gradient limiters?
__________________
Mihai Pruna's Bio |
|
May 18, 2012, 08:51 |
|
#5 | |
New Member
maryam
Join Date: Jan 2012
Posts: 11
Rep Power: 14 |
Quote:
Dear sara...yes it is steady state ...at first I make my model from a paper and I used the same grid size and channel size and I give the initial condition near the real results but it does not get convergence....it is about 3d flow in a micro channel with two fixed boundary condition in inlet and outlet and no slip condition...water is flowing in the channel, I did every thing exactly written in Versteeg for fized boundary condition, but I can not find the problem |
||
May 18, 2012, 09:05 |
|
#6 |
New Member
maryam
Join Date: Jan 2012
Posts: 11
Rep Power: 14 |
||
May 18, 2012, 09:09 |
|
#7 | |
New Member
maryam
Join Date: Jan 2012
Posts: 11
Rep Power: 14 |
Quote:
thank you my dear friend...I would study the paper and ask you If i had problem... |
||
May 18, 2012, 10:03 |
|
#8 | |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
Quote:
http://openfoamwiki.net/index.php/Op...guide/Limiters
__________________
Mihai Pruna's Bio |
||
May 19, 2012, 04:58 |
|
#9 | |
New Member
maryam
Join Date: Jan 2012
Posts: 11
Rep Power: 14 |
Quote:
I am writing my code with fortran language...didn't you understand exactly what OpenFOAM did in that case? |
||
May 20, 2012, 13:11 |
|
#10 |
Senior Member
Mihai Pruna
Join Date: Apr 2010
Location: Boston
Posts: 195
Rep Power: 16 |
I haven't reviewed the source code for OpenFOAM, but for your program, you should be able to calculate the difference of inflow and outflow in a cell, for any quantity/ direction, divide by cell size in that direction and if the result is larger than a certain number, repeat the iteration with a smaller time step, add relaxation factors maybe, or simply set that gradient to the maximum allowable value and proceed from there, I think this is what OpenFOAM does and although it introduces some accuracies (not much in my case, few cells have that problem), it allows the solution to converge.
__________________
Mihai Pruna's Bio |
|
Tags |
finite volume, inlet pressure, simple |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Wind turbine simulation | Saturn | CFX | 60 | July 17, 2024 06:45 |
Pressure boundary condition | C-H Kuo | Main CFD Forum | 18 | September 16, 2016 04:19 |
External,incompressible flow boundary condition? | John | FLUENT | 2 | August 19, 2011 01:42 |
transient simulation of a rotating rectangle | icesniffer | CFX | 1 | August 8, 2009 08:25 |