We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7d79f commit 787c7eaCopy full SHA for 787c7ea
Common/include/option_structure.hpp
@@ -840,7 +840,7 @@ enum ENUM_UPWIND {
840
LAX_FRIEDRICH = 15, /*!< \brief Lax-Friedrich numerical method. */
841
AUSMPLUSUP = 16, /*!< \brief AUSM+ -up numerical method (All Speed) */
842
AUSMPLUSUP2 = 17, /*!< \brief AUSM+ -up2 numerical method (All Speed) */
843
- AUSMPWPLUS = 18, /*!< \brief AUSMplus numerical method. (MAYBE for TNE2 ONLY)*/
+ AUSMPWPLUS = 18, /*!< \brief AUSMplus numerical method. (NEMO only)*/
844
AUSMPLUSM = 19 /*!< \brief AUSM+M numerical method. (NEMO only)*/
845
};
846
static const MapType<std::string, ENUM_UPWIND> Upwind_Map = {
0 commit comments