From b81106f837d4ff736388bfd1f7bd10a3afe02806 Mon Sep 17 00:00:00 2001 From: Kutalmis Bercin Date: Thu, 2 Jan 2020 16:24:33 +0000 Subject: [PATCH] TUT: enable purgeWrite in driftFluxFoam tuts to avoid numerous write-outs --- tutorials/multiphase/driftFluxFoam/RAS/dahl/system/controlDict | 2 +- .../driftFluxFoam/RAS/mixerVessel2D/system/controlDict | 2 +- .../multiphase/driftFluxFoam/RAS/tank3D/system/controlDict | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;