tutorials: Removed 0.orig directories in favor of <field>.orig
The new automated <field>.orig reading has made 0.orig directories and associated scripting redundant.
This commit is contained in:
BIN
tutorials/multiphase/interFoam/laminar/wave/0/polyMesh/cellMap
Normal file
BIN
tutorials/multiphase/interFoam/laminar/wave/0/polyMesh/cellMap
Normal file
Binary file not shown.
@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd ${0%/*} || exit 1
|
||||
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanCase && rm -rf 0
|
||||
@ -6,8 +6,6 @@ cd ${0%/*} || exit 1
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
cp -r 0.orig 0
|
||||
|
||||
runApplication extrudeMesh
|
||||
|
||||
for i in 1 2
|
||||
|
||||
Reference in New Issue
Block a user