TUT: enable purgeWrite in driftFluxFoam tuts to avoid numerous write-outs

This commit is contained in:
Kutalmis Bercin
2020-01-02 16:24:33 +00:00
parent 8504c813d0
commit b81106f837
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ writeControl adjustable;
writeInterval 50; writeInterval 50;
purgeWrite 0; purgeWrite 10;
writeFormat binary; writeFormat binary;

View File

@ -31,7 +31,7 @@ writeControl adjustable;
writeInterval 0.25; writeInterval 0.25;
purgeWrite 0; purgeWrite 10;
writeFormat ascii; writeFormat ascii;

View File

@ -31,7 +31,7 @@ writeControl runTime;
writeInterval 50; writeInterval 50;
purgeWrite 0; purgeWrite 10;
writeFormat binary; writeFormat binary;