Skip to content
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

Bug in Steady-Vortex-VOF, also doesn't work in Fluent v232 #30

Open
raph-luc opened this issue May 12, 2023 · 0 comments
Open

Bug in Steady-Vortex-VOF, also doesn't work in Fluent v232 #30

raph-luc opened this issue May 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@raph-luc
Copy link
Member

raph-luc commented May 12, 2023

examples/Steady-Vortex-VOF/steady_vortex.py outputs an "animation" that is just a still image of the tank:
vortex

From working through the code, it seems that parts of it are missing (also many unnecessary tui "q"s) and no flow field images were assigned to the animation, only parts of the tank and the freesurface (as visible in the image). The first animation created is also called 'animation-2' but there is no 'animation-1' or any other previous animation.

Tested in Fluent v231.

This example also does not seem to work in Fluent v232 (Build Time: May 3 2023 13:31:55 EDT Build Id: 205 Revision: 746b2c53f3), getting errors with unrecognized function: mixture-x-velocity and Error: Invalid result name. Error Object: ().

This example also does not work in Fluent v222 due to missing API settings.

Installed packages
absl-py==1.4.0
ansys-api-fluent==0.3.12
ansys-api-platform-instancemanagement==1.0.0b3
-e git+https://github.com/pyansys/pyfluent.git@683c8c1fd6bda7dad5cdf5b3409923cd3d0cfc02#egg=ansys_fluent_core
-e git+https://github.com/pyansys/pyfluent-parametric.git@c1b3e230b26b1e627b0ba8ba5bf1500533900765#egg=ansys_fluent_parametric
-e git+https://github.com/pyansys/pyfluent-visualization.git@a5c9847413e796bffe1a8261474a8bdcf1a682be#egg=ansys_fluent_visualization
ansys-platform-instancemanagement==1.1.1
appdirs==1.4.4
asttokens==2.2.1
astunparse==1.6.3
backcall==0.2.0
cachetools==5.3.0
certifi==2023.5.7
cfgv==3.3.1
charset-normalizer==3.1.0
colorama==0.4.6
contourpy==1.0.7
cycler==0.11.0
decorator==5.1.1
distlib==0.3.6
executing==1.2.0
filelock==3.12.0
flatbuffers==23.5.9
fonttools==4.39.4
gast==0.4.0
google-auth==2.18.0
google-auth-oauthlib==1.0.0
google-pasta==0.2.0
googleapis-common-protos==1.59.0
grpcio==1.54.0
h5py==3.8.0
identify==2.5.24
idna==3.4
imageio==2.28.1
importlib-metadata==6.6.0
ipython==8.13.2
jax==0.4.9
jedi==0.18.2
joblib==1.2.0
kaleido==0.2.1
keras==2.12.0
kiwisolver==1.4.4
libclang==16.0.0
lxml==4.9.2
Markdown==3.4.3
MarkupSafe==2.1.2
matplotlib==3.7.1
matplotlib-inline==0.1.6
ml-dtypes==0.1.0
nodeenv==1.7.0
numpy==1.23.5
oauthlib==3.2.2
opt-einsum==3.3.0
packaging==23.1
pandas==1.5.3
parso==0.8.3
pickleshare==0.7.5
Pillow==9.5.0
platformdirs==3.5.0
plotly==5.14.1
pooch==1.7.0
pre-commit==3.3.1
prompt-toolkit==3.0.38
protobuf==3.20.3
protoc-gen-swagger==0.1.0
pure-eval==0.2.2
pyasn1==0.5.0
pyasn1-modules==0.3.0
Pygments==2.15.1
pyparsing==3.0.9
PySide6==6.5.0
PySide6-Addons==6.5.0
PySide6-Essentials==6.5.0
python-dateutil==2.8.2
pytz==2023.3
pyvista==0.39.0
pyvistaqt==0.10.0
PyYAML==6.0
QtPy==2.3.1
requests==2.30.0
requests-oauthlib==1.3.1
rsa==4.9
scikit-learn==1.2.2
scipy==1.10.1
scooby==0.7.2
seaborn==0.12.2
shiboken6==6.5.0
six==1.16.0
stack-data==0.6.2
tenacity==8.2.2
tensorboard==2.12.3
tensorboard-data-server==0.7.0
tensorflow==2.12.0
tensorflow-estimator==2.12.0
tensorflow-intel==2.12.0
tensorflow-io-gcs-filesystem==0.31.0
termcolor==2.3.0
threadpoolctl==3.1.0
traitlets==5.9.0
typing_extensions==4.5.0
tzdata==2023.3
urllib3==1.26.15
virtualenv==20.23.0
vtk==9.2.6
wcwidth==0.2.6
Werkzeug==2.3.4
wrapt==1.14.1
xgboost==1.7.5
zipp==3.15.0
@raph-luc raph-luc added the bug Something isn't working label May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant