-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"constant is_not_in" issue #3637
Labels
bug
Issue, problem or error in PyMAPDL
Comments
Duplicate of #3591 |
Backward compatibility code has been committed in the latest fluent image. |
Verified. Not reproducible now.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🔍 Before submitting the issue
🐞 Description of the bug
the following error message is being displayed for some commands such as
solver.setup.materials.fluid["water"] = { "density": { "option": "constant", "value": 1000, }, "viscosity": { "option": "constant", "value": 0.001, }, }
taken from the example https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/modeling_cavitation.html
📝 Steps to reproduce
in pyfluent venv run the script from https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/modeling_cavitation.html
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
v252
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: