mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: enable purgeWrite in driftFluxFoam tuts to avoid numerous write-outs
This commit is contained in:
@ -31,7 +31,7 @@ writeControl adjustable;
|
||||
|
||||
writeInterval 50;
|
||||
|
||||
purgeWrite 0;
|
||||
purgeWrite 10;
|
||||
|
||||
writeFormat binary;
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ writeControl adjustable;
|
||||
|
||||
writeInterval 0.25;
|
||||
|
||||
purgeWrite 0;
|
||||
purgeWrite 10;
|
||||
|
||||
writeFormat ascii;
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ writeControl runTime;
|
||||
|
||||
writeInterval 50;
|
||||
|
||||
purgeWrite 0;
|
||||
purgeWrite 10;
|
||||
|
||||
writeFormat binary;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user