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 FOAM entries in your dot-files and source them."
14 # update foam version strings if required
15 wmakePrintBuild
-check ||
/bin
/rm -f foam
/Make
/$WM_OPTIONS/global.?
2>/dev
/null
18 wmakeLnInclude meshTools
19 wmakeLnInclude OSspecific
/$WM_OSTYPE
22 wmake libo OSspecific
/$WM_OSTYPE
25 # Decomposition methods needed by meshTools
26 decompositionMethods
/AllwmakeLnInclude
27 decompositionMethods
/Allwmake
29 wmake libso lagrangian
/basic
31 wmake libso triSurface
36 wmake libso meshLibrary
37 wmake libso finiteVolume
38 wmake libso finiteArea
40 wmake libso lduSolvers
43 wmake libso tetFiniteElement
45 # Make dynamicMesh tools
46 dynamicMesh
/AllwmakeLnInclude
49 wmake libso coupledMatrix
54 wmake libso randomProcesses
57 thermophysicalModels
/Allwmake
58 transportModels
/Allwmake
59 turbulenceModels
/Allwmake
61 postProcessing
/Allwmake
64 wmake libso errorEstimation
66 fvAgglomerationMethods
/Allwmake
70 wmake libso equationReader
71 wmake libso multiSolver
73 wmake libso solidModels
76 ( cd cudaSolvers
; .
/Allwmake
)
78 # ----------------------------------------------------------------- end-of-file