View Issue Details

IDProjectCategoryView StatusLast Update
0001007OpenFOAMBugpublic2013-11-05 10:10
Reporterwyldckat Assigned Touser2 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0001007: Tutorial "lagrangian/reactingParcelFilmFoam/hotBoxes" results in empty log file "log.setSet.patchifyObstacles"
DescriptionThe 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.
TagsNo tags attached.

Activities

wyldckat

2013-09-11 14:44

updater  

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
 
 
 # *************************************************************************
hotBoxes.patch (618 bytes)   

user2

2013-11-05 10:10

  ~0002604

Thanks for the report - fixed with the release of version 2.2.2

Issue History

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 user2 Note Added: 0002604
2013-11-05 10:10 user2 Status new => resolved
2013-11-05 10:10 user2 Fixed in Version => 2.2.x
2013-11-05 10:10 user2 Resolution open => fixed
2013-11-05 10:10 user2 Assigned To => user2