forked from PHengLEI/PHengLEI-TestCases
修改参数文档,解决俯仰振荡算例Bug
This commit is contained in:
parent
25aa6e302f
commit
103065be55
|
@ -8,8 +8,8 @@ int codeOfAleModel = 1;
|
||||||
# 必要的无量纲信息(NS方程无量纲化相关) #
|
# 必要的无量纲信息(NS方程无量纲化相关) #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
double referenceLength = 1.0;
|
double referenceLength = 1.0;
|
||||||
double referenceVelocity = 1.0;
|
double referenceVelocity = 204.17671;
|
||||||
double referenceDensity = 1.0;
|
double referenceDensity = 0.420671;
|
||||||
|
|
||||||
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
|
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
|
||||||
int strategyForGCLSource = 0; //0-present; 1-Ahn;
|
int strategyForGCLSource = 0; //0-present; 1-Ahn;
|
||||||
|
|
Binary file not shown.
|
@ -6,6 +6,9 @@ int codeOfAleModel = 1;
|
||||||
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
|
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
|
||||||
int strategyForGCLSource = 0; //0-present; 1-Ahn;
|
int strategyForGCLSource = 0; //0-present; 1-Ahn;
|
||||||
|
|
||||||
|
double referenceLength = 1.0;
|
||||||
|
double referenceVelocity = 357.907;
|
||||||
|
double referenceDensity = 0.044125;
|
||||||
#########################################################################
|
#########################################################################
|
||||||
# 动力学方程计算相关参数 #
|
# 动力学方程计算相关参数 #
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue