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

SU2 Version 2.0.4 Released Today (Developer Release)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 21, 2013, 04:04
Default SU2 Version 2.0.4 Released Today (Developer Release)
  #1
Super Moderator
 
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14
economon is on a distinguished road
Dear All,

Another note to say that we have posted the latest developer release of the code, version 2.0.4, today on our website, su2.stanford.edu. Apart from general bug fixes and improvements, this version has several notable new features, including:

- much improved stability (give a Krylov linear solver a try with a larger CFL number than usual for your implicit calculations)
- further improvements to the python scripts
- nitrogen gas simulations in the plasma solver
- RANS continuous adjoint improvements
- a new grid deformation technique based on linear elasticity (choose GRID_DEFORM_METHOD= FEA, 2-D only at the moment)
- geometrical constraints in shape optimization problems
- new capability to perform low-fidelity simulations by taking advantage of the multigrid structure (roughly one order of magnitude faster than a normal simulation, trade-off between speed and accuracy)

Lastly, there is one important update to the viscous wall boundary conditions. SU2 now uses two different marker definitions for no-slip walls that have replaced the original MARKER_NS option:

% Navier-Stokes (no-slip), constant heat flux wall marker(s) (NONE = no marker)
% Format: ( marker name, constant heat flux (J/m^2), ... )
MARKER_HEATFLUX= ( NONE )
%
% Navier-Stokes (no-slip), isothermal wall marker(s) (NONE = no marker)
% Format: ( marker name, constant wall temperature (K), ... )
MARKER_ISOTHERMAL= ( NONE )

These two BC options allow for the user to specify a heat flux or temperature directly for no-slip walls, respectively. To simply recover the old behavior for an adiabatic wall, choose MARKER_HEATFLUX= ( your_marker_name, 0.0 ). Please update your config files accordingly.

Again, thanks to everyone that is working with SU2 and posting on the forum. The code continues to improve with your help!

Cheers,
Tom
economon is offline   Reply With Quote

Old   May 21, 2013, 12:18
Default
  #2
Member
 
Tommy Chen
Join Date: Mar 2011
Location: University of Michigan
Posts: 96
Rep Power: 15
Tommy Chen is on a distinguished road
Cool !!!!!!!!!!
Tommy Chen is offline   Reply With Quote

Old   May 21, 2013, 15:57
Default
  #3
New Member
 
Milosz
Join Date: Jan 2013
Posts: 14
Rep Power: 13
curky is on a distinguished road
Could somebody compile these sources for windows (serial and parallel)? I have tried to do this by myself but got only some errors from compiler.
curky is offline   Reply With Quote

Old   May 21, 2013, 23:11
Default
  #4
Senior Member
 
Cean
Join Date: Feb 2010
Posts: 128
Rep Power: 16
shirazbj is on a distinguished road
Quote:
Originally Posted by curky View Post
Could somebody compile these sources for windows (serial and parallel)? I have tried to do this by myself but got only some errors from compiler.
Hi Curky,

You could try my one. I only made one serial version of su2_cfd.exe under win7@32. You can found it here:

https://sites.google.com/site/gmsh2su2/download

Enjoy.

Cean
shirazbj is offline   Reply With Quote

Old   May 22, 2013, 11:36
Default
  #5
Member
 
Tommy Chen
Join Date: Mar 2011
Location: University of Michigan
Posts: 96
Rep Power: 15
Tommy Chen is on a distinguished road
Quote:
Originally Posted by economon View Post
Dear All,

Another note to say that we have posted the latest developer release of the code, version 2.0.4, today on our website, su2.stanford.edu. Apart from general bug fixes and improvements, this version has several notable new features, including:

- much improved stability (give a Krylov linear solver a try with a larger CFL number than usual for your implicit calculations)
- further improvements to the python scripts
- nitrogen gas simulations in the plasma solver
- RANS continuous adjoint improvements
- a new grid deformation technique based on linear elasticity (choose GRID_DEFORM_METHOD= FEA, 2-D only at the moment)
- geometrical constraints in shape optimization problems
- new capability to perform low-fidelity simulations by taking advantage of the multigrid structure (roughly one order of magnitude faster than a normal simulation, trade-off between speed and accuracy)

