View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001120 | OpenFOAM | Bug | public | 2013-12-30 10:57 | 2013-12-31 11:33 |
Reporter | martinB | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSUSE | OS Version | 13.1 |
Summary | 0001120: Bug in cellZoneInjection when running in parallel | ||||
Description | The cellZoneInjection does not work properly if the case is run in parallel and some processors do not own cells of the cellZone. | ||||
Additional Information | The problem is located in cellZoneInjection.C, at line 243: if ((nCells == 0) || (VCellsTotal*numberDensity_ < 1)) must be if ((nCellsTotal == 0) || (VCellsTotal*numberDensity_ < 1)) otherwise the setPositions() method is not reached by some of the processors resulting in MPI communication problems. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-30 10:57 | martinB | New Issue | |
2013-12-31 11:33 |
|
Note Added: 0002726 | |
2013-12-31 11:33 |
|
Status | new => resolved |
2013-12-31 11:33 |
|
Fixed in Version | => 2.2.x |
2013-12-31 11:33 |
|
Resolution | open => fixed |
2013-12-31 11:33 |
|
Assigned To | => user4 |