forked from PHengLEI/PHengLEI-TestCases
处理参数文件及说明文档中存在的问题
This commit is contained in:
parent
bad0c2967c
commit
3805128c29
|
@ -21,9 +21,9 @@
|
||||||
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
// 7 -- Hybrid, include both of unstructured and structured grid, *.fts.
|
||||||
// 8 -- GMSH, *.msh.
|
// 8 -- GMSH, *.msh.
|
||||||
int gridtype = 1;
|
int gridtype = 1;
|
||||||
int nAxisRotateTimes = 1;
|
int nAxisRotateTimes = 0;
|
||||||
int axisRotateOrder[] = [1];
|
int axisRotateOrder[] = [1, 2, 3];
|
||||||
double axisRotateAngles[]= [90.0];
|
double axisRotateAngles[] = [0.0, 0.0, 0.0];
|
||||||
int from_gtype = 3;
|
int from_gtype = 3;
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue