From dc69c60269e45c83518cbfce84a65175e7a93632 Mon Sep 17 00:00:00 2001
From: andy <a.heather@opencfd.co.uk>
Date: Tue, 16 Sep 2008 12:13:12 +0100
Subject: [PATCH] update

---
 .../pitzDailyDirectMapped/constant/polyMesh/boundary      | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary b/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary
index c67eadf3856..3f70c82e675 100644
--- a/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary
+++ b/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary
@@ -1,7 +1,7 @@
 /*--------------------------------*- C++ -*----------------------------------*\
 | =========                 |                                                 |
 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
-|  \\    /   O peration     | Version:  1.5                                   |
+|  \\    /   O peration     | Version:  dev                                   |
 |   \\  /    A nd           | Web:      http://www.OpenFOAM.org               |
 |    \\/     M anipulation  |                                                 |
 \*---------------------------------------------------------------------------*/
@@ -10,19 +10,22 @@ FoamFile
     version     2.0;
     format      ascii;
     class       polyBoundaryMesh;
+    location    "constant/polyMesh";
     object      boundary;
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
+
 5
 (
 inlet           
 {
+    type            directMappedPatch;
     nFaces          30;
     startFace       27238;
-    offset          ( 0.0495 0 0 );
     sampleMode      nearestCell;
     samplePatch     none;
+    offset          ( 0.0495 0 0 );
 }
 
 outlet          
@@ -55,4 +58,5 @@ frontAndBack
 
 )
 
+
 // ************************************************************************* //
-- 
GitLab