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; } } }