mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: multiphase: clean up tutorials
This commit is contained in:
committed by
Andrew Heather
parent
3a858ac682
commit
91c1e8efe2
@ -6,7 +6,9 @@ cd "${0%/*}" || exit # Run from this directory
|
||||
mkdir -p constant/triSurface
|
||||
|
||||
# Copy bullet surface from resources directory
|
||||
cp -f $FOAM_TUTORIALS/resources/geometry/bullet.stl.gz constant/triSurface/
|
||||
cp -f \
|
||||
"$FOAM_TUTORIALS"/resources/geometry/bullet.stl.gz \
|
||||
constant/triSurface/
|
||||
|
||||
# Generate the base block mesh
|
||||
runApplication blockMesh
|
||||
|
||||
Reference in New Issue
Block a user