TUT: planeChannel: add setTurbulenceFields example

TUT: cylinder: fix the order in Allclean
This commit is contained in:
Kutalmis Bercin
2022-06-08 18:09:20 +01:00
committed by Mark Olesen
parent a371f1792b
commit 8c03201cd1
10 changed files with 297 additions and 1 deletions

View File

@ -7,6 +7,6 @@ cd "${0%/*}" || exit # Run from this directory
(cd cylinderAndBackground && ./Allclean)
# The background mesh
(cd cylinderMesh && foamCleanTutorials && rm -rf constant)
(cd cylinderMesh && rm -Rf constant && foamCleanTutorials)
#------------------------------------------------------------------------------