@@ -475,7 +475,6 @@ class CConfig {
475475 unsigned short Kind_Solver, /* !< \brief Kind of solver Euler, NS, Continuous adjoint, etc. */
476476 Kind_FluidModel, /* !< \brief Kind of the Fluid Model: Ideal or Van der Walls, ... . */
477477 Kind_InitOption, /* !< \brief Kind of Init option to choose if initializing with Reynolds number or with thermodynamic conditions */
478- Kind_TransCoeffModel, /* !< \brief Transport coefficient Model for NEMO solver. */
479478 Kind_GridMovement, /* !< \brief Kind of the static mesh movement. */
480479 *Kind_SurfaceMovement, /* !< \brief Kind of the static mesh movement. */
481480 nKind_SurfaceMovement, /* !< \brief Kind of the dynamic mesh movement. */
@@ -1142,6 +1141,7 @@ class CConfig {
11421141 monoatomic; /* !< \brief Flag for monoatomic mixture. */
11431142 string GasModel, /* !< \brief Gas Model. */
11441143 *Wall_Catalytic; /* !< \brief Pointer to catalytic walls. */
1144+ TRANSCOEFFMODEL Kind_TransCoeffModel; /* !< \brief Transport coefficient Model for NEMO solver. */
11451145
11461146 /* !
11471147 * \brief Set the default values of config options not set in the config file using another config object.
@@ -3623,7 +3623,7 @@ class CConfig {
36233623 * \brief Get the transport coefficient model.
36243624 * \return Index of transport coefficient model.
36253625 */
3626- unsigned short GetKind_TransCoeffModel (void ) const { return Kind_TransCoeffModel; }
3626+ TRANSCOEFFMODEL GetKind_TransCoeffModel (void ) const { return Kind_TransCoeffModel; }
36273627
36283628 /* !
36293629 * \brief Get the total number of heat flux markers.
0 commit comments