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

implementation of combustion in fireFoam 1.6-1.0

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 2, 2013, 15:51
Question implementation of combustion in fireFoam 1.6-1.0
  #1
Senior Member
 
Join Date: Nov 2012
Posts: 171
Rep Power: 13
hz283 is on a distinguished road
Hi All,

I read the source codes of fireFoam 1.6-1.0, and have some questions about how the combustion is implemented in this code. The source is downloaded from the website: http://code.google.com/p/firefoam-dev/.

In this code, the equations about density, momentum, mixture fraction and mixture fraction variance, pressure, total enthalpy as well as the corresponding turbulence quantities are solved. However, in all these equations, there is no combustion source terms solved. For example, in the enthalpy equation:
fvm::ddt(rho, h)
+ mvConvection->fvmDiv(phi,h)
- fvm::laplacian(turbulence->alphaEff(), h)
==
dpdt
+ fvc::div(phi/fvc::interpolate(rho)*fvc::interpolate(p))
- p*fvc::div(phi/fvc::interpolate(rho))
+ radiation->Sh(thermo)


The terms in the RHS of the above expression are Dp/Dt+radiation source terms.

Does anybody have experience in using this code? Thank you in advance.

best regards,
H
hz283 is offline   Reply With Quote

Old   January 3, 2013, 15:04
Default
  #2
Senior Member
 
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 15
adhiraj is on a distinguished road
The total enthalpy equation should not have a chemical reaction term,
unless I am missing something.
adhiraj is offline   Reply With Quote

Old   January 3, 2013, 15:07
Default
  #3
Senior Member
 
Join Date: Nov 2012
Posts: 171
Rep Power: 13
hz283 is on a distinguished road
yes, you are correct. I did not question the correctness of this equation, I am just ask the question about how the combustion is implemented. I read the fireFoam related papers and have already had some understanding now.
hz283 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
[mesh manipulation] extrudeMesh from STL Surface TRT OpenFOAM Meshing & Mesh Conversion 1 March 26, 2018 07:15
Modelling Combustion in Porous Zone tanjinjack FLUENT 2 September 26, 2016 04:10
DieselFoam spray thumthae OpenFOAM Running, Solving & CFD 98 December 24, 2014 15:55
[snappyHexMesh] Giving patch names within stl files Nik_ OpenFOAM Meshing & Mesh Conversion 2 October 27, 2010 13:41
UDF : Chemical Reaction in Catalytic Converter adhimac FLUENT 1 March 27, 2001 14:04


All times are GMT -4. The time now is 14:07.