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

ENUM_CONVECTIVE in SU2

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 10, 2014, 09:17
Default ENUM_CONVECTIVE in SU2
  #1
Senior Member
 
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13
Vino is on a distinguished road
Code:
// If you add to ENUM_CENTERED, you must also add the option to ENUM_CONVECTIVE 
/*! 
 * \brief types of centered spatial discretizations 
 */ 
enum ENUM_CENTERED { 
  NO_CENTERED = 0,    /*!< \brief No centered scheme is used. */ 
  JST = 1,            /*!< \brief Jameson-Smith-Turkel centered numerical method. */ 
  LAX = 2,            /*!< \brief Lax-Friedrich centered numerical method. */ 
  JST_KE = 4          /*!< \brief Kinetic Energy preserving Jameson-Smith-Turkel centered numerical method. */ 
};
I am unable to find ENUM_CONVECTIVE class in options_structure.hpp file. Is it a class belongs to previous version of SU2? If no, plz tell me where it is located.
Vino is offline   Reply With Quote

Old   September 21, 2014, 20:57
Default
  #2
Super Moderator
 
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15
fpalacios is on a distinguished road
Please discard that comment I don't think it is updated.

Best,
Francisco
fpalacios 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
Official Release of SU2 V3.2 economon SU2 News & Announcements 6 April 17, 2015 23:28
Pointwise-SU2 joint webinar (April 29th) and SU2 v3.1.0 new release fpalacios SU2 News & Announcements 1 April 30, 2014 02:40
Official release of SU2 V3.0 and SU2 Educational V1.0 fpalacios SU2 News & Announcements 2 January 22, 2014 05:28
Welcome to the Stanford University Unstructured (SU2) forum! economon SU2 0 January 7, 2013 02:48
New SU2 Forum Opened at CFD Online pete Site News & Announcements 0 January 5, 2013 17:59


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