View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001780 | OpenFOAM | Bug | public | 2015-07-09 14:54 | 2015-10-21 13:10 |
Reporter | Assigned To | henry | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | GNU/Linux | OS | Ubuntu | OS Version | 12.04 |
Summary | 0001780: Problem with fvMeshDistribute when using alphaContactAngle | ||||
Description | fvMeshDistribute fails to distribute a field if one of the patch fields is of type "alphaContactAngle". It will work, however, if the patch field type is changed to e.g. "zeroGradient" or any other boundary condition I have tested. In addition I get a warning concerning the mapper if "fixedValue" patches are present. | ||||
Steps To Reproduce | Download the attached minimal example, compile the test utility "testRedistribution" and run the "Allrun" script. | ||||
Additional Information | The similar procedure used to work in OF 2.1.1 and is unaffected by the recent bug-fix in the distribute()-function of the refinementHistory. | ||||
Tags | No tags attached. | ||||
2015-07-09 14:54
|
|
|
The problem is reproducible on Ubuntu 14.04. Nobody got any ideas where this is coming from? |
|
Resolved in OpenFOAM-2.4.x: commit efc3810d49d1263a5b89411e19ee5b5f9dfbd339 |
2015-09-30 20:38
|
|
|
If you run the fix with -DFULLDEBUG you'll get an out-of-bounds error. Try uploaded code. Instead of comm = worldComm+1 properly allocate the communicator: comm = UPstream::allocateCommunicator with parent = worldComm, subRanks = list of all processors and use UPstream::freeCommunicator to release the communicator. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-07-09 14:54 |
|
New Issue | |
2015-07-09 14:54 |
|
File Added: testRedistribution.tar.gz | |
2015-09-09 10:21 |
|
Note Added: 0005345 | |
2015-09-13 22:15 | henry | Note Added: 0005358 | |
2015-09-13 22:15 | henry | Status | new => resolved |
2015-09-13 22:15 | henry | Resolution | open => fixed |
2015-09-13 22:15 | henry | Assigned To | => henry |
2015-09-30 20:38 |
|
File Added: syncTools.tgz | |
2015-09-30 20:45 |
|
Note Added: 0005379 | |
2015-10-03 15:50 | wyldckat | Status | resolved => feedback |
2015-10-03 15:50 | wyldckat | Resolution | fixed => reopened |
2015-10-20 10:28 | wyldckat | Relationship added | related to 0001873 |
2015-10-21 13:09 | henry | Status | feedback => resolved |
2015-10-21 13:09 | henry | Resolution | reopened => fixed |