CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Boundary conditions in combustion Problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 21, 2011, 08:24
Default Boundary conditions in combustion Problem
  #1
Member
 
José Rodrigues
Join Date: Jun 2010
Location: IN+/IST Lisbon
Posts: 53
Rep Power: 15
jose_rodrig is on a distinguished road
Hi

I am simulating a combustion chamber for flameless combustion with the outlet boundaries pretty close to the inlet boundaries.

When I ignite the mixture, the simulation diverges (the temperatures get higher and higher) as the hot air gets closer to the outlet. I checked on the solution right before the crash and I saw that the outlet temperature did not changed as the hot gases approached with temperatures 2000k higher.

1) I am setting zeroGradient in this boundary, which should allow the outlet temperature to raise with the outgoing gases. Am I right??

2) Also, a colleague suggested me use extrapolation to set the boundary values. How does OpenFoam do extrapolation for BCs?

3) What does $internalField do? For example in the dictionary
Code:
Outlet
{
    type    fixedValue;
    value   $internalField;
}
I am stuck in this for a while and I need to move forwards as this work is for my thesis and I dont have a lot of time now.
Thx
jose_rodrig is offline   Reply With Quote

Old   July 21, 2011, 08:56
Default
  #2
Member
 
Frederic Collonval
Join Date: Apr 2009
Location: Technische Universitaet Munich - Lehrstuhl fuer Thermodynamik
Posts: 53
Rep Power: 17
fcollonv is on a distinguished road
Hello Jose,

1) Indeed zeroGradient is the right boundary condition to use if you are sure that the flow can not enter by that boundary. In the latter case you can make use of inletOutlet.
But to have the temperature going outside your domain, you need a flow that is going outside:Could you provide the boundary conditions for the pressure and the velocity?
2) I don't understand what extrapolation means in that case. zeroGradient will copy the value of the nearest cell to the boundary face - is that the extrapolation your are speaking about??
3) $internalField means that the value use to set the internal mesh will be use as fixed value for the boundary condition.

Good luck

Frederic
__________________
Frederic Collonval
Technische Universität München
Thermodynamics Dpt.
fcollonv is offline   Reply With Quote

Old   July 21, 2011, 09:29
Default
  #3
Member
 
José Rodrigues
Join Date: Jun 2010
Location: IN+/IST Lisbon
Posts: 53
Rep Power: 15
jose_rodrig is on a distinguished road
Hi Frederic,

1) in that same boundary, I have pressure prescribed and velocity is also zeroGradient. I have checked the solution and the flow is, in fact, out flowing at that point.
2) Simply, I mean extrapolation by computing the boundary value with a simple extrapolation using the cells upstream the outlet ( as much cells as I prefer) I guess there is no other way to do this in OpenFOAM. So zeroGradient is the closest I can get.

Anyway, if it works like you say (copy the value of the neighbor cell) I dont understand why it diverges as the the hot gases come closer to the boundary.
jose_rodrig is offline   Reply With Quote

Old   February 2, 2013, 10:26
Default
  #4
New Member
 
Samir
Join Date: May 2012
Posts: 14
Rep Power: 13
samegypt is on a distinguished road
Quote:
Originally Posted by jose_rodrig View Post
Hi Frederic,

2) Simply, I mean extrapolation by computing the boundary value with a simple extrapolation using the cells upstream the outlet ( as much cells as I prefer) I guess there is no other way to do this in OpenFOAM. So zeroGradient is the closest I can get.
Hi,
I like to ask how do you define an extrapolation BC using OpenFoam? by using zeroGradient or is there another BC ??

regards,
Samir
samegypt is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Specifying Boundary Conditions nakul OpenFOAM 1 February 25, 2011 07:13
Problem with using periodic boundary conditions Sun FLUENT 0 January 14, 2011 09:47
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05
Boundary Conditions Jan Ramboer Main CFD Forum 11 August 16, 1999 08:59
Book Jan Ramboer Main CFD Forum 5 August 9, 1999 02:01


All times are GMT -4. The time now is 06:01.