Added setFlux required to potentialIbFoam
This commit is contained in:
parent
3f9d34ff1a
commit
c89ee2d0ef
1 changed files with 1 additions and 0 deletions
|
@ -47,3 +47,4 @@
|
|||
label pRefCell = 0;
|
||||
scalar pRefValue = 0.0;
|
||||
setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
|
||||
mesh.schemesDict().setFluxRequired(p.name());
|
||||
|
|
Reference in a new issue