|
[Sponsors] |
September 10, 2014, 10:17 |
ENUM_CONVECTIVE in SU2
|
#1 |
Senior Member
Vino
Join Date: Mar 2013
Posts: 130
Rep Power: 13 |
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. */ }; |
|
September 21, 2014, 21:57 |
|
#2 |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Please discard that comment I don't think it is updated.
Best, Francisco |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Official Release of SU2 V3.2 | economon | SU2 News & Announcements | 6 | April 18, 2015 00:28 |
Pointwise-SU2 joint webinar (April 29th) and SU2 v3.1.0 new release | fpalacios | SU2 News & Announcements | 1 | April 30, 2014 03:40 |
Official release of SU2 V3.0 and SU2 Educational V1.0 | fpalacios | SU2 News & Announcements | 2 | January 22, 2014 06:28 |
Welcome to the Stanford University Unstructured (SU2) forum! | economon | SU2 | 0 | January 7, 2013 03:48 |
New SU2 Forum Opened at CFD Online | pete | Site News & Announcements | 0 | January 5, 2013 18:59 |