|
[Sponsors] |
Please explain the implementation of species transport Eqn in reactingFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 13, 2008, 08:29 |
I had been working with the bu
|
#1 |
New Member
Alekh
Join Date: Mar 2009
Posts: 9
Rep Power: 17 |
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.) |
|
Tags |
mvconvection, reactingfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ReactingFoam Laminar flame simulation transport properties | gbansal | OpenFOAM Running, Solving & CFD | 3 | November 23, 2012 17:03 |
ReactingFoam specie transport equation | alberto | OpenFOAM Running, Solving & CFD | 3 | December 4, 2010 13:03 |
Find the total amount of a species in reactingFoam or dieselFoam | alexandrepereira | OpenFOAM Post-Processing | 0 | February 21, 2009 16:58 |
Laminar diffusion flames and reactingFoam Transport properties | jgaricano | OpenFOAM Running, Solving & CFD | 0 | June 4, 2008 17:58 |
Could someone explain the implementation of the convection scheme | liuhuafei | OpenFOAM Running, Solving & CFD | 0 | January 20, 2008 20:18 |