From 62950b7defc9f9135afadaee1831fe7bcfcfccc6 Mon Sep 17 00:00:00 2001 From: Matej Forman <mfm@esi-group.com> Date: Tue, 20 Jul 2021 09:47:04 +0100 Subject: [PATCH] TUT: rotatingFanInRoom: perturb locationInMesh (fixes #2162) --- .../pimpleFoam/RAS/rotatingFanInRoom/system/snappyHexMeshDict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/system/snappyHexMeshDict b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/system/snappyHexMeshDict index 46ff1c4ba1f..dd678f6ccba 100644 --- a/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/system/snappyHexMeshDict +++ b/tutorials/incompressible/pimpleFoam/RAS/rotatingFanInRoom/system/snappyHexMeshDict @@ -71,7 +71,7 @@ castellatedMeshControls // AMI{ mode inside; levels ((1E15 3));} } - locationInMesh (0.1 0.0 0.01); + locationInMesh (0.1001 0.001 0.0101); allowFreeStandingZoneFaces false; } -- GitLab