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 finiteVolume
37 wmake libso finiteArea
39 wmake libso lduSolvers
41 wmake libso tetFiniteElement
43 # Make dynamicMesh tools
44 dynamicMesh
/AllwmakeLnInclude
47 wmake libso coupledMatrix
52 wmake libso randomProcesses
55 thermophysicalModels
/Allwmake
56 transportModels
/Allwmake
57 turbulenceModels
/Allwmake
59 postProcessing
/Allwmake
62 wmake libso errorEstimation
64 fvAgglomerationMethods
/Allwmake
68 wmake libso equationReader
69 wmake libso multiSolver
71 wmake libso solidModels
74 wmake libso immersedBoundary
/immersedBoundary
75 wmake libso immersedBoundary
/immersedBoundaryTurbulence
76 wmake libso immersedBoundary
/immersedBoundaryForce
78 ( cd cudaSolvers
; .
/Allwmake
)
80 # ----------------------------------------------------------------- end-of-file