1 Info<< "Reading field p\n" << endl;
16 Info<< "Reading field U\n" << endl;
30 # include "createPhi.H"
34 scalar pRefValue = 0.0;
35 setRefCell(p, mesh.solutionDict().subDict("PISO"), pRefCell, pRefValue);
38 singlePhaseTransportModel laminarTransport(U, phi);
40 autoPtr<incompressible::LESModel> sgsModel
42 incompressible::LESModel::New(U, phi, laminarTransport)