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

Unsteady Flamelet NOx Post Processing

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 3, 2012, 06:05
Default Unsteady Flamelet NOx Post Processing
  #1
New Member
 
Brendan
Join Date: Oct 2012
Posts: 10
Rep Power: 13
clarkie_49 is on a distinguished road
Hi All,

I have a working natural gas combustor model for my undergraduate thesis which uses the Zimont BVM model coupled with laminar flamelets.

After running the transient unsteady flamelet update, Fluent creates a temperature field defined as "mean temperature" under the "unsteady flamelet" section. I would like to use this temperature field with the in built NOx post processor instead of the steady flamelet "static temperature". Could anyone advise on how this can be done?

Thanks in advance.
clarkie_49 is offline   Reply With Quote

Old   October 4, 2012, 05:35
Exclamation More info re: Unsteady NOx Post Processing (UDF required?)
  #2
New Member
 
Brendan
Join Date: Oct 2012
Posts: 10
Rep Power: 13
clarkie_49 is on a distinguished road
Must this be solved with a UDF? After searching and searching it would seem so, but i have no idea on how to create a UDF for this purpose (or any other).

I have looked at the case "data" file and it looks as though the variables are placed under the following headlines:

Static temperature (from steady flamelet):

(0 "SV_T, domain 1, cell zone 40, 2240 cells:")
(300 (3 40 1 0 1 3584 5823)
( 6.47804810e+02
6.47804810e+02
6.47804810e+02 ..............................

Mean temperature (from unsteady flamelet):

(0 "ufla-t, domain 1, cell zone 40, 2240 cells:")
(314 (1 40 1 0 1 3584 5823)
( 6.47804810e+02
6.47804810e+02
6.47804810e+02 ..............................

It would seem as though all that is needed is to set:

sv_t = ufla-t

for each node.

But there are 300,000 cells and manually editing these text files is next to impossible! Is there an "easy" way to do this?
clarkie_49 is offline   Reply With Quote

Old   October 4, 2012, 21:13
Smile
  #3
New Member
 
Graham
Join Date: Apr 2009
Posts: 7
Rep Power: 17
cguy is on a distinguished road
I would say it is easier (and more accurate since turb-chem interactions are accounted for) to include NOx in your chemical mechanism that you use to solver the unsteady flamelet...
cguy is offline   Reply With Quote

Old   October 4, 2012, 23:19
Default
  #4
New Member
 
Brendan
Join Date: Oct 2012
Posts: 10
Rep Power: 13
clarkie_49 is on a distinguished road
Quote:
Originally Posted by cguy View Post
I would say it is easier (and more accurate since turb-chem interactions are accounted for) to include NOx in your chemical mechanism that you use to solver the unsteady flamelet...
Hi Graham, thanks for your response. The NOx predicted by the unsteady flamelet model is approximately 10x greater than the NOx post processing and that produced by normal gas turbine combustors. In the following document the same situation is found and this 3 step process which i am trying to use (steady-unsteady-nox) is suggested, but not described in detail:

http://books.google.com.au/books/abo...kC&redir_esc=y

It is my understanding that the unsteady flamelet model can do a good job of predicting medium-slow forming species such as CO, but cannot account (enough) for the slow reaction rate of NOx. Below are my findings:

Steady flamelet NOx: 1400ppm
Unsteady flamelet NOx 240ppm
NOx post processor with N2O pathway and reburn (Steady flamelet mixtures and temperature used): 15ppm

However the difference in the steady and unsteady temperature field is quite significant, with the maximum temperature reducing from 2380k to 2240k for the steady and unsteady cases.

This is why i would like to post process the NOx using the mean temperature field from the unsteady solution (ufla-t).

Any help would be greatly appreciated.
clarkie_49 is offline   Reply With Quote

Old   October 5, 2012, 06:34
Default
  #5
New Member
 
Graham
Join Date: Apr 2009
Posts: 7
Rep Power: 17
cguy is on a distinguished road
Brendan,
You really don't want to write a UDF - it would be hundreds or thousands of lines. However, the UDF should ultimately work the same as including NOx in the unsteady flamelet mechanism. There are two possible sources of discrepancy:
1) The mechanism is different. You could type the Fluent post-proc NOx mechanism into your Chemkin mechanism and import that. I would guess that this is not causing major differences
2) More likely is the choice of turb-chem interaction. With NOx post-processing, you can choose "none" or "mixture-fraction" (the other options should not be used). I suspect that you are using "none", which ignores fluctuations and hence the predicted NOx is lower. You could get Fluent to approximate this by setting the mixture-fraction variance to zero as follows. Type this exactly in the tui:
(rpsetvar 'cgvar 0)
solve your steady flamelet
plot contours of mixture-fraction variance - they should be zero
re-run the unsteady flamelet with NOx in the mechanism
cguy is offline   Reply With Quote

Old   October 5, 2012, 07:43
Default
  #6
New Member
 
Brendan
Join Date: Oct 2012
Posts: 10
Rep Power: 13
clarkie_49 is on a distinguished road
Thanks again Graham, i should have included more information.

It is not the NOx post processing set-up that i am having issues with as i have always had that set to "mixture fraction". Given the equivalence ratios that i am using (phi < 0.6) for premixed mixture and the fact that the primary injector is also modelled as largely premixed, i am expecting these low numbers of NOx emissions; in fact it has taken me months of geometry changes to get it to this state.

I am fairly happy with the results, but it would make more sense to post process using the unsteady temperature field. I know it can be done, as the author of the paper i linked used this same method as they found the same issues with the steady/unsteady flamelet GRI3.0 NOx prediction. Attached is a snapshot of the relevant pages of the paper which can be found at http://search.proquest.com.ezproxy.l...89944/abstract if you have access.

A few more details in regards to my model:

2D lean-premixed axisymetric combsutor
Chemical Mechanism: GRI 3.0 (also tried GRI2.11 with very similar results)
Turbulence Model: k-omega SST (RANS)
Combustor avg. pressure: 12 bar
Attached Images
File Type: jpg NOx.jpg (37.0 KB, 33 views)
clarkie_49 is offline   Reply With Quote

Old   May 12, 2014, 05:03
Default
  #7
Senior Member
 
Andrea
Join Date: Feb 2012
Location: Leeds, UK
Posts: 179
Rep Power: 16
Andrea1984 is on a distinguished road
Hi Brendan,

I am facing exactly the same issue so I was wondering if you managed to use the NOx pollutant model with the unsteady flamelet temperature field (i.e. using the Mean temperature field instead of Static temperature to evaluate NOx formation)

Cheers

Andrea
Andrea1984 is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Problems with the unsteady flamelet Model Christoph_84 FLUENT 2 April 24, 2015 16:20
Diesel Unsteady Flamelet Error jabulani FLUENT 1 June 26, 2013 16:45
Error with the unsteady flamelet Model Christoph_84 FLUENT 0 February 25, 2010 11:06
user defined nox flamelet library narak STAR-CCM+ 0 November 7, 2009 13:46
post processing in CFD MANISH BHARGAVA Main CFD Forum 0 October 17, 1998 20:51


All times are GMT -4. The time now is 17:24.