View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001113 | OpenFOAM | Bug | public | 2013-12-20 21:37 | 2014-01-03 09:38 |
Reporter | martinB | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | OpenSUSE | OS Version | 13.1 |
Summary | 0001113: Problems with cellZoneInjection | ||||
Description | When using cellZoneInjection as injection model, some of the parcels do not rebound at the walls. Instead they leave the computational domain. This behaviour does not occur, if cellZoneInjection is replace by coneInjection or another injection method. Two animated GIF files are attached to visualize the problem. | ||||
Steps To Reproduce | Attached is a case based on the hopper tutorial. Parcels are first injected with cellZoneInjection and they leave the domain. Next the parcels from first time step (0.005/lagrangian) are copied to another case. These parcels are rebounding correctly. Run the Allrun script to reproduce the problem. | ||||
Additional Information | paraFoam tends to crash when postprocessing the bad case. ParaView works fine. | ||||
Tags | No tags attached. | ||||
|
|
|
|
|
|
|
The problem seems to be located at line 101 of CellZoneInjection.C: If injectorTetPts.append(cellTetIs[tetI].faceBasePt()); is replaced by injectorTetPts.append(1); the injector and the particle rebound work fine. |
|
I've reproduced the problem, and the proposed fix works. However, based on my understanding of the tet decomposition, I think line 101 of CellZoneInjection.C should read: injectorTetPts.append(cellTetIs[tetI].facePtA()); |
|
Thanks for the report - the tetPt() should have been used instead of the faceBasePt(). Resolved by commit 95610f9 |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-12-20 21:37 | martinB | New Issue | |
2013-12-20 21:37 | martinB | File Added: bugReport.tar.gz | |
2013-12-20 21:37 | martinB | File Added: failure.gif | |
2013-12-20 21:38 | martinB | File Added: success.gif | |
2013-12-21 13:05 | martinB | Note Added: 0002703 | |
2013-12-31 10:01 | will | Note Added: 0002725 | |
2013-12-31 10:01 | will | Note Edited: 0002725 | |
2013-12-31 10:02 | will | Note Edited: 0002725 | |
2014-01-03 09:38 |
|
Note Added: 0002739 | |
2014-01-03 09:38 |
|
Status | new => resolved |
2014-01-03 09:38 |
|
Fixed in Version | => 2.2.x |
2014-01-03 09:38 |
|
Resolution | open => fixed |
2014-01-03 09:38 |
|
Assigned To | => user2 |