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.
# bcType(in PHengLEI): Boundary condition type.
@ -44,7 +44,7 @@ string bcName = "inlet";
{
int bcType = 5;
int inflowParaType = 5;
double refDimensionalVelocity = 9.2;
double refDimensionalVelocity = 68.9;
double refDimensionalPressure = 101325.0;
string speciesName ="Air, CH4";
double initMassFraction[2] = [1.0, 0.0];
@ -53,7 +53,7 @@ string bcName = "jet";
{
int bcType = 5;
int inflowParaType = 5;
double refDimensionalVelocity = 68.9;
double refDimensionalVelocity = 340.5;
double refDimensionalPressure = 101325.0;
string speciesName ="Air, CH4";
double initMassFraction[2] = [0.0, 1.0];

View File

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