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>
81scalar pRefValue = 0.0;
82setRefCell(p, mesh.solutionDict().subDict(
"SIMPLE"), pRefCell, pRefValue);
84_laminarTransport = autoPtr<singlePhaseTransportModel>
86 new singlePhaseTransportModel( U, phi )
88singlePhaseTransportModel& laminarTransport = _laminarTransport();
90turbulence = autoPtr<incompressible::turbulenceModel>
92 incompressible::turbulenceModel::New(U, phi, laminarTransport)
95_MRF = autoPtr<IOMRFZoneList>
97 new IOMRFZoneList(mesh)