Issue creating a 2D mesh for Ansys Fluent #1069
Replies: 1 comment
-
Hi @hinnebuschs, As of today, 2D solver mesh export to Fluent is not exposed as a capability within the client. If you feel this is required then we can convert this to an enhancement request moving forward. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am currently working on generating a 2D geometry using Ansys Prime for use in PyFluent, but I am encountering issues when attempting to export the mesh or open the mesh file in PyFluent. If I use this geometry in Workbench, I can generate the mesh and open it in Fluent without any issues. Am I able to generate a 2D fluent mesh in Prime, and if so, how can I get past the following errors?
I've tried saving the results as a
.msh
file, but I get the following error when launching pyFluent:Error: This appears to be a surface mesh. Surface meshes cannot be read under the /file/read-case functionality. Error Object: #f
I try saving the results as a
.cas.h5
file, but I get this error in Prime.ansys.meshing.prime.internals.error_handling.PrimeRuntimeError: Cell zonelets not found to export fluent case.
Below, I have included the code I am using along with the attached geometry file for reference. Any assistance in resolving these issues would be greatly appreciated.
Thank you,
Shawn
I'm using the following versions:
Ansys 2025 R1
ansys-meshing-prime=0.8.1
ansys-api-fluent=0.3.36
ansys-api-meshing-prime=0.1.4
python=3.11
test_2D.zip
Beta Was this translation helpful? Give feedback.
All reactions