G07算例参数及说明文档更新

This commit is contained in:
hechao 2022-06-30 09:59:26 +08:00
parent 7a1a3f7137
commit 6aaeafe07b
3 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# nBoundaryConditons : Number of global boundary conditions. # nBoundaryConditions: Number of global boundary conditions.
# bcName : Boundary condition name. # bcName : Boundary condition name.
# bcType(in PHengLEI): Boundary condition type. # bcType(in PHengLEI): Boundary condition type.
@ -44,7 +44,7 @@ string bcName = "inlet";
{ {
int bcType = 5; int bcType = 5;
int inflowParaType = 5; int inflowParaType = 5;
double refDimensionalVelocity = 9.2; double refDimensionalVelocity = 68.9;
double refDimensionalPressure = 101325.0; double refDimensionalPressure = 101325.0;
string speciesName ="Air, CH4"; string speciesName ="Air, CH4";
double initMassFraction[2] = [1.0, 0.0]; double initMassFraction[2] = [1.0, 0.0];
@ -53,7 +53,7 @@ string bcName = "jet";
{ {
int bcType = 5; int bcType = 5;
int inflowParaType = 5; int inflowParaType = 5;
double refDimensionalVelocity = 68.9; double refDimensionalVelocity = 340.5;
double refDimensionalPressure = 101325.0; double refDimensionalPressure = 101325.0;
string speciesName ="Air, CH4"; string speciesName ="Air, CH4";
double initMassFraction[2] = [0.0, 1.0]; double initMassFraction[2] = [0.0, 1.0];
@ -63,7 +63,7 @@ string bcName = "outlet";
int bcType = 6; int bcType = 6;
} }
# 'bcType' is defined as following: # 'bcType' is defined as following:
# -2: WAKE # -2: WAKE
# -1: INTERFACE # -1: INTERFACE
# 0 : NO_BOUNDARY_CONDITION # 0 : NO_BOUNDARY_CONDITION

View File

@ -7,7 +7,7 @@
// intervalStepForce: The step intervals for aerodynamics coefficients file 'aircoef.dat' saved. // intervalStepForce: The step intervals for aerodynamics coefficients file 'aircoef.dat' saved.
// intervalStepRes: The step intervals for residual 'res.dat' saved. // intervalStepRes: The step intervals for residual 'res.dat' saved.
int maxSimuStep = 50000; int maxSimuStep = 30000;
int intervalStepFlow = 1000; int intervalStepFlow = 1000;
int intervalStepPlot = 1000; int intervalStepPlot = 1000;
int intervalStepForce = 100; int intervalStepForce = 100;