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

models derived from Smagorinsky.
This commit is contained in:
henry 2009-11-24 11:00:52 +00:00
parent af3c1a7766
commit 15bc2dd10b

View File

@ -73,6 +73,8 @@ Smagorinsky::Smagorinsky
)
{
updateSubGridScaleFields(fvc::grad(U));
printCoeffs();
}