forked from DLR-RY/TwoPhaseFlow
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathAllwmake
More file actions
executable file
·31 lines (22 loc) · 887 Bytes
/
Allwmake
File metadata and controls
executable file
·31 lines (22 loc) · 887 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/bash
withBear=$1
wmake $withBear libso src/VoF
wmake $withBear all src/boundaryConditions
wmake $withBear all src/thermoDynamics
wmake $withBear libso src/turbulence/VoFphaseCompressibleTurbulenceModels
wmake $withBear libso src/phaseChange
wmake $withBear libso src/surfaceForces
wmake $withBear libso src/postProcessing
wmake $withBear libso src/functionObjects/vofForcesFunctionObject
wmake $withBear libso src/triSurfaceImmersion
wmake apps/setFieldfromTable
wmake apps/initAlphaField
wmake apps/surfaceInitVolumeFraction
wmake $withBear apps/setFieldfromTable
wmake $withBear apps/initAlphaField
wmake $withBear apps/surfaceInitVolumeFraction
wmake $withBear apps/benchmark/advectorVoF
wmake $withBear apps/benchmark/reconstructInterface
wmake $withBear solver/multiRegionPhaseChangeFlow
wmake $withBear solver/interFlow
wmake $withBear solver/compressibleInterFlow