Skip to content
Snippets Groups Projects
Commit 8da920fb authored by andy's avatar andy
Browse files

ENH: Re-introduced turbulence to icoUncoupledKinematicParcelFoam

parent 86bf116b
Branches
Tags
No related merge requests found
......@@ -49,6 +49,11 @@
singlePhaseTransportModel laminarTransport(U, phi);
autoPtr<incompressible::turbulenceModel> turbulence
(
incompressible::turbulenceModel::New(U, phi, laminarTransport)
);
const volScalarField nu(laminarTransport.nu());
volScalarField mu
......
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