diff --git a/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/controlDict b/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/controlDict index f46a91cc63..a654bc5014 100644 --- a/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/controlDict +++ b/tutorials/multiphase/driftFluxFoam/RAS/dahl/system/controlDict @@ -31,7 +31,7 @@ writeControl adjustable; writeInterval 50; -purgeWrite 0; +purgeWrite 10; writeFormat binary; diff --git a/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/system/controlDict b/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/system/controlDict index 190ed10124..71a2847f1c 100644 --- a/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/system/controlDict +++ b/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/system/controlDict @@ -31,7 +31,7 @@ writeControl adjustable; writeInterval 0.25; -purgeWrite 0; +purgeWrite 10; writeFormat ascii; diff --git a/tutorials/multiphase/driftFluxFoam/RAS/tank3D/system/controlDict b/tutorials/multiphase/driftFluxFoam/RAS/tank3D/system/controlDict index 2414b5da8f..59db9821a5 100644 --- a/tutorials/multiphase/driftFluxFoam/RAS/tank3D/system/controlDict +++ b/tutorials/multiphase/driftFluxFoam/RAS/tank3D/system/controlDict @@ -31,7 +31,7 @@ writeControl runTime; writeInterval 50; -purgeWrite 0; +purgeWrite 10; writeFormat binary;