ansys / pyfluent-visualization

Visualize Ansys Fluent simulations using Python
https://visualization.fluent.docs.pyansys.com
MIT License
27 stars 3 forks source link

PyFluent Visualization: Solution Monitors are not showing up on the GitHub. #46

Open ypatel-qa opened 2 years ago

ypatel-qa commented 2 years ago

https://fluentvisualization.docs.pyansys.com/examples/00-postprocessing/post_processing_exhaust_manifold.html#sphx-glr-examples-00-postprocessing-post-processing-exhaust-manifold-py

image

Solution monitors are showing up while generating the doc locally on Windows 10.

image

ypatel-qa commented 2 years ago

@ajain-work Is it due to Fluent on the GitHub running with the non-graphics mode?

ajain-work commented 2 years ago

@ypatel-qa For monitors, data is streamed by Fluent as it is generated. Streaming is done in secondary thread. So it is not working.

seanpearsonuk commented 2 years ago

@ypatel-qa a static image will be fine for the purposes of documentation

ypatel-qa commented 2 years ago

Sure, @seanpearsonuk @ajain-work

@akulshre-qa As we discussed, can you please create a PR for the release branch?

ypatel-qa commented 2 years ago

https://github.com/pyansys/pyfluent-visualization/pull/58

@seanpearsonuk @ajain-work @mkundu1