ansys / pyfluent

Pythonic interface to Ansys Fluent
https://fluent.docs.pyansys.com
MIT License
242 stars 41 forks source link

Wrong combustion model enabled by settings API #2109

Open sravanansys opened 9 months ago

sravanansys commented 9 months ago

πŸ” Before submitting the issue

🐞 Description of the bug

When choosing partially-premixed-combustion model through settings API, non-premixed-combustion model is being set in Fluent

image

πŸ“ Steps to reproduce

session.setup.models.species.model.option='partially-premixed-combustion' session.file.read_pdf(file_name = pdf_file)

I can share the pdf file separately as it is confidential.

πŸ’» Which operating system are you using?

Windows

πŸ“€ Which ANSYS version are you using?

2024R1

🐍 Which Python version are you using?

3.9

πŸ“¦ Installed packages

ansys-api-fluent==0.3.18
ansys-api-platform-instancemanagement==1.0.0
-e git+https://github.com/ansys/pyfluent.git@ba137b0044e681f7cf9a52be33a5de9b3e46e258#egg=ansys_fluent_core
-e git+https://github.com/ansys/pyfluent-visualization.git@ec8df87c9bf7f725d4c03b5c3f091ace8ca52c46#egg=ansys_fluent_visualization
ansys-platform-instancemanagement==1.1.2
asttokens==2.4.0
backcall==0.2.0
certifi==2023.7.22
charset-normalizer==3.3.0
colorama==0.4.6
comm==0.1.4
contourpy==1.1.1
cycler==0.12.0
debugpy==1.8.0
decorator==5.1.1
docker==6.1.3
exceptiongroup==1.1.3
executing==2.0.0
fonttools==4.43.0
grpcio==1.59.0
grpcio-health-checking==1.48.2
h5py==3.9.0
idna==3.4
importlib-metadata==6.8.0
importlib-resources==6.1.0
ipykernel==6.25.2
ipython==8.16.1
jedi==0.19.1
jupyter_client==8.3.1
jupyter_core==5.3.2
kiwisolver==1.4.5
lxml==4.9.3
matplotlib==3.8.0
matplotlib-inline==0.1.6
nest-asyncio==1.5.8
numpy==1.26.0
packaging==23.2
pandas==2.1.1
parso==0.8.3
pickleshare==0.7.5
Pillow==10.0.1
platformdirs==3.11.0
pooch==1.7.0
prompt-toolkit==3.0.39
protobuf==3.20.3
psutil==5.9.5
pure-eval==0.2.2
Pygments==2.16.1
pyparsing==3.1.1
PySide6==6.5.2
PySide6-Addons==6.5.2
PySide6-Essentials==6.5.2
python-dateutil==2.8.2
pytz==2023.3.post1
pyvista==0.42.2
pyvistaqt==0.11.0
pywin32==306
PyYAML==6.0.1
pyzmq==25.1.1
QtPy==2.4.0
requests==2.31.0
scooby==0.7.4
shiboken6==6.5.2
six==1.16.0
stack-data==0.6.3
tornado==6.3.3
traitlets==5.11.2
typing_extensions==4.8.0
tzdata==2023.3
urllib3==2.0.6
vtk==9.3.20230807rc0
wcwidth==0.2.8
websocket-client==1.6.3
zipp==3.17.0
seanpearsonuk commented 2 months ago

@sravanansys please can you let me have access to the pdf file, thanks.