@@ -64,12 +64,12 @@ using MapType = CEmptyMap<T,U>;
6464 * \brief Different software components of SU2
6565 */
6666enum SU2_COMPONENT {
67- SU2_CFD = 1 , /* !< \brief Running the SU2_CFD software. */
68- SU2_DEF = 2 , /* !< \brief Running the SU2_DEF software. */
69- SU2_DOT = 3 , /* !< \brief Running the SU2_DOT software. */
70- SU2_MSH = 4 , /* !< \brief Running the SU2_MSH software. */
71- SU2_GEO = 5 , /* !< \brief Running the SU2_GEO software. */
72- SU2_SOL = 6 /* !< \brief Running the SU2_SOL software. */
67+ SU2_CFD = 1 , /* !< \brief Running the SU2_CFD software. */
68+ SU2_DEF = 2 , /* !< \brief Running the SU2_DEF software. */
69+ SU2_DOT = 3 , /* !< \brief Running the SU2_DOT software. */
70+ SU2_MSH = 4 , /* !< \brief Running the SU2_MSH software. */
71+ SU2_GEO = 5 , /* !< \brief Running the SU2_GEO software. */
72+ SU2_SOL = 6 /* !< \brief Running the SU2_SOL software. */
7373};
7474
7575const unsigned int EXIT_DIVERGENCE = 2 ; /* !< \brief Exit code (divergence). */
@@ -110,9 +110,9 @@ const su2double PI_NUMBER = 4.0 * atan(1.0); /*!< \brief Pi number. */
110110
111111const su2double STEFAN_BOLTZMANN = 5.670367E-08 ; /* !< \brief Stefan-Boltzmann constant in W/(m^2*K^4). */
112112
113- const int MASTER_NODE = 0 ; /* !< \brief Master node for MPI parallelization. */
114- const int SINGLE_NODE = 1 ; /* !< \brief There is only a node in the MPI parallelization. */
115- const int SINGLE_ZONE = 1 ; /* !< \brief There is only a zone. */
113+ const int MASTER_NODE = 0 ; /* !< \brief Master node for MPI parallelization. */
114+ const int SINGLE_NODE = 1 ; /* !< \brief There is only a node in the MPI parallelization. */
115+ const int SINGLE_ZONE = 1 ; /* !< \brief There is only a zone. */
116116
117117const unsigned short COMM_TYPE_UNSIGNED_LONG = 1 ; /* !< \brief Communication type for unsigned long. */
118118const unsigned short COMM_TYPE_LONG = 2 ; /* !< \brief Communication type for long. */
@@ -400,8 +400,8 @@ enum ENUM_TRANSFER {
400400 * \brief different regime modes
401401 */
402402enum ENUM_REGIME {
403- COMPRESSIBLE = 0 , /* !< \brief Definition of compressible solver. */
404- INCOMPRESSIBLE = 1 , /* !< \brief Definition of incompressible solver. */
403+ COMPRESSIBLE = 0 , /* !< \brief Definition of compressible solver. */
404+ INCOMPRESSIBLE = 1 , /* !< \brief Definition of incompressible solver. */
405405 NO_FLOW = 2
406406};
407407
@@ -429,8 +429,8 @@ static const MapType<string, ENUM_KIND_NONDIM> NonDim_Map = {
429429 * \brief different system of measurements
430430 */
431431enum ENUM_MEASUREMENTS {
432- SI = 0 , /* !< \brief Definition of compressible solver. */
433- US = 1 /* !< \brief Definition of incompressible solver. */
432+ SI = 0 , /* !< \brief Definition of compressible solver. */
433+ US = 1 /* !< \brief Definition of incompressible solver. */
434434};
435435static const MapType<string, ENUM_MEASUREMENTS> Measurements_Map = {
436436 MakePair (" SI" , SI)
@@ -1268,7 +1268,7 @@ enum RIEMANN_TYPE {
12681268 TOTAL_CONDITIONS_PT = 1 , /* !< \brief User specifies total pressure, total temperature, and flow direction. */
12691269 DENSITY_VELOCITY = 2 , /* !< \brief User specifies density and velocity, and flow direction. */
12701270 STATIC_PRESSURE = 3 , /* !< \brief User specifies static pressure. */
1271- TOTAL_SUPERSONIC_INFLOW = 4 , /* !< \brief User specifies total pressure, total temperature and Velocity components. */
1271+ TOTAL_SUPERSONIC_INFLOW = 4 , /* !< \brief User specifies total pressure, total temperature and Velocity components. */
12721272 STATIC_SUPERSONIC_INFLOW_PT = 5 , /* !< \brief User specifies static pressure, static temperature, and Mach components. */
12731273 STATIC_SUPERSONIC_INFLOW_PD = 6 , /* !< \brief User specifies static pressure, static temperature, and Mach components. */
12741274 MIXING_IN = 7 , /* !< \brief User does not specify anything; information is retrieved from the other domain */
@@ -1320,7 +1320,7 @@ static const MapType<string, RIEMANN_TYPE> Giles_Map = {
13201320enum AVERAGEPROCESS_TYPE {
13211321 ALGEBRAIC = 1 , /* !< \brief an algebraic average is computed at the boundary of interest. */
13221322 AREA = 2 , /* !< \brief an area average is computed at the boundary of interest. */
1323- MIXEDOUT = 3 , /* !< \brief an mixed-out average is computed at the boundary of interest. */
1323+ MIXEDOUT = 3 , /* !< \brief an mixed-out average is computed at the boundary of interest. */
13241324 MASSFLUX = 4 /* !< \brief a mass flow average is computed at the boundary of interest. */
13251325};
13261326static const MapType<string, AVERAGEPROCESS_TYPE> AverageProcess_Map = {
@@ -1378,15 +1378,15 @@ static const MapType<string, TURBOMACHINERY_TYPE> TurboMachinery_Map = {
13781378 * \brief Types of Turbomachinery performance flag.
13791379 */
13801380enum TURBO_MARKER_TYPE{
1381- INFLOW = 1 , /* !< \brief flag for inflow marker for compute turboperformance. */
1381+ INFLOW = 1 , /* !< \brief flag for inflow marker for compute turboperformance. */
13821382 OUTFLOW = 2 /* !< \brief flag for outflow marker for compute turboperformance. */
13831383};
13841384
13851385/* !
13861386 * \brief Types inlet boundary treatments
13871387 */
13881388enum INLET_TYPE {
1389- TOTAL_CONDITIONS = 1 , /* !< \brief User specifies total pressure, total temperature, and flow direction. */
1389+ TOTAL_CONDITIONS = 1 , /* !< \brief User specifies total pressure, total temperature, and flow direction. */
13901390 MASS_FLOW = 2 , /* !< \brief User specifies density and velocity (mass flow). */
13911391 INPUT_FILE = 3 , /* !< \brief User specifies an input file. */
13921392 VELOCITY_INLET = 4 , /* !< \brief Velocity inlet for an incompressible flow. */
@@ -1482,7 +1482,7 @@ enum ENUM_OBJECTIVE {
14821482 LIFT_COEFFICIENT = 2 , /* !< \brief Lift objective function definition. */
14831483 SIDEFORCE_COEFFICIENT = 3 , /* !< \brief Side force objective function definition. */
14841484 EFFICIENCY = 4 , /* !< \brief Efficiency objective function definition. */
1485- INVERSE_DESIGN_PRESSURE = 5 , /* !< \brief Pressure objective function definition (inverse design). */
1485+ INVERSE_DESIGN_PRESSURE = 5 , /* !< \brief Pressure objective function definition (inverse design). */
14861486 INVERSE_DESIGN_HEATFLUX = 6 , /* !< \brief Heat flux objective function definition (inverse design). */
14871487 TOTAL_HEATFLUX = 7 , /* !< \brief Total heat flux. */
14881488 MAXIMUM_HEATFLUX = 8 , /* !< \brief Maximum heat flux. */
@@ -1507,8 +1507,8 @@ enum ENUM_OBJECTIVE {
15071507 SURFACE_SECONDARY = 53 , /* !< \brief Secondary flow strength objective function definition. */
15081508 SURFACE_MOM_DISTORTION = 54 , /* !< \brief Momentum distortion objective function definition. */
15091509 SURFACE_SECOND_OVER_UNIFORM = 55 , /* !< \brief Secondary over uniformity (relative secondary strength) objective function definition. */
1510- SURFACE_PRESSURE_DROP = 56 , /* !< \brief Pressure drop objective function definition. */
1511- CUSTOM_OBJFUNC = 31 , /* !< \brief Custom objective function definition. */
1510+ SURFACE_PRESSURE_DROP = 56 , /* !< \brief Pressure drop objective function definition. */
1511+ CUSTOM_OBJFUNC = 31 , /* !< \brief Custom objective function definition. */
15121512 TOTAL_PRESSURE_LOSS = 39 ,
15131513 KINETIC_ENERGY_LOSS = 40 ,
15141514 TOTAL_EFFICIENCY = 41 ,
@@ -1582,8 +1582,8 @@ static const MapType<string, ENUM_OBJECTIVE> Objective_Map = {
15821582 * \brief Types of residual criteria equations
15831583 */
15841584enum ENUM_RESIDUAL {
1585- RHO_RESIDUAL = 1 , /* !< \brief Rho equation residual criteria equation. */
1586- RHO_ENERGY_RESIDUAL = 2 /* !< \brief RhoE equation residual criteria equation. */
1585+ RHO_RESIDUAL = 1 , /* !< \brief Rho equation residual criteria equation. */
1586+ RHO_ENERGY_RESIDUAL = 2 /* !< \brief RhoE equation residual criteria equation. */
15871587};
15881588static const MapType<string, ENUM_RESIDUAL> Residual_Map = {
15891589 MakePair (" RHO" , RHO_RESIDUAL)
@@ -2029,7 +2029,7 @@ static const MapType<string, ENUM_GEO_ANALYTIC> Geo_Analytic_Map = {
20292029 */
20302030enum ENUM_GEO_DESCRIPTION {
20312031 TWOD_AIRFOIL = 0 , /* !< \brief Airfoil analysis. */
2032- WING = 1 , /* !< \brief Wing analysis. */
2032+ WING = 1 , /* !< \brief Wing analysis. */
20332033 FUSELAGE = 2 , /* !< \brief Fuselage analysis. */
20342034 NACELLE = 3 /* !< \brief Nacelle analysis. */
20352035};
@@ -2046,8 +2046,8 @@ static const MapType<string, ENUM_GEO_DESCRIPTION> Geo_Description_Map = {
20462046enum ENUM_UNSTEADY {
20472047 STEADY = 0 , /* !< \brief A steady computation. */
20482048 TIME_STEPPING = 1 , /* !< \brief Use a time stepping strategy for unsteady computations. */
2049- DT_STEPPING_1ST = 2 , /* !< \brief Use a dual time stepping strategy for unsteady computations (1st order). */
2050- DT_STEPPING_2ND = 3 , /* !< \brief Use a dual time stepping strategy for unsteady computations (2nd order). */
2049+ DT_STEPPING_1ST = 2 , /* !< \brief Use a dual time stepping strategy for unsteady computations (1st order). */
2050+ DT_STEPPING_2ND = 3 , /* !< \brief Use a dual time stepping strategy for unsteady computations (2nd order). */
20512051 ROTATIONAL_FRAME = 4 , /* !< \brief Use a rotational source term. */
20522052 HARMONIC_BALANCE = 5 /* !< \brief Use a harmonic balance source term. */
20532053};
0 commit comments