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
|
IOobject::NO_WRITE
|
||||||
),
|
),
|
||||||
mesh,
|
mesh,
|
||||||
dimensionedVector("zero", dimVelocity, vector::zero),
|
dimensionedVector("zero", dimVelocity, vector::zero)
|
||||||
p.boundaryField().types()
|
|
||||||
);
|
);
|
||||||
|
|
||||||
#include "createPhi.H"
|
#include "createPhi.H"
|
||||||
|
|||||||
Reference in New Issue
Block a user