mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -7,8 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
# Remove surface
|
||||
rm -f constant/triSurface/bullet.stl.gz
|
||||
|
||||
# Remove copy of 0.orig
|
||||
rm -rf 0
|
||||
rm -f 0/phi
|
||||
|
||||
cleanCase
|
||||
|
||||
|
||||
@ -13,8 +13,6 @@ runApplication blockMesh
|
||||
# Generate the snappy mesh
|
||||
runApplication snappyHexMesh -overwrite
|
||||
|
||||
cp -r 0.orig 0
|
||||
|
||||
# Initialise with potentialFoam solution
|
||||
runApplication potentialFoam -pName p_rgh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user