Lastly, there is one important update to the viscous wall boundary conditions. SU2 now uses two different marker definitions for no-slip walls that have replaced the original MARKER_NS option:

% Navier-Stokes (no-slip), constant heat flux wall marker(s) (NONE = no marker)
% Format: ( marker name, constant heat flux (J/m^2), ... )
MARKER_HEATFLUX= ( NONE )
%
% Navier-Stokes (no-slip), isothermal wall marker(s) (NONE = no marker)
% Format: ( marker name, constant wall temperature (K), ... )
MARKER_ISOTHERMAL= ( NONE )

These two BC options allow for the user to specify a heat flux or temperature directly for no-slip walls, respectively. To simply recover the old behavior for an adiabatic wall, choose MARKER_HEATFLUX= ( your_marker_name, 0.0 ). Please update your config files accordingly.

Again, thanks to everyone that is working with SU2 and posting on the forum. The code continues to improve with your help!

Cheers,
Tom

Dear economon:

As you mentioned above, several new features are involved in the new version SU2 (2.0.4) are cool, however , How could the users use these new features?

For instance, how can I set the geometrical constraints in shape optimization problems, how to set the corresponding configuration file format? I have not found the corresponding setting in the configuration template file in the new version SU2 package that I just downloaded.

I suggest SU2 developer team release a note with a simple tutorial of how to use the new features in a new version, at least with the format to activate the new feature.

What do you think, economon?

Tommy
Tommy Chen is offline   Reply With Quote

Old   May 22, 2013, 14:49
Default
  #6
New Member
 
Join Date: May 2013
Posts: 1
Rep Power: 0
martinl is on a distinguished road
economon

I've just compiled version 2.0.4 on windows using cygwin. When I run the euler/naca0012 test case the flow.plt and flow.vtk files are not created. The surface_flow files are.

The same problem seems to be present in 2.0.3 but works OK in 2.0.0 using the same compilation environment.

Any thoughts on what is causing this?

Thanks
Martin
martinl is offline   Reply With Quote

Old   May 22, 2013, 16:20
Default
  #7
Senior Member
 
Join Date: Nov 2010
Posts: 139
Rep Power: 15
taxalian is on a distinguished road
Send a message via Skype™ to taxalian
Quote:
Originally Posted by martinl View Post
economon

I've just compiled version 2.0.4 on windows using cygwin. When I run the euler/naca0012 test case the flow.plt and flow.vtk files are not created. The surface_flow files are.

The same problem seems to be present in 2.0.3 but works OK in 2.0.0 using the same compilation environment.

Any thoughts on what is causing this?

Thanks
Martin
If you need to use tecplot output with .plt extension, i guess for the new release you should compile SU2 code as :

--with-Tecio-lib=ARG Tecplot i/o library directory, ARG = path to tecio.a

For further details refer to:

http://adl.stanford.edu/docs/display...on+from+Source

Alternatively, you can still read the "flow" file using tecplot.

Hope this helps.
taxalian is offline   Reply With Quote

Old   May 24, 2013, 01:47
Default Issue plottting flow.dat file
  #8
Member
 
Anant Diwakar
Join Date: Jan 2013
Posts: 68
Rep Power: 13
diwakaranant is on a distinguished road
Hi

I have been using SU2 v 2.0.4 developer version, but there is some issue
regarding plotting flow.dat file.

Firstly, some of the variables are listed as Conservative_1, Residual_1 etc.
which is a bit difficult to interpret.

Secondly, the range of the plotting variables always starts from 0 to max value
(instead it should be from min to max value). This is problematic
sometimes (like for plotting pressure) when we intend to know the minimum value of some variable.
This also affects the quality of contour plots.

Please look into these things

Thanks
Anant
diwakaranant is offline   Reply With Quote

