export_field_file only have 0 time data #6424
-
In the case of other time data are selected to save, pyaedt export_field_file can only export time 0 data, but can not export other time data.
PyAEDT INFO: PostProcessor class has been initialized! Elapsed time: 0m 0sec PyAEDT ERROR: Method arguments: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @climaxburden, It's difficult to say what's your problem without seeing the AEDT file and your whole code snippet. Hope this helps, KR Giulia |
Beta Was this translation helpful? Give feedback.
Hi @climaxburden,
It's difficult to say what's your problem without seeing the AEDT file and your whole code snippet.
Are you sure your solution is correctly analyzed?
Have you looked at this examples in PyAEDT library of examples? https://examples.aedt.docs.pyansys.com/version/dev/examples/low_frequency/general/field_export.html this does exactly what you are trying to do + it also calculates the field solution for each time step (retrieved with the get_solution_data).
Hope this helps,
KR
Giulia