View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003428 | OpenFOAM | Bug | public | 2020-01-13 18:17 | 2020-01-13 19:56 |
Reporter | fede | Assigned To | henry | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | 9 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003428: missing orderType definition in constructor - coupledPolyPatch.C | ||||
Description | In coupledPolyPatch.C, definition of the protected variable ordering_ is missing in some constructors. This causes crashes in the code anytime utilities (decomposePar for example) operate on a mesh where cyclicAMI constraints are present. Please find attached the corrected version of coupledPolyPatch.C, that fixes the issue. Wish this helps. | ||||
Steps To Reproduce | Please run the Allrun script in the tutorial case: $FOAM_TUTORIALS/incompressible/simpleFoam/pipeCyclic | ||||
Tags | No tags attached. | ||||
|
coupledPolyPatch.C (9,349 bytes) |
|
I just ran the $FOAM_TUTORIALS/incompressible/simpleFoam/pipeCyclic and it runs fine so I am not able to reproduce the problem. Nevertheless I will check the patch you have provided. |
|
Resolved by commit 2771c1f85c267e9925c2796b52b3ae010fae6179 |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-01-13 18:17 | fede | New Issue | |
2020-01-13 18:17 | fede | File Added: coupledPolyPatch.C | |
2020-01-13 18:38 | henry | Note Added: 0011056 | |
2020-01-13 19:56 | henry | Assigned To | => henry |
2020-01-13 19:56 | henry | Status | new => resolved |
2020-01-13 19:56 | henry | Resolution | open => fixed |
2020-01-13 19:56 | henry | Fixed in Version | => dev |
2020-01-13 19:56 | henry | Note Added: 0011057 |