diff --git a/openfoam2012/runmany.sh b/openfoam2012/runmany.sh index 09c532fbaca21fb95dace80857c0a9368fbd656a..90ec09cdd0e8941b0a96837925bd0e0fd007a783 100755 --- a/openfoam2012/runmany.sh +++ b/openfoam2012/runmany.sh @@ -21,6 +21,6 @@ do cd "${new}" sed -i 's#^inVelocity .*;$#inVelocity 5e'"${logu}"';#' parameters grep --quiet "5e${logu}" parameters # should crash script if grep does not find it - ./run.sh $n + ./runNewMesh.sh $n done done