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

cellMixture: multi-component mixture

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 23, 2009, 12:25
Default cellMixture: multi-component mixture
  #1
mgc
New Member
 
Maria
Join Date: Apr 2009
Posts: 12
Rep Power: 17
mgc is on a distinguished road
Hi all!

cellMixture in multiComponentMixture is defined as:

<<
forAll (i)
{
cellMixture += Y[i] / species[i].W() * speciesData[i]
}
>>

Does anyone know why the mass fracction of i-species is divided by the mol-weight of i-species?

Thanks!
María
mgc is offline   Reply With Quote

Old   June 29, 2009, 11:18
Default
  #2
Super Moderator
 
niklas's Avatar
 
Niklas Nordin
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 693
Rep Power: 29
niklas will become famous soon enoughniklas will become famous soon enough
Quote:
Originally Posted by mgc View Post
Hi all!

cellMixture in multiComponentMixture is defined as:

<<
forAll (i)
{
cellMixture += Y[i] / species[i].W() * speciesData[i]
}
>>

Does anyone know why the mass fracction of i-species is divided by the mol-weight of i-species?
Thats because the speciesData is given per moles.

If you are missing the mol-weight of the mixture it doesnt make any difference
if you multiply everything with the same factor

so if it were to read like this
cellMixture += Wtot*Y[i] / species[i].W() * speciesData[i]

you would still get the same results, no matter the value on Wtot, hence you can set Wtot=1.
niklas is offline   Reply With Quote

Old   July 15, 2009, 05:59
Default
  #3
mgc
New Member
 
Maria
Join Date: Apr 2009
Posts: 12
Rep Power: 17
mgc is on a distinguished road
Have a look at the bug forum
mgc 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
Improvement to the update of T_ et al in hMixtureThermoC and hhuMixtureThermoC richpaj OpenFOAM Bugs 2 October 9, 2008 22:14
multi component ranap Main CFD Forum 1 October 8, 2008 03:00
Burning a CH4-H2 Mixture Jonathan Lemay CFX 2 November 12, 2007 17:01
multi component diffusivity mahut FLUENT 0 October 10, 2007 04:05
doubt about background fluid in multico mixture... Giosuč Siemens 0 June 11, 2004 05:18


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