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;
|
writeInterval 50;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 10;
|
||||||
|
|
||||||
writeFormat binary;
|
writeFormat binary;
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ writeControl adjustable;
|
|||||||
|
|
||||||
writeInterval 0.25;
|
writeInterval 0.25;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 10;
|
||||||
|
|
||||||
writeFormat ascii;
|
writeFormat ascii;
|
||||||
|
|
||||||
|
|||||||
@ -31,7 +31,7 @@ writeControl runTime;
|
|||||||
|
|
||||||
writeInterval 50;
|
writeInterval 50;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 10;
|
||||||
|
|
||||||
writeFormat binary;
|
writeFormat binary;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user