View Issue Details

IDProjectCategoryView StatusLast Update
0001257OpenFOAMBugpublic2014-04-02 10:12
Reporterchriss85 Assigned Touser21 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0001257: Bug in wideBandAbsorptionEmission.C
DescriptionIn wideBandAbsorptionEmission.C, line 105:
coeffs_[nSpec][nBand].initialise(specDicts.subDict(key));

I believe this should be:
coeffs_[nBand][nSpec].initialise(specDicts.subDict(key));

Since coeffs is defined like this:
FixedList<FixedList<absorptionCoeffs, nSpecies_>, maxBands_> coeffs_;

On a related note, this band model is not available for the P1 radiation model at the moment, right? If not, are there any plans for it?
TagsNo tags attached.

Activities

user21

2014-04-02 10:12

  ~0002993

Thanks for the report. Solved in commit
72e07ed568aff56905http://www.openfoam.org/mantisbt/view.php?id=1257
At the moment there are no plans to add this model to P1. Although it is one of the points in my to-do list.

Issue History

Date Modified Username Field Change
2014-04-02 07:59 chriss85 New Issue
2014-04-02 10:12 user21 Note Added: 0002993
2014-04-02 10:12 user21 Status new => resolved
2014-04-02 10:12 user21 Resolution open => fixed
2014-04-02 10:12 user21 Assigned To => user21