Compare commits
2 commits
Peta-remov
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd6edbb818 | ||
|
|
a06cbf56ab |
3 changed files with 33 additions and 0 deletions
11
Allwmake
Executable file
11
Allwmake
Executable file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
|
|
||||||
|
targetType=libso
|
||||||
|
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
|
libs/Allwmake $targetType $*
|
||||||
|
|
||||||
|
solvers_post/Allwmake $targetType $*
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
10
libs/Allwmake
Executable file
10
libs/Allwmake
Executable file
|
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
|
|
||||||
|
targetType=libso
|
||||||
|
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
|
wmake $targetType chemistryModel_POSTECH
|
||||||
|
wmake $targetType combustionModels_POSTECH
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
12
solvers_post/Allwmake
Executable file
12
solvers_post/Allwmake
Executable file
|
|
@ -0,0 +1,12 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd ${0%/*} || exit 1 # Run from this directory
|
||||||
|
|
||||||
|
targetType=libso
|
||||||
|
. $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments
|
||||||
|
|
||||||
|
wmake SLFMFoam
|
||||||
|
wmake LagrangianCMCFoam
|
||||||
|
wmake LagrangianCMCSprayFoam
|
||||||
|
wmake LagrangianCMCdieselEngineFoam4x
|
||||||
|
|
||||||
|
#------------------------------------------------------------------------------
|
||||||
Loading…
Add table
Reference in a new issue