mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
chemFoam: use default (empty) BCs for U rather than inheriting from p
This commit is contained in:
@ -80,8 +80,7 @@
|
||||
IOobject::NO_WRITE
|
||||
),
|
||||
mesh,
|
||||
dimensionedVector("zero", dimVelocity, vector::zero),
|
||||
p.boundaryField().types()
|
||||
dimensionedVector("zero", dimVelocity, vector::zero)
|
||||
);
|
||||
|
||||
#include "createPhi.H"
|
||||
|
||||
Reference in New Issue
Block a user