CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

How exactly is the Mixture Fraction Calculated?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 5, 2024, 09:51
Question How exactly is the Mixture Fraction Calculated?
  #1
New Member
 
Harsh Anand
Join Date: May 2024
Posts: 10
Rep Power: 2
GeekCFD is on a distinguished road
I am preparing a case setup for H2 combustion using reactingFoam.
However, I am seriously confused with how Mixture Fractions are calculated.

For example, suppose I have to calculate the Mixture Fraction for the below case (Non-reacting, Pure Mixing Only):

'N2' is the actual fuel.
So, Fuel Inlet Composition: Y_N2 = 1.0, Y_O2 = 0.0
Oxidizer Inlet Composition: Y_N2 = 0.79, Y_O2 = 0.21

N2 is coming from both the inlets, so how do I calculate the Mixture Fraction?? Also, of what quantity exactly do we calculate the Mixture Fraction?
I have read we calculate it for the fuel species (like, CH4/H2/C2H6, etc..); but here I have N2 as a fuel (suppose), but it is coming from both inlets, so how do I calculate the Mixture Fraction corresponding to the N2 which is coming from the fuel*inlet*only?

Regards,
GeekCFD
GeekCFD is offline   Reply With Quote

Old   August 5, 2024, 21:07
Default
  #2
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,747
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
Fuel mixture fraction is mass flow of fuel/(fuel+oxidizer) regardless of whatever elemental composition you have defined as fuel and oxidizer.

The local mass fraction of N2 is the mixed sum of mass fraction from the fuel and from the oxidizer streams so Y_N2=Z*1.0+Z*0.79. There is always Z fraction coming from the fuel stream and 1-Z fraction coming from the oxidizer stream, hence why it is called appropriately called mixture fraction.
LuckyTran is offline   Reply With Quote

Old   August 6, 2024, 05:19
Default
  #3
New Member
 
Harsh Anand
Join Date: May 2024
Posts: 10
Rep Power: 2
GeekCFD is on a distinguished road
Thanks, Tran.
I think I got it. The mixture fraction treats the fuel and the oxidizer composition differently.
So, if I have the mass fraction of N2 coming from the fuel in each cell of the domain (say, ps) then, the Mixture Fraction can be calculated as:

Z = m_fuel/(m_fuel + m_air)
Z = ps * 28/(ps * 28 + (1 - ps) * 28.84)

Am I right here?

Regards,
GeekCFD
GeekCFD is offline   Reply With Quote

Old   August 6, 2024, 06:14
Default
  #4
Senior Member
 
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,747
Rep Power: 66
LuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura aboutLuckyTran has a spectacular aura about
It's not helpful that you mix up popular nomenclature (in FVM CFD)

X is mole fraction
Y is mass fraction
Z is mixture fraction

Mixture fraction is fuel "mass" mixture fraction, you don't need to convert from molecular weights from mass fraction to mixture fraction. Mole mixture fractions are not a common definition in FVM-based CFD because you need to calculate mass flux on every face anyway that it makes it easier to do everything in mass fractions. And mixture fraction is (by convention) fuel-based

All of this is of course begging the question, why do you care what mixture fraction is if you have ReactingFoam which already has a transport equation for mass fraction? Just use the mass fractions... Every inlet has mass fractions of every species...


Inlet 1 Composition: Y_H2 = ?.?, Y_N2=1 - ?.? Y_O2 = 0.0
Inlet 2 Composition: Y_H2 = 0.0 Y_N2 = 0.79, Y_O2 = 0.21


And then why you are defining N2 as fuel when you are doing a H2 simulation, which has no H2. Please make it make sense!
LuckyTran is offline   Reply With Quote

Reply

Tags
mixture fraction, openfoam


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
dsmcFoam setup hherbol OpenFOAM Pre-Processing 1 November 19, 2021 02:52
Foam::error::printStack(Foam::Ostream&) in compressibleInterFoam JM27 OpenFOAM Running, Solving & CFD 2 May 26, 2020 09:13
Volume fraction of dispersed phase to determine DPM, VOF, Mixture model Mohsin FLUENT 5 March 5, 2018 08:47
buoyantBoussineqPimpleFoam Gravity Current Bish OpenFOAM 0 February 1, 2018 10:36
Mixture fraction for combustion problem Jonathan Lemay CFX 3 November 5, 2007 15:57


All times are GMT -4. The time now is 23:29.