View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001804 | OpenFOAM | Bug | public | 2015-07-30 18:33 | 2015-08-01 15:44 |
Reporter | alexeym | Assigned To | henry | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Summary | 0001804: Brackets are messed-up in if condition in ReversibleReaction.C | ||||
Description | thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C:149 Currently it is if (mag(Kc > VSMALL)) yet logic of the code suggests it should be if (mag(Kc) > VSMALL) | ||||
Steps To Reproduce | 1. Checkout OpenFOAM-dev (commit 40310a5) 2. Open src/thermophysicalModels/specie/reaction/Reactions/ReversibleReaction/ReversibleReaction.C in editor 3. Go to line 149 | ||||
Tags | No tags attached. | ||||