CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2 > SU2 Installation

No *.plt or *.vtk output files produced

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 20, 2014, 12:45
Default No *.plt or *.vtk output files produced
  #1
New Member
 
Vartan Grigorian
Join Date: Feb 2014
Posts: 3
Rep Power: 12
Vartan is on a distinguished road
Hello,

I have downloaded and installed SU2 3.0, 64 bit binary for Windows 7 (serial version). Initially SU2 would not run due to lack of msvcr100.dll and tecio.dll . I have solved these issues and tried to run the NACA0012 aerofoil test case. The code appears to run, however it does not generate the output files: flow.plt or flow.vtk, surface_flow.plt or surface_flow.vtk irrespective of whether I choose Tecplot or Paraview output file option in the inv_NACA0012.cfg file. I set up a path so that I could run SU2 from a working directory where the grid and *.cfg files are. Is there a default location for the Tecplot or Paraview output files, or should they appear in the working directory? I did try to find them using a search, but this was not successful.

I don't see anyone else having a similar problem, so it may be that I have done something daft... Apologies if this is the case, but hoping someone might have some suggestions. I'm very much looking forward to learning to use SU2.

Kind Regards,

Vartan

Last edited by Vartan; February 21, 2014 at 13:02.
Vartan is offline   Reply With Quote

Old   March 3, 2014, 19:36
Default SU2_EDU V1.1 Windows 64 bit version
  #2
New Member
 
Vartan Grigorian
Join Date: Feb 2014
Posts: 3
Rep Power: 12
Vartan is on a distinguished road
In order to try and isolate the source of the problem I downloaded and installed SU2_EDU V1.1 Windows 64 bit version and when run it does indeed produce the flow.vtk and surface_flow.vtk files.
Vartan is offline   Reply With Quote

Old   March 11, 2014, 15:12
Default
  #3
New Member
 
Brendan Tracey
Join Date: Jun 2013
Posts: 18
Rep Power: 12
btracey is on a distinguished road
Could you post your config file? Specifically the RESTART_FLOW_FILENAME and OUTPUT_FORMAT

Thanks
btracey is offline   Reply With Quote

Old   April 24, 2014, 10:54
Default
  #4
Zen
Member
 
Zeno
Join Date: Sep 2013
Location: Delft, The Netherlands
Posts: 63
Rep Power: 12
Zen is on a distinguished road
I have the same problem as Vartan. My config file reads as follows:

%Output file format (PARAVIEW, TECPLOT)
OUTPUT_FORMAT= TECPLOT

% Output file restart flow
RESTART_FLOW_FILENAME= restart_flow.dat

When i run the code, I only get the history.plt file.
The extension of the flow and surface_flow files I get is .dat (flow.dat) and .dat and.csv (surface_flow.dat, surface_flow.csv) respectively.

Any help is welcome,

Z
Zen is offline   Reply With Quote

Old   May 5, 2015, 11:37
Default SU2 do not produce plot files
  #5
New Member
 
Jehan Khan
Join Date: Jun 2014
Location: Lisle, IL
Posts: 6
Rep Power: 11
jehanz is on a distinguished road
I have downloaded most up to date version of SU2 and compiled for parallel. Analysis produce history etc files but no vtk plot files. I tested it on Quick folder with given example and there also it does not produce any plot files. I wonder if there is something I need to do to fix the issue.
jehanz is offline   Reply With Quote

Old   May 5, 2015, 16:51
Default a bit more info on the problem
  #6
New Member
 
Jehan Khan
Join Date: Jun 2014
Location: Lisle, IL
Posts: 6
Rep Power: 11
jehanz is on a distinguished road
Interestingly I recompiled the code with no parallel feature i.e. just ./configure instead of ./configure --enable-mpi and then re-ran the Quick folder case. It did produce the plots. Then I ran the rotating airfoil case and it also produced the plots. Finally I ran my particular case and it also dumped the plot files. However, it is sad as it is taking way too longer to process on a single core as compared to what I can do with multi-cores. I wish some one can attend to this unique problem ASAP. Thanks
jehanz is offline   Reply With Quote

Old   May 26, 2015, 16:38
Default
  #7
Super Moderator
 
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14
economon is on a distinguished road
Hi,

In order to avoid overheads when running jobs in parallel, we only output the restart files during runtime. The solutions can then be created using SU2_SOL. Please see more in the documentation here: https://github.com/su2code/SU2/wiki/Post-processing.

Hope this helps,
Tom
economon is offline   Reply With Quote

Old   October 14, 2016, 05:13
Default Problem generating flow files (.vtk)
  #8
New Member
 
Masood
Join Date: Oct 2016
Posts: 3
Rep Power: 9
mdmasood36 is on a distinguished road
Hi,
As I am new to this blog and SU2, and I am still learning it, and I don't know exactly to post my problem.
when I am running my .cfg file in parallel process its unable to generate the flow files (.vtk). and whenever I run the same .cfg file in single process it works well and creates the flow file perfectly.


SU2_CFD filname.cfg ( converges and generates the flow .vtk files)
mpirun -np 4 SU2_CFD filname.cfg ( this doesn't creates the flow.vtk file, but converges).


can anybody tell me that whats wrong with my parallel processing or is their any problem in my .cfg file to run parallel.

Thank you.
mdmasood36 is offline   Reply With Quote

Old   October 18, 2016, 02:25
Default
  #9
Super Moderator
 
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 10
talbring is on a distinguished road
Hi Masood,

SU2_CFD creates the output files only if run in serial. In parallel you have to use SU2_SOL after running the solver to generate these files.

More information can be found here: https://github.com/su2code/SU2/wiki/Post-processing

(And btw the answer can also be found one post before yours ...)
talbring is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[swak4Foam] outputTime in Swak function immortality OpenFOAM Community Contributions 20 October 6, 2022 12:08
about the output to CFX files Ben CFX 4 January 16, 2008 13:34
Gambit output files format B. R. Guirguis Main CFD Forum 4 April 7, 2006 20:03
Input and output files Vyatscheslav CFX 0 September 15, 2005 11:40
Results saving in CFD hawk Main CFD Forum 16 July 21, 2005 20:51


All times are GMT -4. The time now is 10:37.