This repository was archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathAllclean
More file actions
executable file
·38 lines (35 loc) · 1.33 KB
/
Allclean
File metadata and controls
executable file
·38 lines (35 loc) · 1.33 KB
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
31
32
33
34
35
36
37
38
#! /bin/bash
set -e
set -x
# Ensure the script is executed in this directory
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $DIR
wclean libso src/boundaryConditions
wclean libso src/fvSchemes
wclean libso src/fsi
wclean libso src/RBFMeshMotionSolver
wclean libso src/SRFModelAbs
wclean libso src/extraSolidBodyMotion
wclean applications/utilities/addInitialRandomVelocity
wclean applications/solvers/consistentSolvers/consistentIcoFoam
wclean applications/solvers/consistentSolvers/consistentPimpleDyMFoam
wclean applications/solvers/consistentSolvers/consistentPimpleFoam
wclean applications/solvers/consistentSolvers/consistentSimpleFoam
wclean applications/solvers/consistentSolvers/consistentSimpleSRFAbsFoam
wclean applications/solvers/unsteadyPUCoupledFoam
wclean applications/solvers/fsi/fsiFoam
wclean applications/solvers/fsi/fluidFoam
wclean applications/solvers/fsi/solidFoam
wclean applications/solvers/fsi/fsiFluidFoam
wclean applications/solvers/fsi/fsiSolidFoam
wclean src/tests/testsuite-dealii
wclean src/tests/testsuite-fsi
wclean src/tests/testsuite-rbf
wclean src/tests/testsuite-sdc
wclean src/tests/testsuite-sdc-fsi
wclean src/tests/testsuite-spacemapping
wclean src/tests/tubeflow
wclean src/tests/tubeflow-sdc
wclean src/tests/tubeflow-sdc-solid
wclean src/tests/tubeflow-sdc-bdf-solid
wclean src/tests/tubeflow-sdc-rk4-solid