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