From 2bfbdb29d9b23d397b9c167f4208797494602070 Mon Sep 17 00:00:00 2001 From: hechao Date: Thu, 15 Apr 2021 09:40:11 +0800 Subject: [PATCH] update v7628 --- .../bin/cfd_para_transonic.hypara | 12 ++++++------ .../bin/cfd_para_hypersonic.hypara | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ThreeD_CHNT_SST_Struct_16CPU/bin/cfd_para_transonic.hypara b/ThreeD_CHNT_SST_Struct_16CPU/bin/cfd_para_transonic.hypara index 245ddffa..42ad8038 100644 --- a/ThreeD_CHNT_SST_Struct_16CPU/bin/cfd_para_transonic.hypara +++ b/ThreeD_CHNT_SST_Struct_16CPU/bin/cfd_para_transonic.hypara @@ -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; diff --git a/ThreeD_Electre_Laminar_OneTemperMode_NCW_Struct/bin/cfd_para_hypersonic.hypara b/ThreeD_Electre_Laminar_OneTemperMode_NCW_Struct/bin/cfd_para_hypersonic.hypara index 96e7bc1f..7f3f0612 100644 --- a/ThreeD_Electre_Laminar_OneTemperMode_NCW_Struct/bin/cfd_para_hypersonic.hypara +++ b/ThreeD_Electre_Laminar_OneTemperMode_NCW_Struct/bin/cfd_para_hypersonic.hypara @@ -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;