View Issue Details

IDProjectCategoryView StatusLast Update
0002411OpenFOAMPatchpublic2016-12-27 15:49
Reporterwyldckat Assigned Tohenry  
PrioritylowSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0002411: Updated scripts 'createGraphs' and 'patchifyObstacles', for clearer messages by the main 'tutorials/Allrun' script
DescriptionAfter using 'tutorials/Alltest' and 'tutorials/Allrun' a fair amount of times myself, it feels that the custom scripts in the tutorials 'heatTransfer/buoyantSimpleFoam/buoyantCavity' and 'lagrangian/reactingParcelFilmFoam/hotBoxes' can use some updating, so that it's easier to separate whenever these tutorials fail to run or not.

Attached is the package 'proposition_dev.v1.tar.gz' which aims to solve this issue in OpenFOAM-dev, which provides the following updated files:

 - tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/Allrun

   - Use 'runApplication' for running 'validation/createGraphs', instead of relying on a sub-shell and an out-of-place log file.


 - tutorials/heatTransfer/buoyantSimpleFoam/buoyantCavity/validation/createGraphs

   - Make the script run from its own directory.
   - Make the script stop on the first error.
   - Echo a somewhat relevant header and echo 'FOAM FATAL ERROR' whenever a specific error is found.
   - Results not being available should be considered and error as well.
   - Don't redirect to 'log.createGraphs', echo to the standard output instead, to be properly picked up and logged by the caller.
   - echo "End" instead of "Done", for consistency with OpenFOAM's applications and for a positive pickup by the main 'tutorials/Allrun'.


 - tutorials/lagrangian/reactingParcelFilmFoam/hotBoxes/patchifyObstacles

   - Make it stop on first error.
   - echo "End", for consistency with OpenFOAM's applications and for a positive pickup by the main 'tutorials/Allrun'.
TagsNo tags attached.

Activities

wyldckat

2016-12-27 01:57

updater  

henry

2016-12-27 15:49

manager   ~0007556

Thanks Bruno

Resolved by commit fcde201a4090f252698da2af3b87afc23d981d25

Issue History

Date Modified Username Field Change
2016-12-27 01:57 wyldckat New Issue
2016-12-27 01:57 wyldckat Status new => assigned
2016-12-27 01:57 wyldckat Assigned To => henry
2016-12-27 01:57 wyldckat File Added: proposition_dev.v1.tar.gz
2016-12-27 15:49 henry Status assigned => resolved
2016-12-27 15:49 henry Resolution open => fixed
2016-12-27 15:49 henry Fixed in Version => dev
2016-12-27 15:49 henry Note Added: 0007556