diff --git a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
index c5e22094b55dfb7520b3a24c80ee89bec7e2e6e7..b9c1cef0787485cfc0ee7e97cbb23cbb31aeb1a7 100644
--- a/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
+++ b/tutorials/incompressible/pimpleDyMFoam/movingCone/0/pointMotionUx
@@ -22,8 +22,8 @@ boundaryField
 {
     movingWall
     {
-        type            fixedValue;
-        value           uniform 1;
+        type            uniformFixedValue;
+        uniformValue    constant 1;
     }
     farFieldMoving
     {
@@ -31,8 +31,8 @@ boundaryField
     }
     fixedWall
     {
-        type            fixedValue;
-        value           uniform 0;
+        type            uniformFixedValue;
+        uniformValue    constant 0;
     }
     axis
     {
@@ -40,8 +40,8 @@ boundaryField
     }
     left
     {
-        type            fixedValue;
-        value           uniform 0;
+        type            uniformFixedValue;
+        uniformValue    constant 0;
     }
     farField
     {