This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:ansys [2024/10/01 11:33] ccrosby [Tutorial video - multi-node post-processing] |
howto:ansys [2026/07/21 09:03] (current) ccrosby [Exporting graphics during a run] |
||
|---|---|---|---|
| Line 174: | Line 174: | ||
| </ | </ | ||
| + | |||
| + | |||
| + | ===== Exporting graphics during a run ===== | ||
| + | The CHPC gratefully acknowledges Alex Brocco for the following contribution. | ||
| + | |||
| + | For very large parallel simulations, | ||
| + | |||
| + | To bypass this bottleneck, it is recommended to set up Ansys EnSight DVS (Dynamic Visualization Store) export files using the following TUI command: | ||
| + | |||
| + | < | ||
| + | |||
| + | This method is notably more memory‑ and CPU‑efficient than forcing the solver to render and save image files. It also supports real‑time monitoring of the simulation through Ansys EnSight via a live connection (currently untested on this cluster). Once the simulation has completed, scenes and animations can be visualized and saved by loading the DVS files into Ansys EnSight. | ||
| + | |||
| + | Alternatively, | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | However, this option is less efficient in terms of storage and I/O performance because data from the entire 3D volume is exported. | ||
| + | |||
| + | **Note:** The trailing arguments of the TUI commands are case-specific. Below is a structurally valid journal execution sequence example for Ansys Fluent 2024 R1: | ||
| + | |||
| + | < | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | **Note:** If the files that are exported during multiple transient simulations are to be used as a set, all simulations must be executed on the same platform and with the same number of solver processes. This ensures that the resulting DVS files are structurally compatible and can be read together without partition mismatches. | ||
| + | |||
| + | |||
| + | |||
| ===== Running Fluent on GPUs (experimental) ===== | ===== Running Fluent on GPUs (experimental) ===== | ||