mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Added printCoeffs as requested. Note that the coeffs will now be printed twice by
models derived from Smagorinsky.
This commit is contained in:
@ -73,6 +73,8 @@ Smagorinsky::Smagorinsky
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
updateSubGridScaleFields(fvc::grad(U));
|
updateSubGridScaleFields(fvc::grad(U));
|
||||||
|
|
||||||
|
printCoeffs();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user