Skip to content
Snippets Groups Projects
Commit 83d9e20f authored by henry's avatar henry
Browse files

Removed reference to PISO sub-dict.

parent ad24dfdb
No related merge requests found
......@@ -31,7 +31,7 @@ volVectorField U
label pRefCell = 0;
scalar pRefValue = 0.0;
setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
setRefCell(p, mesh.solutionDict().subDict("PIMPLE"), pRefCell, pRefValue);
singlePhaseTransportModel laminarTransport(U, phi);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment