|
[Sponsors] |
Help using FLUENT in batch mode: script in the Journal file |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 23, 2019, 02:39 |
Thank you very much
|
#21 | |
New Member
Kiran
Join Date: Oct 2017
Posts: 4
Rep Power: 9 |
Quote:
|
||
November 2, 2019, 10:54 |
|
#22 |
New Member
ZT
Join Date: Nov 2019
Posts: 14
Rep Power: 7 |
Currently moving from my own computer to HPC. Learning a lot about bash scripts and have run into a couple of barriers. Didn't want to start a new thread as this one seems pretty comprehensive.
When writing a .dat file, it appears to only give me the last timestep saved in that .dat file. Do I need to write a new .dat file for every timestep along the way in order for it to save every timestep? I am using TecPlot AS my post-processor if that helps. If this is the case, is there another command for that that doesn't end with me using 6000 lines of code in one .jou file? Do I also need to write a .cas file along with the .dat file? No moving mesh so I wouldnt have thought it needed it on every ts, just at the end. .jou file posted below for you to have a look, cheers in advance. ; Read case file rc FFF.1-Setup-Output.cas.gz ; Initialize the solution /solve/initialize/hyb-initialization ; the time-step size as 0.01 (seconds) /solve/set/time-step 0.01 ;No of it ;Max it per time step /solve/dual-time-iterate 1000 20 ; Write data file (compressed, iteration number included in file name) wd initial_testing_output_ts1.gz ;No of it ;Max it per time step /solve/dual-time-iterate 1000 20 ; Write data file (compressed, iteration number included in file name) wd initial_testing_output_ts2.gz ; Exit FLUENT exit yes |
|
November 26, 2019, 08:19 |
standard initialization
|
#23 | |
Member
Bineet Mehra
Join Date: Aug 2013
Posts: 61
Rep Power: 13 |
Quote:
Hii, How can be specifically initialise from inlet (standard initilization) ? thanks a lot |
||
November 27, 2019, 00:23 |
|
#24 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,363
Rep Power: 34 |
Code:
solve initialize initialize-flow OK
__________________
best regards ****************************** press LIKE if this message was helpful |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] mesh airfoil NACA0012 | anand_30 | OpenFOAM Meshing & Mesh Conversion | 13 | March 7, 2022 18:22 |
Changing the Max level of Refine in a journal file in batch mode (without GUI)? | tohid | FLUENT | 0 | April 18, 2011 21:24 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
Problem installing on Ubuntu 9.10 -> 'Cannot open : No such file or directory' | mfiandor | OpenFOAM Installation | 2 | January 25, 2010 10:50 |
OpenFOAM on MinGW crosscompiler hosted on Linux | allenzhao | OpenFOAM Installation | 127 | January 30, 2009 20:08 |