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
|
||||
),
|
||||
mesh,
|
||||
dimensionedVector("zero", dimVelocity, vector::zero),
|
||||
p.boundaryField().types()
|
||||
dimensionedVector("zero", dimVelocity, vector::zero)
|
||||
);
|
||||
|
||||
#include "createPhi.H"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue