-
Notifications
You must be signed in to change notification settings - Fork 1
Fix for graphics images #92
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly note that the pyfluent-visualization module is used for visualization and writing the results files, so it needs to be installed in the environment on the runner/pipeline.
@abhishekchitwar - when was the Remember that this repo runs against 24.1, 24.2, 25.1 and shortly 25.2 |
@RobPasMue, pyfluent-visualization=0.21.0 and ansys-fluent-core=0.33.0 is required. I am pretty sure, it should work as expected with 25.1 and 25.2 Product versions. |
I think you will also have to upgrade the corresponding requirement files in that case |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert solver
dbd23bd
to
89219bf
Compare
The PR resolves the problem with result images generated by Fluent Workflow. The issue is due to the ui_mode parameter being set to NO_GUI_OR_GRAPHICS, leading to the generation of images with no results.
The solution involves using the pyfluent-visualization module, which utilizes pyvista in the backend to correctly produce the desired result images. The supported file formats include .svg, .eps, .ps, .pdf, and .tex, and the result files are being written in the .svg format.