-
Hello, I'm trying to run turbChannel using a constant body force which could be done in Nek5000 by setting the following in the .usr file.
I followed the steps in
section but left the others parts of the code exactly the same as in the docs (only modified the gravity to the force term as required). When I run this case, I'm getting the following error.
Can I get some help on resolving this error? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Can you please share your |
Beta Was this translation helpful? Give feedback.
-
The kernel function name has to match the actual kernel name. So if you okl kernel is named |
Beta Was this translation helpful? Give feedback.
-
In your case the names don't match (constantFill vs constantFillKernel). Please check the examples in |
Beta Was this translation helpful? Give feedback.
The kernel function name has to match the actual kernel name. So if you okl kernel is named
foo
, you have to callfoo()
in the udf.