From a6056b7329d0ac93403beef3a1048e97dbf010b1 Mon Sep 17 00:00:00 2001 From: Chris Greenshields <http://cfd.direct> Date: Tue, 26 Jul 2016 15:25:18 +0100 Subject: [PATCH] foamNewBC: removes phip completely for fixedValue condition --- bin/foamNewBC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/foamNewBC b/bin/foamNewBC index 61e093d7a3..26ac4fcc91 100755 --- a/bin/foamNewBC +++ b/bin/foamNewBC @@ -175,7 +175,7 @@ do -e '/refValue/d' \ -e '/refGrad/d' \ -e '/valueFraction/d' \ - -e '/phip/,/lookupPatchField/d' \ + -e '/const scalarField\& phip/,/);/d' \ ${NAME}/${NEWFILE} ;; mixed) -- GitLab