From 4d19d7ec94229c68cd70d6eaaa5a1909585ee28c Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 9 Dec 2016 12:53:26 +0000 Subject: [PATCH] Bugfix: MRF boundary condition on a moving wall U is fixedValue --- tutorials/incompressible/MRFSimpleFoam/mixerGgiMRF/0/U | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/incompressible/MRFSimpleFoam/mixerGgiMRF/0/U b/tutorials/incompressible/MRFSimpleFoam/mixerGgiMRF/0/U index 5c237bc52..ce8d03b18 100644 --- a/tutorials/incompressible/MRFSimpleFoam/mixerGgiMRF/0/U +++ b/tutorials/incompressible/MRFSimpleFoam/mixerGgiMRF/0/U @@ -23,7 +23,7 @@ boundaryField { impellerWall { - type movingWallVelocity; + type fixedValue; value uniform (0 0 0); } baffleWall