diff --git a/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C b/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
index 94c7f53f840a00cb15a964bf0a96b66089ba0a84..4473b8391dee292b5237eff8ea4fb1c3f7347eeb 100644
--- a/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
+++ b/applications/utilities/preProcessing/applyBoundaryLayer/applyBoundaryLayer.C
@@ -100,6 +100,7 @@ Foam::tmp<Foam::volScalarField> calcK
     volScalarField& k = tk();
     scalar ck0 = pow025(Cmu)*kappa;
     k = (1 - mask)*k + mask*sqr(nut/(ck0*min(y, ybl)));
+    k.rename("k");
 
     // Do not correct BC
     // - operation may use inconsistent fields wrt these local manipulations