-
Notifications
You must be signed in to change notification settings - Fork 41
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
issues in examples #3469
Comments
@prmukherj I am working through the examples so will track any issues here, unless you know of any existing issues to fix the examples? |
These are settings API changes from 24.2 to 25.1 and there is no backward compatibility entry for these settings. But, anyway, the documentation examples should reflect the latest settings API. We shall upgrade the Fluent version to 25.1 for doc build after FCA. |
The lack of backward compatibility is a major concern. We have told ACE that the API is fully covered by backward compatibility which would have been disseminated to customers. I believe that this is also mentioned in our documentation. Regarding appropriate suggestions, I note that |
🔍 Before submitting the issue
🐞 Description of the bug
some of the commands in the documentation examples are no longer working;
https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/radiation_headlamp.html# commands under
Boundary Conditions
;It also worth noting in the above example, the
did you mean
prompt suggestssolar_irradiation
. But the original command wasdirect_irradiation
, andmost similar names
containsdirect_irradiation_settings
. Would this not be the appropriate suggestion?example https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/parametric_static_mixer_1.html - cannot find the saved flprj file despite saving successful message? for step "Launch Fluent and read saved project"
running the brake thermal example https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/brake.html in the documentation results in the following error
https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/exhaust_system_settings_api.html scene commands result in below error
suggested fix
using the following
add
commands should fix this issue;https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/parametric_static_mixer_1.html
the create command appears out of date:
📝 Steps to reproduce
https://fluent.docs.pyansys.com/version/stable/examples/00-fluent/parametric_static_mixer_1.html
💻 Which operating system are you using?
Linux
📀 Which ANSYS version are you using?
v251
🐍 Which Python version are you using?
3.10
📦 Installed packages
The text was updated successfully, but these errors were encountered: