TAGGED: animation, ansys-cfd, ansys-fluent, ansys-hpc, batch-hpc, error-in-fluent
-
-
July 27, 2025 at 10:31 pm
tianyuan.sun
SubscriberI'm currently running a transient simulation on an HPC using Fluent in batch mode with a
.jou file. The simulation runs fine and completes the time steps, but I'm encountering persistent issues with saving the animation files during the process.
Here’s my situation:
I have set up the animation in my case file beforehand (name:
velocity, storage: HSF File, record every 2 time-steps).
I only set the HSF file saving method in my case file, but I did not set any related saving steps in the journal file. However, HPC did not save the file after the run was completed.
-
July 28, 2025 at 8:44 am
Rob
Forum ModeratorHow are you launching Fluent? Ie what command other than "fluent 3ddp -t8" are you using?Â
-
July 28, 2025 at 1:00 pm
tianyuan.sun
SubscriberThank you for the reply!Â/file/read-case-data /nobackup/xgjv65/FluentBench/test.cas.h5/file/read-data   /nobackup/xgjv65/FluentBench/test.dat.h5ÂÂ/define/user-defined/compiled-functions compile "libudf" yes "velocity_pi4.c" "" ""Â/define/user-defined/compiled-functions load libudfThis is my jou file code.
Â
#!/bin/bash#SBATCH -J fluent_udf_test    Â#SBATCH -p shared         Â#SBATCH -n 128          Â#SBATCH --mem=48G    Â#SBATCH -t 40:00:00#SBATCH -N 1       Â#SBATCH --mail-type=END,FAIL  Â#SBATCH -o %x.%j.out       Â#SBATCH -e %x.%j.err       Âmodule purgemodule load ansys/24.2Âcd /nobackup/xgjv65/FluentBenchfluent 3ddp -t$SLURM_NTASKS -g -i run_twostep.jouÂI'm using this now.
-
-
July 28, 2025 at 3:16 pm
Rob
Forum ModeratorRead https://ansyshelp.ansys.com/public/account/secured?returnurl=/Views/Secured/corp/v252/en/flu_ug/flu_ug_BatchExecution.html and then consider what "-g" means to your animation.Â
-
- You must be logged in to reply to this topic.
-
3572
-
1118
-
1063
-
1050
-
952
© 2025 Copyright ANSYS, Inc. All rights reserved.