From eca605d334307cccf6f62c76b3f4c99e9ddfa4e0 Mon Sep 17 00:00:00 2001 From: Henry Weller 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 ae5d54fc5..698ca9846 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"