Turbulent boundary layer boundary "ON" setting #638
Unanswered
DiscoverXV
asked this question in
Compiling
Replies: 0 comments
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.
-
Hi,
I am currently using NekRSv24.0. I am working on a turbulent boundary layer simulation. Currently, in order to reduce the energy reflection at the upper boundary, I try to use the ".usr" file to define the upper boundary (No.3) as "ON".
However, when running “nekrs --setup tbl_8000_5m.par”, the problem "Found unsupport BC type: 'MSH'" occurs.

Therefore, I use another way, that is, define "boundaryTypeMap = inlet, outlet, shl, wall" in ".par", and set "void codedFixedGradientVelocity(bcData *bc)" in ".oudf"

I would like to ask two questions about Nekrs boundary layer settings
(1) Does Nekrs v24.0 still support the boundary setting of "ON", or is there a problem in my .usr definition?
(2) I am using "boundaryTypeMap" and "void codedFixedGradientVelocity(bcData *bc)", can I achieve the same boundary layer effect as "ON" in Nek5000?
I hope we can discuss Nekrs v24.0 setup further.
Thanks for your help.
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions