25Info <<
"Reading field p\n" << endl;
26_p = autoPtr<volScalarField>
41volScalarField& p = _p();
43Info <<
"Reading field U\n" << endl;
44_U = autoPtr<volVectorField>
59volVectorField& U = _U();
61_nut = autoPtr<volScalarField>
81setRefCell(p, mesh.solutionDict().subDict(
"PIMPLE"), _pRefCell, _pRefValue);
83_laminarTransport = autoPtr<singlePhaseTransportModel>
85 new singlePhaseTransportModel( U, phi )
87singlePhaseTransportModel& laminarTransport = _laminarTransport();
89turbulence = autoPtr<incompressible::turbulenceModel>
91 incompressible::turbulenceModel::New(U, phi, laminarTransport)
94_MRF = autoPtr<IOMRFZoneList>
96 new IOMRFZoneList(mesh)