1 MRFZones mrfZones(mesh);
2 mrfZones.correctBoundaryVelocity(U);
4 thermalPorousZones pZones(mesh);
5 Switch pressureImplicitPorosity(false);
7 // nUCorrectors used for pressureImplicitPorosity
11 // nUCorrectors for pressureImplicitPorosity
12 if (mesh.solutionDict().subDict("SIMPLE").found("nUCorrectors"))
16 mesh.solutionDict().subDict("SIMPLE").lookup("nUCorrectors")
22 pressureImplicitPorosity = true;
23 Info<< "Using pressure implicit porosity" << endl;
27 Info<< "Using pressure explicit porosity" << endl;