From 2c778ce54ea62b33b550c7ece3235632368c7131 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Fri, 23 Dec 2016 14:20:30 +0000
Subject: [PATCH] STYLE: Tutorial - updated keyword

---
 .../windshieldCondensation/system/cabin/fvOptions             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions
index 64f9f68fc73..2acad8f14c1 100644
--- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions
+++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/system/cabin/fvOptions
@@ -25,11 +25,11 @@ airDeflection
         selectionMode   cellZone;
         cellZone        c1Zone;
 
-        fieldNames  (U);
+        fields      (U);
         flowDir     (1 2 0);        // flow direction
         relaxationFactor    0.3;
 
-        faceZone     f1Zone;
+        faceZone    f1Zone;
 
         //Pressure drop model [Pa]
         model       DarcyForchheimer;//volumetricFlowRateTable/constant
-- 
GitLab