Skip to content
Snippets Groups Projects
Commit 4c67b05e authored by andy's avatar andy
Browse files

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

parent fbd4abd2
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment