ansys / pyfluent-examples

PyFluent Application Examples
https://examples.fluent.docs.pyansys.com
MIT License
5 stars 0 forks source link

Bug located in ... 019-AnsysLab-exhaust-manifold-Sean-Pearson/exhaust_system.py #11

Open hpohekar opened 1 year ago

hpohekar commented 1 year ago

šŸ” Before submitting the issue

šŸž Description of the bug

This script hangs by giving following output.

image

šŸ“ Steps to reproduce

Execute this script from this PR - https://github.com/pyansys/pyfluent-examples/pull/93

šŸ’» Which operating system are you using?

Windows

šŸ“€ Which ANSYS version are you using?

23R2

šŸ Which Python version are you using?

3.10

šŸ“¦ Installed packages

ansys-api-fluent==0.3.9
ansys-api-platform-instancemanagement==1.0.0b3
-e git+https://github.com/pyansys/pyfluent.git@836ebb11bd9bd04cf08679f862b371a0d054ad58#egg=ansys_fluent_core
-e git+https://github.com/pyansys/pyfluent-parametric.git@509f0507b5627a7506ccd7ef02b6fbe082f64c60#egg=ansys_fluent_parametric
-e git+https://github.com/pyansys/pyfluent-visualization.git@1a1d1ccfecadb61821d3edb9a0595584ab73a370#egg=ansys_fluent_visualization
ansys-platform-instancemanagement==1.0.3
appdirs==1.4.4
certifi==2022.12.7
charset-normalizer==3.1.0
contourpy==1.0.7
cycler==0.11.0
et-xmlfile==1.1.0
fonttools==4.39.0
googleapis-common-protos==1.58.0
grpcio==1.51.3
h5py==3.8.0
idna==3.4
imageio==2.26.0
importlib-metadata==6.0.0
kiwisolver==1.4.4
matplotlib==3.7.1
numpy==1.24.2
openpyxl==3.1.2
packaging==23.0
pandas==1.5.3
Pillow==9.4.0
platformdirs==3.1.1
pooch==1.7.0
protobuf==3.20.3
protoc-gen-swagger==0.1.0
pyparsing==3.0.9
PySide6==6.4.2
PySide6-Addons==6.4.2
PySide6-Essentials==6.4.2
python-dateutil==2.8.2
pytz==2022.7.1
pyvista==0.38.4
pyvistaqt==0.9.1
QtPy==2.3.0
requests==2.28.2
scooby==0.7.1
shiboken6==6.4.2
six==1.16.0
urllib3==1.26.15
vtk==9.2.6
zipp==3.15.0
hpohekar commented 1 year ago

@seanpearsonuk This example hangs by making background Fluent session as orphan processes.

image

seanpearsonuk commented 1 year ago

@hpohekar, is this special to this example? This behaviour has been reported recently for Fluent in general.