2 cd ${0%/*} ||
exit 1 # run from this directory
4 if [ "$PWD" != "$WM_PROJECT_DIR/src" ]
6 echo "Error: Current directory in not \$WM_PROJECT_DIR/src"
7 echo " The environment variable are not consistent with the installation."
8 echo " Check the OpenFOAM entries in your dot-files and source them."
14 # update OpenFOAM version strings if required
15 wmakePrintBuild
-check ||
/bin
/rm -f OpenFOAM
/Make
/$WM_OPTIONS/global.?
2>/dev
/null
17 wmakeLnInclude OpenFOAM
18 wmakeLnInclude OSspecific
/$WM_OSTYPE
21 wmake libo OSspecific
/$WM_OSTYPE
24 wmake libso lagrangian
/basic
26 wmake libso triSurface
30 # Decomposition methods needed by meshTools
31 decompositionMethods
/Allwmake
34 wmake libso finiteVolume
38 wmake libso dynamicMesh
39 wmake libso dynamicFvMesh
40 wmake libso topoChangerFvMesh
41 wmake libso fvMotionSolver
45 wmake libso randomProcesses
47 thermophysicalModels
/Allwmake
48 transportModels
/Allwmake
49 turbulenceModels
/Allwmake
51 postProcessing
/Allwmake
55 wmake libso errorEstimation
57 fvAgglomerationMethods
/Allwmake
59 # ----------------------------------------------------------------- end-of-file