Skip to content

Commit 055f27a

Browse files
rois1995pcarruscag
andauthored
Update Common/include/option_structure.hpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent f9eff62 commit 055f27a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Common/include/option_structure.hpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,14 +1214,14 @@ static const MapType<std::string, LM_OPTIONS> LM_Options_Map = {
12141214
* \brief Types of transition correlations
12151215
*/
12161216
enum class TURB_TRANS_CORRELATION {
1217-
MALAN, /*!< \brief Kind of transition correlation model (Malan). */
1218-
SULUKSNA, /*!< \brief Kind of transition correlation model (Suluksna). */
1219-
KRAUSE, /*!< \brief Kind of transition correlation model (Krause). */
1220-
KRAUSE_HYPER, /*!< \brief Kind of transition correlation model (Krause hypersonic). */
1221-
MEDIDA_BAEDER, /*!< \brief Kind of transition correlation model (Medida-Baeder). */
1222-
MEDIDA, /*!< \brief Kind of transition correlation model (Medida). */
1223-
MENTER_LANGTRY, /*!< \brief Kind of transition correlation model (Menter-Langtry). */
1224-
DEFAULT /*!< \brief Kind of transition correlation model (Menter-Langtry if SST, MALAN if SA). */
1217+
MALAN, /*!< \brief Kind of transition correlation model (Malan). */
1218+
SULUKSNA, /*!< \brief Kind of transition correlation model (Suluksna). */
1219+
KRAUSE, /*!< \brief Kind of transition correlation model (Krause). */
1220+
KRAUSE_HYPER, /*!< \brief Kind of transition correlation model (Krause hypersonic). */
1221+
MEDIDA_BAEDER,/*!< \brief Kind of transition correlation model (Medida-Baeder). */
1222+
MEDIDA, /*!< \brief Kind of transition correlation model (Medida). */
1223+
MENTER_LANGTRY, /*!< \brief Kind of transition correlation model (Menter-Langtry). */
1224+
DEFAULT /*!< \brief Kind of transition correlation model (Menter-Langtry if SST, MALAN if SA). */
12251225
};
12261226

12271227
/*!

0 commit comments

Comments
 (0)