1
0
Fork 0
fgdata/Aircraft/c172p/dev/fdm/gerris/run_experiment.sh
Stuart Buchanan 60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00

17 lines
365 B
Bash
Executable file

#!/bin/bash
# Copyright (C) 2012 - 2015 Anders Gidenstam (anders(at)gidenstam.org)
# This file is licensed under the GPL license version 2 or later.
#
# Usage: run_experiment.sh <base dir> <name base>
# Setup paths for gerris.
. /opt/Gerris/setpaths.sh
BASEDIR=$1
BASE=$2
cd ${BASEDIR}
for dir in $BASE*; do
(cd ${dir}; rm f; gerris3D buoyancy3D.gfs)
done;