|
[Sponsors] |
Saving Solution animation as PNG in batch mode |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 9, 2024, 10:49 |
Saving Solution animation as PNG in batch mode
|
#1 |
New Member
Sajeed hussain
Join Date: Oct 2024
Posts: 1
Rep Power: 0 |
Hello,
I am running a sim in batch mode (2021r2) and I have set instructions both in case file and journal to save solution animation as PNG. But the images are not saved. These are the commands in the journal: /file/set-directory / /display/animate/storgae-type png /display/animate/set-interval 1 /display/animate/save and for batch _ fluent 2ddp -g -t -cnf -i file.jou I do not understand if I'm missing something. Thank you for the help. |
|
October 16, 2024, 03:53 |
|
#2 |
Senior Member
Moritz Kuhn
Join Date: Apr 2010
Location: Germany, Dresden
Posts: 218
Rep Power: 17 |
Hi Sajeed,
I have done the same thing several years ago. Here is a part of my batch file, hopefully it will help you: /display/set/contours/filled-contours yes /display/set/picture/driver png /display/set/picture/landscape yes /display/set/picture/invert-background yes /display/set/picture/use-window-resolution yes /display/set/picture/color-mode color /display/set/colors/skip-label 1 /display/set/contours/clip-to-range no /display/set/contours/coloring no /display/set/windows/axes/visible no /display/set/windows/text/visible yes /display/set/windows/scale/format "%0.0f" /display/set/contours/surfaces sweep-surface-7 () /views/restore-view film50 /display/contour temperature 120 278 ;set up display commands to print front view of phases and velocity magnitude every time steps /solve/execute-commands/add-edit command-1 1 "time-step" "/display/views/restore-view film50" /solve/execute-commands/add-edit command-2 1 "time-step" "/display/contour temperature 120 278" /solve/execute-commands/add-edit command-3 1 "time-step" "/display/save-picture /home/kuhn/Vita/vitafilm1/temperature-%t.png" --Moritz |
|
Tags |
animation solution, batch simulations, fluent |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating animation in batch mode | lmtlmt12@yahoo.com | FLUENT | 0 | April 30, 2023 13:56 |
Solution Animation | RF_ | FLUENT | 0 | August 31, 2021 02:07 |
Fluent Batch Mode error: No error handler available | hahs | FLUENT | 0 | September 14, 2018 02:29 |
Saving of monitor points in batch mode. | Martijn | CFX | 3 | December 10, 2008 11:36 |
batch & solution animation | Paolo | FLUENT | 0 | May 5, 2003 06:58 |