Open ansjsia opened 11 months ago
This is mostly a fluent side bug.
Initial triaging report:
I see that error is not propagated to PyFluent in either cases. Only the error message in the transcript can be seen from PyFluent.
Same behaviour in PyConsole - this should be first fixed there.
Fluent bug id - 1035244
🔍 Before submitting the issue
🐞 Description of the bug
Reading a case file of the wrong dimensionality (e.g. 2D case into 3D Fluent or 3D case into 2D Fluent) throws an error in the TUI, but not in PyFluent. This could debugging tricky.
📝 Steps to reproduce
root.file.read()
,root.file.read_case
, or by passing thecase_file_name
argument (in the PyFluent development build) tolaunch_fluent
in Step 1.show_gui=True
.💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
24R1 23R2
🐍 Which Python version are you using?
3.11
📦 Installed packages