tutorials/incompressible/pisoFoam/LES/motorBike: Removed unused $1 arguments to xargs
Resolves bug-report https://bugs.openfoam.org/view.php?id=2475
This commit is contained in:
@ -7,9 +7,9 @@
|
||||
cp ../lesFiles/fvS* ../lesFiles/controlDict system/
|
||||
cp ../lesFiles/turbulenceProperties constant/
|
||||
|
||||
ls -d processor* | xargs -I {} rm -rf ./{}/0 $1
|
||||
ls -d processor* | xargs -I {} mv ./{}/500 ./{}/0 $1
|
||||
ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform $1
|
||||
ls -d processor* | xargs -I {} rm -rf ./{}/0
|
||||
ls -d processor* | xargs -I {} mv ./{}/500 ./{}/0
|
||||
ls -d processor* | xargs -I {} rm -rf ./{}/0/uniform
|
||||
|
||||
runParallel pisoFoam
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ runParallel snappyHexMesh -overwrite
|
||||
|
||||
find . -type f -iname "*level*" -exec rm {} \;
|
||||
|
||||
ls -d processor* | xargs -I {} cp -r 0.orig ./{}/0 $1
|
||||
ls -d processor* | xargs -I {} cp -r 0.orig ./{}/0
|
||||
|
||||
runParallel renumberMesh -overwrite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user