|
[Sponsors] |
December 26, 2017, 01:50 |
How to get flow solution in parallel case
|
#1 |
New Member
Lee Neil
Join Date: Jul 2015
Posts: 4
Rep Power: 11 |
Hi,
I'm a new user in SU2. I have run rae2822 case in parallel, "mpirun -np 8 SU2_CFD turb_SA_RAE2822.cfg", but cannot get the flow solution data when finished. The log where output's: " -------------------------- File Output Summary -------------------------- Writing comma-separated values (CSV) surface files. Merging coordinates in the Master node. Merging solution in the Master node. Writing SU2 native restart file. Writing the forces breakdown file. ------------------------------------------------------------------------- " How can I get the flow solution data,for example "flow.dat", Thanks all Last edited by deathaldaling; December 26, 2017 at 08:52. Reason: Thanks |
|
December 26, 2017, 14:08 |
|
#2 | |
Member
Mehdi Mortazawy
Join Date: Mar 2017
Posts: 30
Rep Power: 9 |
Dear Lee Neil,
"Note that when the code is compiled and running in parallel, only restart files will be generated during runtime to avoid overheads. The restart files can then be used as input to generate the visualization files using SU2_SOL. This will be done automatically if the parallel_computation.py script is used, but it can also be done manually at any time by calling SU2_SOL. In fact, this offers additional flexibility, as solution files in multiple formats can always be generated/regenerated as long as the original mesh and a restart file are available. SU2_SOL can be called from the command line like any of the other modules, in serial or parallel." In your case for example, after the SU2_CFD is finished generating the restart_flow_xxx.dat files, you may enter this in your command line to generate the solution files depending on which format (TECPLOT< TECPLOT_BINARY< or PARAVIEW) you want: mpirun -np 2 SU2_SOL turb_SA_RAE2822.cfg Please see this page for a more detail information: https://github.com/su2code/SU2/wiki/Post-processing Happy Holidays, Mehdi Quote:
|
||
January 10, 2018, 08:25 |
|
#3 |
New Member
Luca
Join Date: Nov 2017
Location: Rome
Posts: 5
Rep Power: 9 |
Dear Lee Neil,
You can also use the python 'parallel_computation.py' provided with su2. " python parallel_computation.py -f config.cfg -n Nprocessor " |
|
Tags |
parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[DesignModeler] DesignModeler Scripting: How to get Full Command Access | ANT | ANSYS Meshing & Geometry | 53 | February 16, 2020 16:13 |
Problem running movingCylinders case in parallel with foam-extend-3.1 | mhkenergy | OpenFOAM Running, Solving & CFD | 5 | March 3, 2017 06:20 |
Performance of GGI case in parallel | hannes | OpenFOAM Running, Solving & CFD | 26 | August 3, 2011 04:07 |
Free surface boudary conditions with SOLA-VOF | Fan | Main CFD Forum | 10 | September 9, 2006 13:24 |
fluid flow fundas | ram | Main CFD Forum | 5 | June 17, 2000 22:31 |