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

Total specie mass instead of local concentration

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 12, 2006, 03:09
Default The output files of combustion
  #1
Member
 
Tomislav Sencic
Join Date: Mar 2009
Posts: 42
Rep Power: 17
tsencic is on a distinguished road
The output files of combustion/chemistry solvers, beside others, are species concentrations (O2, N2, CO2, CO...), with a list of local concentration in each cell. The problem is that bigger cells contribute to the global concentration more than the small ones, so just calculating the average does not lead to the correct result. In addition, in engine solvers cell volume changes with time. How can be obtained the average concentration over the hole domain? Or, how could I output specie mass instead of concentration? Where can I find the cell volumes?
tsencic is offline   Reply With Quote

Old   May 12, 2006, 03:35
Default The cell volumes are available
  #2
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
The cell volumes are available via mesh.V() (Look at table 2.1 in the Programmers guide; it's small but most useful).

Average concentration would be

Yavg=sum(Y[specIndex]*mesh.V())/sum(mesh.V());
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request
gschaider is offline   Reply With Quote

Old   May 12, 2006, 03:37
Default the solvers write out the spec
  #3
Member
 
stefan
Join Date: Mar 2009
Posts: 96
Rep Power: 17
stefanke is on a distinguished road
the solvers write out the species mass fraction of each cell. If you want to know the global mass of a specie just sum up the specie mass fraction of each cell you will get the right result:

mathematical writing:

m_k_tot = Sum_j(m_kj) = Sum_j(rho_j*Y_kj*V_j)

k is the species index
j is the cell index

hth

You can get the cell volumes from 'mesh.V()'
stefanke 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
mass concentration kim FLUENT 0 August 25, 2008 12:32
mass concentration kim Main CFD Forum 0 August 25, 2008 03:11
Mass Concentration Jaloha CFX 0 June 17, 2008 10:47
How to get specie mass fraction at a boundary face shuqin FLUENT 0 February 24, 2006 01:52
concentration, total mass?? yee wan FLUENT 0 February 24, 2003 21:34


All times are GMT -4. The time now is 16:56.