Old   May 30, 2013, 08:00
Default
  #9
Senior Member
 
Charles
Join Date: Apr 2009
Posts: 185
Rep Power: 18
CapSizer is on a distinguished road
To follow on from this topic, I have also just installed and compiled SU2 v 2.0.4, and I am having similar difficulties. It does not seem to be possible to get a Paraview volume output file, nor does it seem to be possible to read the Tecplot files into Paraview. Any suggestions? ---OK, edit on this --- Paraview will read the Tecplot files, but you need to rename them to .tec first. That's a useable workaround.

Last edited by CapSizer; May 30, 2013 at 12:44. Reason: learnt something new
CapSizer is offline   Reply With Quote

Old   June 23, 2013, 17:19
Default
  #10
Super Moderator
 
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15
fpalacios is on a distinguished road
Quote:
Originally Posted by CapSizer View Post
To follow on from this topic, I have also just installed and compiled SU2 v 2.0.4, and I am having similar difficulties. It does not seem to be possible to get a Paraview volume output file, nor does it seem to be possible to read the Tecplot files into Paraview. Any suggestions? ---OK, edit on this --- Paraview will read the Tecplot files, but you need to rename them to .tec first. That's a useable workaround.
Hi, we have posted in our web page the developers release 2.0.5 which includes relevant changes in the I/O. If you have a while, please take a look at the new release.

Best,
Francisco
fpalacios is offline   Reply With Quote

Old   June 24, 2013, 00:20
Default
  #11
Senior Member
 
Charles
Join Date: Apr 2009
Posts: 185
Rep Power: 18
CapSizer is on a distinguished road
Thanks Francisco, I will give that a try!
CapSizer is offline   Reply With Quote

Old   June 25, 2013, 14:32
Default
  #12
Senior Member
 
Charles
Join Date: Apr 2009
Posts: 185
Rep Power: 18
CapSizer is on a distinguished road
Francisco, I have installed and compiled v 2.0.5 ... now I'm still not getting any vtk volume output files, but also (and this is new) not even any surface file. Am I missing something here?
CapSizer is offline   Reply With Quote

Old   July 11, 2013, 05:40
Default
  #13
New Member
 
Manuel Cellarius
Join Date: Apr 2013
Location: Northern Ireland, Belfast
Posts: 4
Rep Power: 13
mcell is on a distinguished road
Quote:
Originally Posted by economon View Post
- a new grid deformation technique based on linear elasticity (choose GRID_DEFORM_METHOD= FEA, 2-D only at the moment)
I would be very interested in getting a reference for this technique as I am using SU2 in my master thesis and want to use this grid deformation

Thanks!
Manuel
mcell is offline   Reply With Quote

Old   August 10, 2013, 13:30
Default
  #14
Super Moderator
 
Thomas D. Economon
Join Date: Jan 2013
Location: Stanford, CA
Posts: 271
Rep Power: 14
economon is on a distinguished road
Hi Manuel,

There is a small section in our recent paper here that describes a bit about this method of grid deformation: http://adl.stanford.edu/papers/AIAA-2013-2580.pdf. The 2-D version of the linear elasticity-based grid deformation was working well in V2.0.5 of the code, and with V2.0.6, the technique is working more robustly in both 2- and 3-D.

Thanks for working with SU2 and cheers,
Tom
economon 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
SU2 Version 2.0.3 Released Today (Developer Release) economon SU2 News & Announcements 15 May 8, 2013 07:03
Welcome to the Stanford University Unstructured (SU2) forum! economon SU2 0 January 7, 2013 02:48
Stanford University Unstructured (SU2) Open-Source Code Released Today praveen Main CFD Forum 1 May 21, 2012 20:52
Stuff that is missing in OpenFOAM 1.7 released today... wyldckat OpenFOAM Bugs 5 July 14, 2010 05:47
Debug and Release version LiQiang Main CFD Forum 1 March 30, 2005 14:55


All times are GMT -4. The time now is 08:52.