Skip to content
Snippets Groups Projects
Commit 16868a2b authored by sergio's avatar sergio
Browse files

ENH: Provides support for laminar models for hoSimpleFoam

parent a2c69ae4
Branches
Tags
No related merge requests found
......@@ -69,9 +69,9 @@ dimensionedScalar rhoMin
);
Info<< "Creating turbulence model\n" << endl;
autoPtr<compressible::RASModel> turbulence
autoPtr<compressible::turbulenceModel> turbulence
(
compressible::New<compressible::RASModel>
compressible::turbulenceModel::New
(
rho,
U,
......
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