From 4e04239803f9b88b70d81dae09777c2c9bf06a24 Mon Sep 17 00:00:00 2001
From: Henry <Henry>
Date: Fri, 16 May 2014 17:18:51 +0100
Subject: [PATCH] interfaceProperties: rename 'K' to 'interfaceProperties:K' to
 avoid conflict with the mechanical energy Resolves bug-report
 http://www.openfoam.org/mantisbt/view.php?id=1239

---
 src/transportModels/interfaceProperties/interfaceProperties.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/transportModels/interfaceProperties/interfaceProperties.C b/src/transportModels/interfaceProperties/interfaceProperties.C
index 1750a59df51..daa1967c990 100644
--- a/src/transportModels/interfaceProperties/interfaceProperties.C
+++ b/src/transportModels/interfaceProperties/interfaceProperties.C
@@ -194,7 +194,7 @@ Foam::interfaceProperties::interfaceProperties
     (
         IOobject
         (
-            "K",
+            "interfaceProperties:K",
             alpha1_.time().timeName(),
             alpha1_.mesh()
         ),
-- 
GitLab