KR26: Is it possible to run multiple jobs sequentially in FLUENT?


Yes, you need to create a journal file similar to:
;; Read first case
read-case-data case1.cas
;; Iterate
solve it 10

write-case-data case1.cas

;; Read 2nd case
read-case-data case2.cas
yes (comment: for discard cas dialog)
solve it 10
write-case-data case2.cas
;;Exit FLUENT
exit
yes


-----
If the journal file is called batch.jou, to execute in batch mode the command is:
Linux:
fluent 2d -g batch.jou& batch.trn&
Windows:
fluent 2d -g -i batch.jou

Here `-g` means no graphics and `-i` refers to an input file.





Show Form
No comments yet. Be the first to add a comment!