View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001007 | OpenFOAM | Bug | public | 2013-09-11 14:43 | 2013-11-05 10:10 |
Reporter | wyldckat | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0001007: Tutorial "lagrangian/reactingParcelFilmFoam/hotBoxes" results in empty log file "log.setSet.patchifyObstacles" | ||||
Description | The script "patchifyObstacles" for the tutorial "lagrangian/reactingParcelFilmFoam/hotBoxes" generates the empty log file "log.setSet.patchifyObstacles", which basically beats the purpose of a log file. Attached is the patch file. | ||||
Tags | No tags attached. | ||||
|
hotBoxes.patch (618 bytes)
--- a/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles +++ b/tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles @@ -155,7 +155,7 @@ createSetsAndZone floor -$tol $floorMax -$tol $floorMax -$tol $tol echo "cellSet floorCells new faceToCell floorFaces owner" >> $tmpSetSet echo "faceZoneSet floorFaces new setsToFaceZone floorFaces floorCells" >> $tmpSetSet -setSet -batch $tmpSetSet > log.setSet.patchifyObstacles >/dev/null 2>&1 +setSet -batch $tmpSetSet > log.setSet.patchifyObstacles 2>&1 # ************************************************************************* |
|
Thanks for the report - fixed with the release of version 2.2.2 |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-09-11 14:43 | wyldckat | New Issue | |
2013-09-11 14:44 | wyldckat | File Added: hotBoxes.patch | |
2013-11-05 10:10 |
|
Note Added: 0002604 | |
2013-11-05 10:10 |
|
Status | new => resolved |
2013-11-05 10:10 |
|
Fixed in Version | => 2.2.x |
2013-11-05 10:10 |
|
Resolution | open => fixed |
2013-11-05 10:10 |
|
Assigned To | => user2 |