1 Info << "Reading field p\n" << endl;
15 Info << "Reading field U\n" << endl;
29 #include "createPhi.H"
31 singlePhaseTransportModel laminarTransport(U, phi);
32 autoPtr<incompressible::RASModel> turbulence
34 incompressible::RASModel::New(U, phi, laminarTransport)
37 // Block vector field for velocity (first entry) and pressure (second
39 Info << "Creating field Up\n" << endl;
51 dimensionedVector4("zero", dimless, vector4::zero)