From 131bbaf476492f5d0b1ae6b467a452ae14145cf5 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 24 Dec 2024 09:05:49 +0000
Subject: [PATCH] TUT: v2412: optional backwards-compatibility setting

---
 .../incompressible/simpleFoam/motorBike/system/controlDict | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tutorials/incompressible/simpleFoam/motorBike/system/controlDict b/tutorials/incompressible/simpleFoam/motorBike/system/controlDict
index 2e17d5d2c6a..fb0adb1ba1e 100644
--- a/tutorials/incompressible/simpleFoam/motorBike/system/controlDict
+++ b/tutorials/incompressible/simpleFoam/motorBike/system/controlDict
@@ -14,6 +14,13 @@ FoamFile
 }
 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
 
+//- To be more comparable to v2406 bug-fix branch disable the
+//- near-wall distance fix (see v2412 release notes about 'Wall distance')
+//OptimisationSwitches
+//{
+//    useCombinedWallPatch    0;
+//}
+
 application     simpleFoam;
 
 startFrom       startTime;
-- 
GitLab