|
[Sponsors] |
July 7, 2010, 20:29 |
Outlet boundary setup for interFoam
|
#1 |
New Member
Kushagra Mittal
Join Date: Mar 2009
Posts: 15
Rep Power: 17 |
Hi,
I am new to OpenFoam. I want to set up a simulation for a problem that I used to run using Fluent earlier. The case involves water and air as two continuous phases. To track the interface, I will be using interFoam (LES turbulence modeling) solver for this purpose. I need some help/guidance to setup boundary conditions properly. Your input will highly be appreciated. Geometry has one 'inlet' and one 'outlet' and rest 'wall'. At inlet, volume fraction of water is 1 and it is velocity specified inlet. The outlet is open to atmosphere (hence gauge p =0) and if the backflow occurs, only air can enter in. I have searched in this forum and as I understand I will need to use BCs similar to 'inletOutlet' for my outlet. I am wondering what does 'value' mean in the bc? (highlighted in red below) ************************ alpha1 ************************ dimensions [0 0 0 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type fixedValue; value uniform 1; } outlet { type inletOutlet; inletValue uniform 0; value ??????? (what to put here and what does it mean?) } wall { type zeroGradient; } } ************************************************** Similar to that, how should I treat the U and pressure at the 'outlet'? Basically I am having problems in understanding 'outlet' boundary setup. Thank you very much for your help. With very kind regards Mittal |
|
July 14, 2010, 07:49 |
Outlet boundary setup for interFoam
|
#2 |
Senior Member
ata kamyabi
Join Date: Aug 2009
Location: Kerman
Posts: 323
Rep Power: 18 |
Hi Kushagra Mittal
May be you can use zero gradient for pressure and velocity at outlet. good luck |
|
July 14, 2010, 09:59 |
|
#3 | |
Senior Member
Stefan Herbert
Join Date: Dec 2009
Location: Darmstadt, Germany
Posts: 129
Rep Power: 17 |
Quote:
this value is re-evaluated in every time step. It is simply showing the actual value on patch derived from zeroGradient or inletValue respectivley depending on flow direction. But it is not used as a bc or something similar. To my understanding the value entry is there to give some values to paraFoam in postprocessing. Therefore you can input any value you want to, e.g. uniform 0. It should have no influence on the solution. Regards, Stefan |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
Implications for heat transfer when outlet pressure boundary condition used | Blob | CFX | 2 | March 26, 2009 07:22 |
Inlet & Outlet Boundary Conditions | dhananjay | Main CFD Forum | 0 | December 18, 2006 03:51 |
VOF Outlet boundary condition in cfd - ace | JM | Main CFD Forum | 0 | December 15, 2006 09:07 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |