Use old PISO control structure for teaching solvers icoFoam and nonNewtonianIcoFoam

This commit is contained in:
Henry 2015-02-10 17:31:38 +00:00
parent 78f8e84d01
commit 6a1803d4aa
2 changed files with 2 additions and 2 deletions

View file

@ -52,4 +52,4 @@
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, piso.dict(), pRefCell, pRefValue);
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);

View file

@ -36,4 +36,4 @@
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, piso.dict(), pRefCell, pRefValue);
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);