CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   SU2 (https://www.cfd-online.com/Forums/su2/)
-   -   ENUM_CONVECTIVE in SU2 (https://www.cfd-online.com/Forums/su2/141547-enum_convective-su2.html)

Vino September 10, 2014 09:17

ENUM_CONVECTIVE in SU2
 
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.

fpalacios September 21, 2014 20:57

Please discard that comment I don't think it is updated.

Best,
Francisco


All times are GMT -4. The time now is 14:47.