Skip to content

Commit 6ea6116

Browse files
committed
update config_template
1 parent bd8d88f commit 6ea6116

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

config_template.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)
10301031
CONV_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
10431044
USE_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)
10471052
ENTROPY_FIX_COEFF= 0.0

0 commit comments

Comments
 (0)