Bug fix: Update run scripts
This commit is contained in:
parent
668548c946
commit
6173323a5b
2 changed files with 2 additions and 0 deletions
|
@ -5,3 +5,4 @@
|
|||
|
||||
cleanCase
|
||||
\rm -rf constant/polyMesh/*
|
||||
\rm -f naca0012.cas
|
||||
|
|
|
@ -7,4 +7,5 @@ application="dbnsTurbFoam"
|
|||
|
||||
gunzip naca0012.cas.gz
|
||||
runApplication fluentMeshToFoam naca0012.cas
|
||||
gzip naca0012.cas
|
||||
runApplication $application
|
||||
|
|
Reference in a new issue