chemFoam: use default (empty) BCs for U rather than inheriting from p
This commit is contained in:
parent
0bfe5291d7
commit
eca605d334
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue