From efd8afdbb66deaa365461f92bf27f76ef10d1fd7 Mon Sep 17 00:00:00 2001
From: henry <Henry Weller h.weller@opencfd.co.uk>
Date: Mon, 5 Jan 2009 22:22:43 +0000
Subject: [PATCH] Added the new "outputControl" option to the function objects.

---
 tutorials/twoPhaseEulerFoam/bed2/system/controlDict | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tutorials/twoPhaseEulerFoam/bed2/system/controlDict b/tutorials/twoPhaseEulerFoam/bed2/system/controlDict
index 8deea7de4ad..85c8fc5cb84 100644
--- a/tutorials/twoPhaseEulerFoam/bed2/system/controlDict
+++ b/tutorials/twoPhaseEulerFoam/bed2/system/controlDict
@@ -60,6 +60,8 @@ functions
         // Where to load it from (if not already in solver)
         functionObjectLibs ("libfieldAverage.so");
 
+        outputControl outputTime;
+
         // Fields to be  averaged - runTime modifiable
         fields
         (
-- 
GitLab