mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
make spelling of logpath variable consistent throughout case scripts
This commit is contained in:
@ -40,7 +40,7 @@ if [ -f "$casePath/CFD/constant/polyMesh/points" ]; then
|
||||
echo "preRunAllPar: using old mesh"
|
||||
else
|
||||
echo "preRunAllPar: Building mesh"
|
||||
. $scriptPath/buildMesh.sh $casePath > $logPath/log.mesh
|
||||
. $scriptPath/buildMesh.sh $casePath > $logpath/log.mesh
|
||||
fi
|
||||
|
||||
#- set fields
|
||||
|
||||
@ -18,10 +18,10 @@ scriptPath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
. $casePath/runSettings.sh "DEM"
|
||||
#--------------------------------------------------------------------------------#
|
||||
|
||||
echo $logPath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode
|
||||
echo $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode
|
||||
|
||||
#- call function to run DEM case
|
||||
parDEMrun $logPath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode
|
||||
parDEMrun $logpath $logfileName $casePath $headerText $solverName $nrProcs $machineFileName $debugMode
|
||||
|
||||
#- return
|
||||
cd $currentPath
|
||||
|
||||
@ -18,6 +18,6 @@ else
|
||||
fi
|
||||
|
||||
#- other paths
|
||||
logPath=$casePath/log
|
||||
mkdir $logPath
|
||||
logpath=$casePath/log
|
||||
mkdir $logpath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user