From 3b6d9b5d55bb7aaf00a331733c24e03fd87cddd6 Mon Sep 17 00:00:00 2001 From: hechao Date: Tue, 6 Jul 2021 12:55:11 +0800 Subject: [PATCH] =?UTF-8?q?change:=E7=90=83=E5=A4=B4=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=99=A8=E5=8F=82=E6=95=B0=E3=80=81=E7=A9=BA=E9=97=B4=E7=A6=BB?= =?UTF-8?q?=E6=95=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bin/cfd_para_hypersonic.hypara | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/B07_ThreeD_Sphere_Laminar_Unstruct_4CPU/bin/cfd_para_hypersonic.hypara b/B07_ThreeD_Sphere_Laminar_Unstruct_4CPU/bin/cfd_para_hypersonic.hypara index 9d5167e5..5fa38279 100644 --- a/B07_ThreeD_Sphere_Laminar_Unstruct_4CPU/bin/cfd_para_hypersonic.hypara +++ b/B07_ThreeD_Sphere_Laminar_Unstruct_4CPU/bin/cfd_para_hypersonic.hypara @@ -129,8 +129,8 @@ string str_limiter_name = "minmod"; // venkatCoeff: Coefficient of vencat limiter, when uns_limiter_name = 'vencat'. // The smaller the value, the more robust it is. -string uns_scheme_name = "vanleer"; -string uns_limiter_name = "vanleer"; +string uns_scheme_name = "steger"; +string uns_limiter_name = "vencat"; double venkatCoeff = 0.5; #########################################################################