Issues getting mesh quality information using meshing utilities #3298
Unanswered
GabrielMcGrane
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to extract mesh quality information using pyFluent's meshing utilities module MeshingUtilities but I can't get it to work. It seems to me that the 'meshing utilities' class exists but when I run any functions, python reports it doesnt have any attributes.
Eg if I run the water tight meshing workflow taken from:
watertight-geometry-meshing-workflow
and then try to report quality using:
meshing.meshing_utilities.get_face_mesh_distribution( face_zone_name_pattern="*", measure="Orthogonal Quality", partitions=2, range=[0.9, 1], )
I receive this error:
I'm using fluent 23r2 and pyfluent 0.25.0.
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions