From 567e1f2dbf369d6ef2ca0a8849237a7649e8613f Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Tue, 25 Oct 2016 14:26:20 +0100 Subject: [PATCH] ENH: Tutorial update --- .../thermocoupleTestCase/system/controlDict | 24 +++++-------------- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/tutorials/heatTransfer/buoyantPimpleFoam/thermocoupleTestCase/system/controlDict b/tutorials/heatTransfer/buoyantPimpleFoam/thermocoupleTestCase/system/controlDict index 3bd4130bfc..441faa6997 100644 --- a/tutorials/heatTransfer/buoyantPimpleFoam/thermocoupleTestCase/system/controlDict +++ b/tutorials/heatTransfer/buoyantPimpleFoam/thermocoupleTestCase/system/controlDict @@ -51,10 +51,12 @@ maxCo 0.5; functions { - probes { type thermoCoupleProbes; + libs ("libutilityFunctionObjects.so"); + writeControl timeStep; + writeInterval 1; solver rodas23; absTol 1e-12; @@ -67,23 +69,9 @@ functions Cp 440; d 1e-3; epsilon 0.85; - - radName G; - - functionObjectLibs - ( - "libutilityFunctionObjects.so" - ); - writeControl timeStep; - writeInterval 1; - probeLocations - ( - ( 0.5 0.5 0.5 ) - ); - fields - ( - T - ); + radiationField G; + probeLocations ((0.5 0.5 0.5)); + fields (T); } }