missing user_defined option in pyfluent setup options #4620
Unanswered
Abuse-Coding
asked this question in
Q&A
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.
-
I want to hook an UDF to my project, however when I try to access user_defined as suggested from the documentation:
https://fluent.docs.pyansys.com/version/stable/api/solver/_autosummary/settings/setup.html#setup
I run into the following error:
when I list the attributes of my setup, I see most of the documented attributes, but not all, anyone know how to access or enable user_defined attribute for the setup?
list(solver.settings.setup())Even trying a workaround with using interpreted TUI-commands didn't help.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions