forked from deepflameCFD/deepflame-dev
-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathAllwmake
More file actions
executable file
·30 lines (26 loc) · 949 Bytes
/
Allwmake
File metadata and controls
executable file
·30 lines (26 loc) · 949 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Parse arguments for library compilation
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
wmake src/thermophysicalModels/thermophysicalProperties
wmake src/thermophysicalModels/basic
wmake src/functionObjects/field
wmake src/dfCanteraMixture
wmake src/thermophysicalModels/SLGThermo
wmake src/dfChemistryModel
wmake src/TurbulenceModels/compressible
wmake src/TurbulenceModels/turbulenceModels
wmake src/regionModels/surfaceFilmModels
src/lagrangian/Allwmake $targetType $*
wmake src/dfCombustionModels
wmake src/dynamicMesh
wmake src/dynamicFvMesh
wmake src/fluxSchemes
wmake src/radiationModels
wmake applications/solvers/df0DFoam
wmake applications/solvers/dfLowMachFoam
wmake applications/solvers/dfHighSpeedFoam
wmake applications/solvers/dfSprayFoam
wmake applications/solvers/dfBuoyancyFoam
wmake applications/solvers/dfSteadyFoam
wmake applications/utilities/flameSpeed