diff --git a/src/fvOptions/sources/derived/meanVelocityForce/meanVelocityForce.H b/src/fvOptions/sources/derived/meanVelocityForce/meanVelocityForce.H
index a9cbfa725add0e8fe6ccece596964d8123db5715..72809cfc09fef418d79537ee0212d94e9fcbad3e 100644
--- a/src/fvOptions/sources/derived/meanVelocityForce/meanVelocityForce.H
+++ b/src/fvOptions/sources/derived/meanVelocityForce/meanVelocityForce.H
@@ -35,13 +35,13 @@ Description
     \verbatim
     meanVelocityForceCoeffs
     {
-        fieldNames  (U);                       // Name of velocity field
-        Ubar        (10.0 0 0);                // Desired mean velocity
-        relaxation  0.2;                       // Optional relaxation factor
+        selectionMode   all;                    // Apply force to all cells
+        fieldNames      (U);                    // Name of velocity field
+        Ubar            (10.0 0 0);             // Desired mean velocity
+        relaxation      0.2;                    // Optional relaxation factor
     }
     \endverbatim
 
-
 SourceFiles
     meanVelocityForce.C
 
diff --git a/src/fvOptions/sources/derived/meanVelocityForce/patchMeanVelocityForce/patchMeanVelocityForce.H b/src/fvOptions/sources/derived/meanVelocityForce/patchMeanVelocityForce/patchMeanVelocityForce.H
index b261b4d9f922acd2a08e509dc32b709e1441a620..359ebe6cf31247618ebdd60afea63cc3b7418a13 100644
--- a/src/fvOptions/sources/derived/meanVelocityForce/patchMeanVelocityForce/patchMeanVelocityForce.H
+++ b/src/fvOptions/sources/derived/meanVelocityForce/patchMeanVelocityForce/patchMeanVelocityForce.H
@@ -35,10 +35,11 @@ Description
     \verbatim
     patchMeanVelocityForceCoeffs
     {
-        fieldNames  (U);                       // Name of velocity field
-        patch       inlet;                     // Name of the patch
-        Ubar        (10.0 0 0);                // Desired mean velocity
-        relaxation  0.2;                       // Optional relaxation factor
+        selectionMode   all;                    // Apply force to all cells
+        fieldNames      (U);                    // Name of velocity field
+        patch           inlet;                  // Name of the patch
+        Ubar            (10.0 0 0);             // Desired mean velocity
+        relaxation      0.2;                    // Optional relaxation factor
     }
     \endverbatim