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 25908eb4fc
commit 46f16ecb80
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);