ENH: Tutorials - updates

This commit is contained in:
Andrew Heather
2016-04-26 14:32:19 +01:00
parent a7dcf8fc61
commit 16dfd33db8
123 changed files with 153 additions and 146 deletions

View File

@ -18,10 +18,10 @@ runApplication blockMesh
#runApplication setFields
runApplication decomposePar -force
runParallel snappyHexMesh 5 -overwrite
runParallel snappyHexMesh -overwrite
ls -d processor* | xargs -I {} rm -f ./{}/constant/polyMesh/refinementHistory
# - set the initial fields
ls -d processor* | xargs -I {} rm -rf ./{}/0
ls -d processor* | xargs -I {} cp -r 0.org ./{}/0
runParallel setFields 5
runParallel setFields

View File

@ -22,11 +22,11 @@ FoamFile
application interDyMFoam;
startFrom startTime;
startFrom latestTime;
startTime 0;
stopAt endTime;
stopAt nextWrite;
endTime 2;
@ -56,11 +56,5 @@ maxCo 0.5;
maxAlphaCo 0.5;
maxDeltaT 1;
functions
{
// Print stats
#include "minMax"
}
// ************************************************************************* //