greole / owls

A data exploration library written in python for (OpenFOAM) CFD data
http://greole.github.io
32 stars 11 forks source link

link of the provided test case "buoyantCavity" #15

Closed fbob closed 8 years ago

fbob commented 8 years ago

Hi,

The generateExampleCase.sh script make a link between the $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/buoyantCavity and the "local" buoyantCavity in the examples folder.

If the root of the OpenFOAM installation is located on the root of the filesystem it usually impossible to have write access to it and at execution time the run fail with a permission denied error.

May I suggest to simply make a cp -a $FOAM_TUTORIALS/heatTransfer/buoyantSimpleFoam/buoyantCavity buoyantCavity instead ?

greole commented 8 years ago

Good point! Thx.