Ansys Assistant will be unavailable on the Learning Forum starting January 30. An upgraded version is coming soon. We apologize for any inconvenience and appreciate your patience. Stay tuned for updates.

Ansys Learning Forum Forums Discuss Simulation Fluids How to Save Defined Animations Along with the Final Case? Reply To: How to Save Defined Animations Along with the Final Case?

Rui.Li
Subscriber

Testcases.in:

/file/read-case-data Testcases.cas
/solve/initialize/initialize-flow
/display/set-window-layout 1
/display/animate define velocity-magnitude-animation
/display/animate set-options velocity-magnitude-animation frame-frequency 10 file-format binary
/display/animate set file-name velocity_animation.cxa
/display/animate initialize
/solve/animate objects create animation-1
/solve/animate objects create animation-2
/solve/iterate 500
/display/animate save velocity-magnitude-animation
/file/write-case-data Testcases_completed.cas.h5
/exit yes

[bingo_chatbox]