Replies: 1 comment 2 replies
-
Edit : Fluent version R2024 R2 |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello all,
I want to automatize dat.h5 and cas.h5 export to ENCAS format (see my code at the end of the description). My mesh is complex and
composed of many submeshes and fields such as pressure, wall shear stress and velocity among others. But when I use
the default ensight_gold export method, I only manage to export the first submesh of my mesh with
only a single velocity field. Could you please help me to export all fields ?
I also had problems to reload the exhaust system example, the link provided in the docs seem broken now.
But this code can be also run for the elbow example or any other example using dat.h5 and cas.h5 data.
By the way, I saw that in an other issue related to ASCII export, that you have to specify the zones and the
fields you want to export, in my case I want to export all the submeshes and fields, is there a way to automate
the choice of export zones ?
Thank you for your support,
Regards,
Roman
My code below :
Beta Was this translation helpful? Give feedback.
All reactions