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

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

parent f8aa84e5
No related branches found
No related tags found
No related merge requests found
...@@ -80,8 +80,7 @@ ...@@ -80,8 +80,7 @@
IOobject::NO_WRITE IOobject::NO_WRITE
), ),
mesh, mesh,
dimensionedVector("zero", dimVelocity, vector::zero), dimensionedVector("zero", dimVelocity, vector::zero)
p.boundaryField().types()
); );
#include "createPhi.H" #include "createPhi.H"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment