From 5162b9b2b33f6b2ed42470ef4e0bd3c6cc4e1825 Mon Sep 17 00:00:00 2001 From: Andrew Heather <a.heather@opencfd.co.uk> Date: Thu, 24 May 2018 15:50:43 +0100 Subject: [PATCH] TUT: Updated residuals FO usage for field output --- .../BernardCells/system/residuals | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/BernardCells/system/residuals b/tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/BernardCells/system/residuals index f7dc177e3db..5ff8b3615f3 100644 --- a/tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/BernardCells/system/residuals +++ b/tutorials/heatTransfer/buoyantBoussinesqPimpleFoam/BernardCells/system/residuals @@ -14,6 +14,10 @@ Description #includeEtc "caseDicts/postProcessing/numerical/residuals.cfg" -fields (p_rgh); +writeControl writeTime; + +fields (p_rgh); + +writeFields yes; // ************************************************************************* // -- GitLab