-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAllwmake
More file actions
executable file
·22 lines (16 loc) · 752 Bytes
/
Copy pathAllwmake
File metadata and controls
executable file
·22 lines (16 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
#------------------------------- solarEnergy4Foam project -------------------------------#
#Author
#Ehsan Golab, SUT. All rights reserved.
#Ehsan1996Golab@gmail.com
#--------------------------------------------------------------------------------------#
# download and install the coolProp in WM_PROJECT_USER_DIR of foam#
#git clone --recursive https://github.com/coolprop/coolprop coolProp/CoolProp
cp -r coolProp $WM_PROJECT_USER_DIR/src
find -type f -exec chmod 777 {} \;
$WM_PROJECT_USER_DIR/src/coolProp/Allwmake
# install the SE4Foam in WM_PROJECT_USER_DIR of foam#
./SE4Foam/Allwmake
# ----------------------------------------------------------------- end-of-file