|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
trackeras
Join Date: Apr 2009
Posts: 4
Rep Power: 6 ![]() |
Hi, Foamers
I want to simulation turbulent flow combustion using reactingFoam It has 2 inlet & 1 outlet. Basically, It is partially-premixed combustion inlet 1 : CH4 + Air inlet 2 : Air I have some problems about P and U boundary condition setup. Known information (attached below) U of inlet 1 and 2 P of outlet Current my boundary setup boundaryField --------------------->> "U" { inle_1 { type fixedValue; value uniform (-20 0 0); inle_2 { type fixedValue; value uniform (-20 0 0); } wall_3 { type fixedValue; value uniform (0 0 0); } outl_4 { type zeroGradient; } } boundaryField --------------------->> "P" { inle_1 { type zeroGradient; } inle_2 { type zeroGradient; } wall_3 { type zeroGradient; } outl_4 { type fixedValue; value uniform 100000; } } When I run my case using this boundary set, I can see inflow at outlet. (The calculated pressure of my domain is lower than outlet boundary pressure. I don't know how It can happen.) Is there anybody who knows appropriate boundary conditions? |
|
|
|
|
|
|
|
|
#2 |
|
New Member
mediode
Join Date: Mar 2009
Posts: 25
Rep Power: 6 ![]() |
Try
outl_4 { type fixedValue; value uniform 0; } |
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wind turbine simulation | Saturn | CFX | 23 | April 16, 2011 07:34 |
| RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 04:05 |
| Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 15:55 |
| New topic on same subject - Flow around race car | Tudor Miron | CFX | 15 | April 2, 2004 05:18 |
| what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 05:13 |