-
Hello all, I am writing to ask for some help with the automatization process. I am currently working on mesh automatization, and I have some questions:
In the first point, I would like to get a list that would indicate areas, e.g. where the mesh is densified using face_sizing. I really appreciate any guidance or help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can use the Please refer https://github.com/ansys/pyfluent/blob/main/tests/test_meshing_utilities.py for more details. |
Beta Was this translation helpful? Give feedback.
@wkozek
You can use the
meshing_utilities
API for above mentioned points.Please refer https://github.com/ansys/pyfluent/blob/main/tests/test_meshing_utilities.py for more details.
cc: @mkundu1 @seanpearsonuk