Replies: 1 comment 4 replies
-
The regularization setting in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Im solving a LES problem that includes a temperature field. In my par file, I set the following
regularization = hpfrt + nModes=1 + scalingCoeff=10
...under the[GENERAL]
section. Does this apply the high pass filter to all fields, including temperature?If I were to add
regularization = avm
to the[TEMPERATURE]
section, does that mean an additional viscous term (based on the paper by Lu 2019?) is treated, on top of the hpfrt?Beta Was this translation helpful? Give feedback.
All reactions