Files
CFDEMcoupling-PFM/tutorials/cfdemSolverRhoPimple/FinesColumn/parCFDDEMrun.sh
2017-08-16 15:41:11 +02:00

29 lines
1011 B
Bash
Executable File

#!/bin/bash
#===================================================================#
# CFD-DEM run script for FinesColumn testcase
# init FinesColumn
# Thomas Lichtenegger - January 2017
#===================================================================#
#- source CFDEM env vars
. ~/.bashrc
#- include functions
source $CFDEM_PROJECT_DIR/etc/functions.sh
#--------------------------------------------------------------------------------#
#- define variables
casePath="$(dirname "$(readlink -f ${BASH_SOURCE[0]})")"
logpath=$casePath
headerText="run_parallel_cfdemSolverPiso_ErgunTestMPI_CFDDEM"
logfileName="log_$headerText"
solverName="cfdemSolverRhoPimple"
nrProcs="4"
machineFileName="none" # yourMachinefileName | none
debugMode="off" # on | off| strict
#--------------------------------------------------------------------------------#
#- call function to run a parallel CFD-DEM case
parCFDDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode