Some Parameters have been Changed
This commit is contained in:
parent
5d88d0c9d3
commit
54ecc0b73c
|
@ -11,7 +11,7 @@ int maxSimuStep = 30000;
|
||||||
|
|
||||||
int intervalStepFlow = 10000;
|
int intervalStepFlow = 10000;
|
||||||
int intervalStepPlot = 10000;
|
int intervalStepPlot = 10000;
|
||||||
int intervalStepForce = 1000;
|
int intervalStepForce = 10000;
|
||||||
int intervalStepRes = 100;
|
int intervalStepRes = 100;
|
||||||
int isCalRarefied = 1;
|
int isCalRarefied = 1;
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@ double ktmax = 1.0e10;
|
||||||
// Please use 'rae2822_hybrid2d__4.fts' here!
|
// Please use 'rae2822_hybrid2d__4.fts' here!
|
||||||
// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1.
|
// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1.
|
||||||
|
|
||||||
string gridfile = "./grid/bluntcylinder.fts";
|
string gridfile = "./grid/bluntcylinder_4.fts";
|
||||||
int plotFieldType = 1;
|
int plotFieldType = 1;
|
||||||
|
|
||||||
// ----------------- Advanced Parameters, DO NOT care it ----------------
|
// ----------------- Advanced Parameters, DO NOT care it ----------------
|
||||||
|
|
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
|
Generic_#3
|
||||||
BOUNDARIES
|
BOUNDARIES
|
||||||
3 1 1 101 1 101 1 1
|
3 1 1 101 1 101 1 1
|
||||||
3 1 1 101 1 101 2 2
|
3 1 1 101 1 101 4 4
|
||||||
3 1 1 1 1 101 1 2
|
3 1 1 1 1 101 1 4
|
||||||
6 1 101 101 1 101 1 2
|
6 1 101 101 1 101 1 4
|
||||||
5 1 1 101 1 1 1 2
|
5 1 1 101 1 1 1 4
|
||||||
2 1 1 101 101 101 1 2
|
2 1 1 101 101 101 1 4
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
1
|
1
|
||||||
1
|
1
|
||||||
101 101 2
|
101 101 4
|
||||||
blk-1
|
blk-1
|
||||||
6
|
6
|
||||||
1 101 1 101 1 1 3
|
1 101 1 101 1 1 3
|
||||||
1 101 1 101 2 2 3
|
1 101 1 101 4 4 3
|
||||||
1 1 1 101 1 2 3
|
1 1 1 101 1 4 3
|
||||||
101 101 1 101 1 2 6
|
101 101 1 101 1 4 6
|
||||||
1 101 1 1 1 2 5
|
1 101 1 1 1 4 5
|
||||||
1 101 101 101 1 2 2
|
1 101 101 101 1 4 2
|
||||||
|
|
Loading…
Reference in New Issue