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 Save all open plots in Ansys Fluent at once Reply To: Save all open plots in Ansys Fluent at once

eliocpereira
Subscriber
I tried to follow your suggestion by creating a journal named "save_monitors.jou" that plots and saves my monitors. This journal has the following structure (I am only showing here a snippet fore illustrative purposes):
plot/residuals yes yes yes yes yes yes yes

/display/save-picture "monitors/residuals.png"


/solve/report-plots/plot fan_inlet_totalp-rplot
/display/save-picture "monitors/fan_inlet_totalp-rplot.png"
In this journal the residuals and the report plot "fan_inlet_totalp-rplot" are saved in the folder "monitors". To make Fluent read the journal I used the console command file rj save_monitors.jou.
Thank you for your suggestion, Rob.