forked from PHengLEI/PHengLEI-TestCases
G07算例参数及说明文档更新
This commit is contained in:
parent
7a1a3f7137
commit
6aaeafe07b
|
@ -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];
|
||||
|
@ -63,7 +63,7 @@ string bcName = "outlet";
|
|||
int bcType = 6;
|
||||
}
|
||||
|
||||
# 'bcType' is defined as following:
|
||||
# 'bcType' is defined as following:
|
||||
# -2: WAKE
|
||||
# -1: INTERFACE
|
||||
# 0 : NO_BOUNDARY_CONDITION
|
||||
|
|
|
@ -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;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue