Replies: 0 comments 1 reply
-
Transferring discussion to PyDPF repository |
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.
-
I have been using ANSYS Fluent (2025 R2) to run some URANS cases and using the 'data sampling' feature to time average the results. I have been using ANSYS PyDPF (latest version) to create an automated workflow for post-processing my results, however I have found that it only reads a limited number of fields from the .dat.h5 file. In particular, I would like to export the time averaged wall_shear_stress and vorticity fields, however the only the "mean_" temperature, velocity and static pressure fields are available in
model.metadata.result_info
. When I look at all possible available attributes foroperators.result
I see that there are only a finite number of results operators across structural and fluids applications (that don't inlcude mean wall_shear_stress or vorticity fields), which limits what post-processing I am able to do.Is there a planned update to include all fields in ANSYS PyDPF?
In the meantime, are there any work arounds that I could use for loading these fields into PyDPF?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions