修改参数文档,解决俯仰振荡算例Bug

This commit is contained in:
hechao 2024-07-09 13:54:20 +08:00
parent 25aa6e302f
commit 103065be55
4 changed files with 5 additions and 2 deletions

View File

@ -8,8 +8,8 @@ int codeOfAleModel = 1;
# 必要的无量纲信息NS方程无量纲化相关 #
#########################################################################
double referenceLength = 1.0;
double referenceVelocity = 1.0;
double referenceDensity = 1.0;
double referenceVelocity = 204.17671;
double referenceDensity = 0.420671;
int strategyForFaceNormalVelocity = 0; //0-By Sweeping volume; 1-By face center 1st; 2-By face center 2nd;
int strategyForGCLSource = 0; //0-present; 1-Ahn;

View File

@ -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 strategyForGCLSource = 0; //0-present; 1-Ahn;
double referenceLength = 1.0;
double referenceVelocity = 357.907;
double referenceDensity = 0.044125;
#########################################################################
# 动力学方程计算相关参数 #
#########################################################################