Removed reference to PISO sub-dict.

This commit is contained in:
henry
2008-08-15 11:30:24 +01:00
parent ad24dfdbb6
commit 83d9e20f74

View File

@ -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);