View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001727 | OpenFOAM | Bug | public | 2015-06-02 06:37 | 2015-06-02 09:10 |
Reporter | alexeym | Assigned To | henry | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001727: dnsFoam includes readPISOControls.H yet does not use any variables from the file | ||||
Description | On line 60 of dnsFoam.C there is a statement #include "readPISOControls.H" On line 86 loop that looks like PISO starts (it even has comment PISO loop), yet the loop does not use any PISO controls: for (int corr=1; corr<=1; corr++) { ... } Should include statement be removed? | ||||
Steps To Reproduce | 1. Go to $FOAM_APP/solvers/DNS/dnsFoam 2. Open dnsFoam.C | ||||
Tags | No tags attached. | ||||