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

Bug in Mixture fraction formulation

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 4, 2008, 05:15
Default There is a Problem in the Xood
  #1
New Member
 
Chris Beck
Join Date: Mar 2009
Posts: 4
Rep Power: 17
cbeck is on a distinguished road
There is a Problem in the Xoodles solver when B is different from unity at the beginning of the simulation. This is caused by:

OpenFOAM/OpenFOAM-1.5/src/thermophysicalModels/combustion/mixtureThermos/mixture s/combustionMixture/combustionMixture.C

// Error check for single component mixtures - should be uniform 1
if (Y_.size() == 1)
{
if (average(Y_[0]).value() < 0.999)
{
FatalErrorIn("combustionMixture::combustionMixture ")
<< "Mass fraction for single component mixture must be unity"
<< nl << "Please correct field: " << species_[0]
<< " (Ydefault)" << nl << " (Ydefault)" << nl << abort(FatalError);
}
}

The problem appears when restarting the simulation or initializing the B field with setField.

The problem can be reproduced with the Xoodles tutorial


kind regards,
Christian Beck
cbeck is offline   Reply With Quote

Old   September 5, 2008, 10:12
Default Thanks for the bug report, thi
  #2
Senior Member
 
Join Date: Mar 2009
Posts: 854
Rep Power: 22
henry is on a distinguished road
Thanks for the bug report, this is now fixed in our git repo.

H
henry 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
Mixture Fraction SanyaKrasnoyarsk Siemens 0 February 1, 2006 05:31
mixture fraction dan Main CFD Forum 0 September 14, 2005 19:29
About mixture fraction again Sheng Chen Main CFD Forum 1 July 5, 2004 05:45
About mixture fraction Sheng Chen Main CFD Forum 2 June 30, 2004 11:22
mixture fraction F.B. Siemens 0 March 24, 2004 12:35


All times are GMT -4. The time now is 21:59.