DOC-STYLE: various release changes

This commit is contained in:
Kutalmis Bercin
2020-06-15 11:16:47 +01:00
parent 39c2f16eca
commit 4d295c84a0
56 changed files with 385 additions and 474 deletions

View File

@ -12,3 +12,4 @@ rm -f *.png
rm -f constant/{R*,points*,UMean*}
#------------------------------------------------------------------------------

View File

@ -3,10 +3,10 @@ cd "${0%/*}" || exit # Run from this directory
. ${WM_PROJECT_DIR:?}/bin/tools/RunFunctions # Tutorial run functions
#------------------------------------------------------------------------------
endTime=85
endTime=10
if notTest "$@"
then
endTime=10
endTime=85
fi
sed "s|END_TIME|$endTime|g" system/controlDict.template > system/controlDict
@ -18,3 +18,4 @@ runApplication blockMesh
rm -rf results
#------------------------------------------------------------------------------

View File

@ -30,3 +30,4 @@ the 'results' directory.
#------------------------------------------------------------------------------