Added printCoeffs as requested. Note that the coeffs will now be printed twice by
models derived from Smagorinsky.
This commit is contained in:
parent
af3c1a7766
commit
15bc2dd10b
@ -73,6 +73,8 @@ Smagorinsky::Smagorinsky
|
||||
)
|
||||
{
|
||||
updateSubGridScaleFields(fvc::grad(U));
|
||||
|
||||
printCoeffs();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user