We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

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