-
I want to extract a 2D slice from a 3D slice computed FDS simulation data and time average it. I tried to visually do it inside smoke view, for some reasons it hangs a lot and unable to get the data quickly. Is it possible with some utilities or smokeview scripts that can be used for this purpose. |
Beta Was this translation helpful? Give feedback.
Answered by
Muthu-V
Mar 24, 2025
Replies: 1 comment 1 reply
-
This tool is a complicated but more customizable way: https://firedynamics.github.io/LectureFireSimulation/content/tools/03_analysis/02_fdsreader.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for sharing. Managed to extract the results from fds2ascii and time averaged it for full 3D slice. Multiple mesh results were merged inside paraview using Grouping datasets and mergeblock. Will test Python fdsreader later for complex cases.