forked from PHengLEI/PHengLEI-TestCases
change:球头限制器参数、空间离散格式
This commit is contained in:
parent
ff2d7cad52
commit
3b6d9b5d55
|
@ -129,8 +129,8 @@ string str_limiter_name = "minmod";
|
||||||
// venkatCoeff: Coefficient of vencat limiter, when uns_limiter_name = 'vencat'.
|
// venkatCoeff: Coefficient of vencat limiter, when uns_limiter_name = 'vencat'.
|
||||||
// The smaller the value, the more robust it is.
|
// The smaller the value, the more robust it is.
|
||||||
|
|
||||||
string uns_scheme_name = "vanleer";
|
string uns_scheme_name = "steger";
|
||||||
string uns_limiter_name = "vanleer";
|
string uns_limiter_name = "vencat";
|
||||||
double venkatCoeff = 0.5;
|
double venkatCoeff = 0.5;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Loading…
Reference in New Issue