View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001257 | OpenFOAM | Bug | public | 2014-04-02 07:59 | 2014-04-02 10:12 |
Reporter | chriss85 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Summary | 0001257: Bug in wideBandAbsorptionEmission.C | ||||
Description | In 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? | ||||
Tags | No tags attached. | ||||
|
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2014-04-02 07:59 | chriss85 | New Issue | |
2014-04-02 10:12 |
|
Note Added: 0002993 | |
2014-04-02 10:12 |
|
Status | new => resolved |
2014-04-02 10:12 |
|
Resolution | open => fixed |
2014-04-02 10:12 |
|
Assigned To | => user21 |