|
|
Line 1: |
Line 1: |
| * Prepare your Fluent job using Fluent from the "ANSYS Workbench" on your Desktop machine up to the point where you would run the calculation.
| | === Journal Files === |
| * Export the "case" file "'''File > Export > Case...'''" or find the folder where Fluent saves your project's files. The "case" file will often have a name like <tt>FFF-1.cas.gz</tt>.
| |
| * If you already have data from a previous calculation, which you want to continue, export a "data" file as well ('''File > Export > Data...''') or find it the same project folder (<tt>FFF-1.dat.gz</tt>).
| |
| * [[Transferring_data|Transfer]] the "case" file (and if needed the "data" file) to a directory on the [[Project_layout|project]] or [[Storage_and_file_management#Storage_types|scratch]] filesystem on the cluster. When exporting, you save the file(s) under a more instructive name than <tt>FFF-1.*</tt> or rename them when uploading them.
| |
| * Now you need to create a "journal" file. It's purpose is to load the case- (and optionally the data-) file, run the solver and finally write the results. See examples below and remember to adjust the filenames and desired number of iterations.
| |
| * Adapt the Fluent jobscript below to your needs.
| |
| * After [[Running_jobs|running the job]] you can download the "data" file and import it back to Fluent with '''File > import > Data...'''.
| |