merge #1
|
@ -28,3 +28,13 @@ int from_gtype = 2;
|
|||
// out_gfile: path of target file for grid convert to, *.fts type of file usually.
|
||||
string from_gfile = "./grid/cylinder_les_unstr.cgns";
|
||||
string out_gfile = "./grid/cylinder_les_unstr.fts";
|
||||
|
||||
// ----------------- Periodic Parameters --------------------------------
|
||||
// Notice:Periodic boundary only support translation or rotation along the X axis!
|
||||
// periodicType: Which symmetry plane is used in the mesh.
|
||||
// 0 -- without Periodic Boundary.
|
||||
// 1 -- Translational periodicity.
|
||||
// 2 -- Rotational periodicity.
|
||||
int periodicType = 1;
|
||||
double translationLength[] = [0,3.14,0];
|
||||
double rotationAngle = 0;
|
||||
|
|
Loading…
Reference in New Issue