-
-
October 28, 2024 at 3:56 pm
avillanueva
SubscriberHello,
I have problems setting up an ansys fluent jounal file that must be submitted to an HPC cluster. I am using the following commands:
rcd Cavity.cas
solve iterate 10000
wcd Cavity.cas
yes
quit
quit
quit
quit
quit
exit
yes
I submit it to the cluster through this command: sbatch --time=8:00:00 --mem-per-cpu=2g --tmp=2g --wrap="fluent 3d -i Cavity_journal.jou
The job is submitted correctly because the status of the job is "Running" but I don't get any output case (.cas) nor data (.dat) file. Is it a problem of the journal file and what should I change?Â
Thanks for the answer:)
-
October 29, 2024 at 2:35 pm
Rob
Forum ModeratorIt's generally safer to run:
/file/rcd Cavity.cas
/solve/iterate 1000
/file/wcd Cavity_%i
etc
Â
If you take shortcuts in the commands if Fluent isn't in the correct menu level the command will fail. If that's happened you may see an error in the transcript file. I'd also advise against overwriting files like that in case anything goes wrong. If it does you've lost both the results and potentially the input files. Look up %i, %t and %f in the User's Guide: they're useful.Â
Â
-
October 29, 2024 at 2:36 pm
Rob
Forum ModeratorOh, and check the commands one by one locally before firing off a batch run. Especially anything I write in as I may have missed something.Â
-
- You must be logged in to reply to this topic.
- How do I get my hands on Ansys Rocky DEM
- Unburnt Hydrocarbons contour in ANSYS FORTE for sector mesh
- convergence issue for transonic flow
- Facing trouble regarding setting up boundary conditions for SOEC Modeling
- Point exception in erosion calculation
- Script Error Ansys
- Errors with multi-connected bodies using AQWA
- Quantitative results
-
2733
-
959
-
813
-
599
-
591
© 2025 Copyright ANSYS, Inc. All rights reserved.