ENH: Removed inappropriate construction of turbulence model from ico cloud solver

This commit is contained in:
andy
2011-11-22 17:26:41 +00:00
parent fbd4abd21c
commit 4c67b05e2e

View File

@ -47,17 +47,10 @@
#include "createPhi.H"
Info<< "Creating turbulence model\n" << endl;
singlePhaseTransportModel laminarTransport(U, phi);
const volScalarField nu(laminarTransport.nu());
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
volScalarField mu
(
IOobject