@@ -1025,8 +1025,9 @@ MG_DAMP_PROLONGATION= 0.75
10251025
10261026% -------------------- FLOW NUMERICAL METHOD DEFINITION -----------------------%
10271027%
1028- % Convective numerical method (JST, LAX-FRIEDRICH, CUSP, ROE, AUSM, AUSMPLUSUP,
1029- % AUSMPLUSUP2, HLLC, TURKEL_PREC, MSW, FDS, SLAU, SLAU2)
1028+ % Convective numerical method (JST, JST_KE, JST_MAT, LAX-FRIEDRICH, CUSP, ROE, AUSM,
1029+ % AUSMPLUSUP, AUSMPLUSUP2, AUSMPWPLUS, HLLC, TURKEL_PREC,
1030+ % SW, MSW, FDS, SLAU, SLAU2, L2ROE, LMROE)
10301031CONV_NUM_METHOD_FLOW = ROE
10311032%
10321033% Roe Low Dissipation function for Hybrid RANS/LES simulations (FD, NTS, NTS_DUCROS)
@@ -1042,6 +1043,10 @@ LOW_MACH_PREC= NO
10421043% Slower per iteration but potentialy more stable and capable of higher CFL
10431044USE_ACCURATE_FLUX_JACOBIANS = NO
10441045%
1046+ % Use the vectorized version of the selected numerical method (available for JST family and Roe).
1047+ % SU2 should be compiled for an AVX or AVX512 architecture for best performance.
1048+ USE_VECTORIZATION = NO
1049+ %
10451050% Entropy fix coefficient (0.0 implies no entropy fixing, 1.0 implies scalar
10461051% artificial dissipation)
10471052ENTROPY_FIX_COEFF = 0.0
0 commit comments