Added setFlux required to potentialIbFoam

This commit is contained in:
Vanja Skuric 2016-05-06 13:02:39 +02:00
parent 3f9d34ff1a
commit c89ee2d0ef

View file

@ -47,3 +47,4 @@
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
mesh.schemesDict().setFluxRequired(p.name());