mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: incompressible: clean up tutorials
This commit is contained in:
committed by
Andrew Heather
parent
3395cba40e
commit
e81cf778a1
@ -15,6 +15,7 @@ steady/Allrun $*
|
||||
|
||||
if notTest "$@"
|
||||
then
|
||||
|
||||
if canCompile
|
||||
then
|
||||
(cd code && wmake)
|
||||
|
||||
@ -33,7 +33,7 @@ else
|
||||
|
||||
runApplication decomposePar -force
|
||||
runParallel snappyHexMesh -overwrite
|
||||
\ls -d processor* | xargs -I {} \rm -f ./{}/constant/polyMesh/refinementHistory
|
||||
ls -d processor* | xargs -I {} \rm -f ./{}/constant/polyMesh/refinementHistory
|
||||
|
||||
restore0Dir -processor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user