-
Hi all, I am trying to use the file.export.ascii() function to export solution data at the end of running a simulation with pyfluent. Using the help() function, I can see these are the details of the file.export.ascii() function: class ascii(Command)
But I cannot figure out what format the values in the cell_func_domain parameter should be to get specific quantities exported. I want to export static pressure, x-wall shear stress, x-face area, y-face area, and dx-velocity_dx, which are all options in the GUI. I have tried specifying just the static pressure with many variations, such as ["Static_Pressure"], ["static_pressure"], ["static pressure"], etc., but I always get an error that the value is not allowed: RuntimeError: Values contain disallowed entries Does anyone know what values should be in the list to get the quantities I'm looking for? Please let me know if there's any other info you need. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
What is the Fluent version? |
Beta Was this translation helpful? Give feedback.
Following will work: