Skip to content
Snippets Groups Projects
Commit 15bc2dd1 authored by henry's avatar henry
Browse files

Added printCoeffs as requested. Note that the coeffs will now be printed twice by

models derived from Smagorinsky.
parent af3c1a77
Branches
Tags
No related merge requests found
......@@ -73,6 +73,8 @@ Smagorinsky::Smagorinsky
)
{
updateSubGridScaleFields(fvc::grad(U));
printCoeffs();
}
......
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