1 Info << "Reading field p\n" << endl;
15 Info << "Reading field U\n" << endl;
29 # include "createPhi.H"
33 scalar pRefValue = 0.0;
34 setRefCell(p, mesh.solutionDict().subDict("SIMPLE"), pRefCell, pRefValue);
37 singlePhaseTransportModel laminarTransport(U, phi);
39 autoPtr<incompressible::RASModel> turbulence
41 incompressible::RASModel::New(U, phi, laminarTransport)
45 porousZones pZones(mesh);
46 Switch pressureImplicitPorosity(false);
51 // nUCorrectors for pressureImplicitPorosity
52 if (mesh.solutionDict().subDict("SIMPLE").found("nUCorrectors"))
56 mesh.solutionDict().subDict("SIMPLE").lookup("nUCorrectors")
62 pressureImplicitPorosity = true;