-
Hello, I am trying to define the following named expression using pyfluent.
This gives me the following error
It generates this expression correctly using the setup class
Is there a different way of using the TUI based command? |
Beta Was this translation helpful? Give feedback.
Answered by
hpohekar
Mar 19, 2025
Replies: 1 comment
-
The You can find more information about it's usage in the following files: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hpohekar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@som1197
The
setup
class is based on the Settings API and it is a replacement for TUI API therefore usesetup
class instead of TUI based commands.You can find more information about it's usage in the following files:
cc: @mkundu1 @seanpearsonuk