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

Please explain the implementation of species transport Eqn in reactingFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2008, 07:29
Default I had been working with the bu
  #1
New Member
 
Alekh
Join Date: Mar 2009
Posts: 9
Rep Power: 17
kallipygian is on a distinguished road
I had been working with the buoyantFoam solver. I have succeeded in implementing buoyantFoam solver with SIMPLE Algorithm. Now I want to add species transport equation to the buoyant Solver.

On way, I stumbled upon the rectingFoam solver where a generic species transport equation is implemented in $FOAM_SOLVER/combustion/reactingFoam/YEqn.H

Can someone please explain how this implementation takes care of change in enthalpy due to species transport?

My first impression was that the implementation was faulty, but I later realized that the in the createField.H file, the implementation of species also include the enthalpy of the gas.

#################################################
combustionMixture& composition = thermo->composition();
PtrList<volscalarfield>& Y = composition.Y();

word inertSpecie(thermo->lookup("inertSpecie"));
#################################################

Further, in the YEqn.H a new convectionScheme is inherited from the "fv" class called mvConvection, which defines Yi_h. So, somehow the enthalpy is included in the implementation but is very elusive to my inexperienced eyes.

Can someone please help me understand it better?

(**The implementation looks very native to hCombustionThermo.)
kallipygian is offline   Reply With Quote

Reply

Tags
mvconvection, reactingfoam


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
ReactingFoam Laminar flame simulation transport properties gbansal OpenFOAM Running, Solving & CFD 3 November 23, 2012 16:03
ReactingFoam specie transport equation alberto OpenFOAM Running, Solving & CFD 3 December 4, 2010 12:03
Find the total amount of a species in reactingFoam or dieselFoam alexandrepereira OpenFOAM Post-Processing 0 February 21, 2009 15:58
Laminar diffusion flames and reactingFoam Transport properties jgaricano OpenFOAM Running, Solving & CFD 0 June 4, 2008 16:58
Could someone explain the implementation of the convection scheme liuhuafei OpenFOAM Running, Solving & CFD 0 January 20, 2008 19:18


All times are GMT -4. The time now is 11:43.