Some Parameters have been Changed
This commit is contained in:
parent
12fc99a599
commit
5d88d0c9d3
|
@ -7,12 +7,12 @@
|
|||
// intervalStepForce: The step intervals for aerodynamics coefficients file 'aircoef.dat' saved.
|
||||
// intervalStepRes: The step intervals for residual 'res.dat' saved.
|
||||
|
||||
int maxSimuStep = 200000;
|
||||
int maxSimuStep = 30000;
|
||||
|
||||
int intervalStepFlow = 100000;
|
||||
int intervalStepPlot = 100000;
|
||||
int intervalStepForce = 10000;
|
||||
int intervalStepRes = 10000;
|
||||
int intervalStepFlow = 10000;
|
||||
int intervalStepPlot = 10000;
|
||||
int intervalStepForce = 1000;
|
||||
int intervalStepRes = 100;
|
||||
int isCalRarefied = 1;
|
||||
|
||||
#########################################################################
|
||||
|
@ -158,7 +158,7 @@ double ktmax = 1.0e10;
|
|||
// Please use 'rae2822_hybrid2d__4.fts' here!
|
||||
// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1.
|
||||
|
||||
string gridfile = "./grid/bluntcylinder_4.fts";
|
||||
string gridfile = "./grid/bluntcylinder.fts";
|
||||
int plotFieldType = 1;
|
||||
|
||||
// ----------------- Advanced Parameters, DO NOT care it ----------------
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -11,8 +11,8 @@ Generic_#2
|
|||
Generic_#3
|
||||
BOUNDARIES
|
||||
3 1 1 101 1 101 1 1
|
||||
3 1 1 101 1 101 4 4
|
||||
3 1 1 1 1 101 1 4
|
||||
6 1 101 101 1 101 1 4
|
||||
5 1 1 101 1 1 1 4
|
||||
2 1 1 101 101 101 1 4
|
||||
3 1 1 101 1 101 2 2
|
||||
3 1 1 1 1 101 1 2
|
||||
6 1 101 101 1 101 1 2
|
||||
5 1 1 101 1 1 1 2
|
||||
2 1 1 101 101 101 1 2
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
1
|
||||
1
|
||||
101 101 4
|
||||
101 101 2
|
||||
blk-1
|
||||
6
|
||||
1 101 1 101 1 1 3
|
||||
1 101 1 101 4 4 3
|
||||
1 1 1 101 1 4 3
|
||||
101 101 1 101 1 4 6
|
||||
1 101 1 1 1 4 5
|
||||
1 101 101 101 1 4 2
|
||||
1 101 1 101 2 2 3
|
||||
1 1 1 101 1 2 3
|
||||
101 101 1 101 1 2 6
|
||||
1 101 1 1 1 2 5
|
||||
1 101 101 101 1 2 2
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue