|
[Sponsors] |
January 20, 2022, 05:01 |
Using parallel computation
|
#1 |
Member
Shahid Khan
Join Date: Jan 2020
Posts: 35
Rep Power: 6 |
I am trying to run my case in parallel. I am using command 'parallel_computation.py -f XXXX.cfg -n NP' to run the case.
When I am running the case I can see a new config_CFD.cfg file being developed which looks like a copy of my own config file just removing comments. Can anyone please explain the importance and use of this file? Also, ideally flow.vtu etc. files should get generated only after the end of simulation(after convergence) as mentioned in the forum before but even when I am terminating the simulation in between I can see the generated flow.vtu, surface_flow.vtu files. What can be the reason to it? P.S- I am new to SU2 .cfg file can be seen here for reference https://drive.google.com/drive/folde...1k?usp=sharing |
|
January 20, 2022, 12:22 |
|
#2 |
Senior Member
Wally Maier
Join Date: Apr 2019
Posts: 123
Rep Power: 7 |
Hi Shahidkhan,
The python scripts will generate a config file for each binary they use. For example: A config_CFD, config_DEF, config_DOT can be generated when using the discrete_adjoint.py. The XXXX.cfg and config_CFD.cfg should be functionally the same. Its an effort to not overwrite your original file. SU2 will generate intermediate flow.vtu and surface_flow.vtu depending on the "OUTPUT_WRT_FREQ" option. Let me know if this helps. |
|
January 20, 2022, 22:39 |
|
#3 | |
Member
Shahid Khan
Join Date: Jan 2020
Posts: 35
Rep Power: 6 |
Quote:
Ya this really helps. I am new so I am posting my doubts to learn more about the software. |
||
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Parallel computation on cluster | Hamedhoorijani | OpenFOAM Installation | 1 | December 17, 2020 06:28 |
Explicitly filtered LES | saeedi | Main CFD Forum | 16 | October 14, 2015 11:58 |
simpleFoam parallel | AndrewMortimer | OpenFOAM Running, Solving & CFD | 12 | August 7, 2015 18:45 |
Why the parallel computation is slow | ztdep | OpenFOAM Running, Solving & CFD | 1 | May 1, 2008 04:55 |
UDF for parallel computation | Stanislav Kraev | FLUENT | 3 | October 10, 2006 03:12 |