From 9162fedfc468050fe6bf738c915ef5c849aa1440 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Thu, 18 Feb 2016 21:18:54 +0000 Subject: [PATCH] chemFoam: use default (empty) BCs for U rather than inheriting from p --- applications/solvers/combustion/chemFoam/createFields.H | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/solvers/combustion/chemFoam/createFields.H b/applications/solvers/combustion/chemFoam/createFields.H index ae5d54fc58e..698ca984639 100644 --- a/applications/solvers/combustion/chemFoam/createFields.H +++ b/applications/solvers/combustion/chemFoam/createFields.H @@ -80,8 +80,7 @@ IOobject::NO_WRITE ), mesh, - dimensionedVector("zero", dimVelocity, vector::zero), - p.boundaryField().types() + dimensionedVector("zero", dimVelocity, vector::zero) ); #include "createPhi.H" -- GitLab