change:球头限制器参数、空间离散格式

This commit is contained in:
hechao 2021-07-06 12:55:11 +08:00
parent ff2d7cad52
commit 3b6d9b5d55
1 changed files with 2 additions and 2 deletions

View File

@ -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;
#########################################################################