From 3128561a4a91ffedf5f2060f9f64f81416a9f56b Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 9 Sep 2008 17:22:37 +0100 Subject: [PATCH] generalised directMappedPolyPatch --- .../oodles/pitzDailyDirectMapped/constant/polyMesh/boundary | 5 +++-- .../oodles/pitzDailyDirectMapped/system/changeDictionaryDict | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary b/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary index 89b5e56c17..c67eadf385 100644 --- a/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary +++ b/tutorials/oodles/pitzDailyDirectMapped/constant/polyMesh/boundary @@ -20,8 +20,9 @@ inlet { nFaces 30; startFace 27238; - type directMappedPatch; - offset ( 0.05 0 0 ); + offset ( 0.0495 0 0 ); + sampleMode nearestCell; + samplePatch none; } outlet diff --git a/tutorials/oodles/pitzDailyDirectMapped/system/changeDictionaryDict b/tutorials/oodles/pitzDailyDirectMapped/system/changeDictionaryDict index 282852ed87..7ae2253dbf 100644 --- a/tutorials/oodles/pitzDailyDirectMapped/system/changeDictionaryDict +++ b/tutorials/oodles/pitzDailyDirectMapped/system/changeDictionaryDict @@ -23,6 +23,8 @@ dictionaryReplacement { type directMappedPatch; offset (0.0495 0 0); + sampleMode nearestCell; + samplePatch none; } } }