update v7628

This commit is contained in:
hechao 2021-04-15 09:40:11 +08:00
parent e53764020a
commit 2bfbdb29d9
2 changed files with 11 additions and 11 deletions

View File

@ -80,16 +80,16 @@ double TorqueRefZ = 0.0; // unit of meter.
// 2 -- DDES.
// 3 -- IDDES.
//int viscousType = 0;
//int viscousType = 0;
//string viscousName = "Euler";
//int viscousType = 1;
//int viscousType = 1;
//string viscousName = "laminar";
//int viscousType = 3;
//int viscousType = 3;
//string viscousName = "1eq-sa";
int viscousType = 4;
int viscousType = 4;
string viscousName = "2eq-kw-menter-sst";
int DESType = 0;
@ -198,8 +198,8 @@ int visualVariables[] = [0, 1, 2, 3, 4, 5, 6, 15];
// 0 -- When reconstruct face value, Q+, Q- use respective limiter coefficients.
// 1 -- Q+, Q- use the min limiter coefficients of left and right cell.
int reconmeth = 1;
int reconmeth = 1;
int limitVariables = 0;
int limitVector = 0;
int limitVector = 0;
double MUSCLCoefXk = 0.333333;

View File

@ -92,16 +92,16 @@ double TorqueRefZ = 0.0; // unit of meter.
// 2 -- DDES.
// 3 -- IDDES.
//int viscousType = 0;
//int viscousType = 0;
//string viscousName = "Euler";
int viscousType = 1;
int viscousType = 1;
string viscousName = "laminar";
//int viscousType = 3;
//int viscousType = 3;
//string viscousName = "1eq-sa";
//int viscousType = 4;
//int viscousType = 4;
//string viscousName = "2eq-kw-menter-sst";
int DESType = 0;
@ -237,4 +237,4 @@ double catalyticCoef = 0.0;
string gasfile = "DK5";
string speciesName = "O, O2, NO, N, N2";
string initMassFraction = "0.0, 0.233, 0.0, 0.0, 0.767";
int ifStartFromPerfectGasResults = 0;
int ifStartFromPerfectGasResults = 0;