View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003528 | OpenFOAM | Bug | public | 2020-08-06 06:36 | 2020-08-06 14:44 |
Reporter | shildenbrand | Assigned To | will | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | HP Workstation Z640 | OS | Debian | OS Version | 9.5 |
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0003528: Postprocessing tool "particleTracks" does not work | ||||
Description | Probably since after commit 43d66b5 particleTracks does not work anymore. First the tool is running but finds no particles before it exits with a segfault. | ||||
Steps To Reproduce | Try $FOAM_TUTORIALS/lagrangian/reactingParticleFoam/verticalChannel ./Allrun particleTracks | ||||
Tags | No tags attached. | ||||
|
Thanks for reporting. The cloud names just hadn't been updated in the particleTracks configurations. Fixed by the following commit: https://github.com/OpenFOAM/OpenFOAM-dev/commit/1eab1b7ffe8c66dfa65cf835f9d4e8fd72491bbb I also added calls to these utilities to the verticalChannel tutorials' Allrun-s so that they actually get tested, which should prevent this from happening again. |