Skip to content
Snippets Groups Projects
Commit eca605d3 authored by Henry Weller's avatar Henry Weller
Browse files

chemFoam: use default (empty) BCs for U rather than inheriting from p

parent 0bfe5291
Branches
Tags
1 merge request!33Merge foundation
......@@ -80,8 +80,7 @@
IOobject::NO_WRITE
),
mesh,
dimensionedVector("zero", dimVelocity, vector::zero),
p.boundaryField().types()
dimensionedVector("zero", dimVelocity, vector::zero)
);
#include "createPhi.H"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment