Use old PISO control structure for teaching solvers icoFoam and nonNewtonianIcoFoam
This commit is contained in:
parent
78f8e84d01
commit
6a1803d4aa
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue