F07-F08参数规范

This commit is contained in:
hechao 2022-07-14 10:29:06 +08:00
parent 0477fefeb4
commit a193a841a4
4 changed files with 11 additions and 11 deletions

View File

@ -17,17 +17,17 @@
// 6 -- Ustar, mgrid.in. // 6 -- Ustar, mgrid.in.
// 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 axisup = 1; int axisup = 1;
int from_gtype = 2; int from_gtype = 2;
######################################################################### #########################################################################
# File path # # File path #
######################################################################### #########################################################################
// from_gfile: path of original data file for unstructure grid convert from. // from_gfile: path of original data file for unstructure grid convert from.
// out_gfile: path of target file for grid convert to, *.fts type of file usually. // out_gfile: path of target file for grid convert to, *.fts type of file usually.
string from_gfile = "./grid/2D_NACA0012_PM_Str.cgns"; string from_gfile = "./grid/2D_NACA0012_PM_Str.cgns";
string out_gfile = "./grid/2D_NACA0012_PM_Str.fts"; string out_gfile = "./grid/2D_NACA0012_PM_Str.fts";

View File

@ -8,8 +8,8 @@
// original_grid_file : original grid file that want to be divided(HyperFLOW/PHengLEI type, *.fts). // original_grid_file : original grid file that want to be divided(HyperFLOW/PHengLEI type, *.fts).
// partition_grid_file : target partition grid file(HyperFLOW/PHengLEI type, *.fts). // partition_grid_file : target partition grid file(HyperFLOW/PHengLEI type, *.fts).
int pgridtype = 1; int pgridtype = 1;
int maxproc = 4; int maxproc = 4;
string original_grid_file = "./grid/2D_NACA0012_PM_Str.fts"; string original_grid_file = "./grid/2D_NACA0012_PM_Str.fts";
string partition_grid_file = "./grid/2D_NACA0012_PM_Str__4.fts"; string partition_grid_file = "./grid/2D_NACA0012_PM_Str__4.fts";
@ -17,7 +17,7 @@ string partition_grid_file = "./grid/2D_NACA0012_PM_Str__4.fts";
// Number of multi-grid levels, ONLY used for structured grid. // Number of multi-grid levels, ONLY used for structured grid.
// 1 -- single level, 2 -- 2 level, N -- N level, ..., et al. // 1 -- single level, 2 -- 2 level, N -- N level, ..., et al.
int numberOfMultigrid = 1; int numberOfMultigrid = 1;

View File

@ -26,8 +26,8 @@ int from_gtype = 2;
######################################################################### #########################################################################
// from_gfile: path of original data file for unstructure grid convert from. // from_gfile: path of original data file for unstructure grid convert from.
// out_gfile: path of target file for grid convert to, *.fts type of file usually. // out_gfile: path of target file for grid convert to, *.fts type of file usually.
string from_gfile = "./grid/finner.cgns"; string from_gfile = "./grid/finner.cgns";
string out_gfile = "./grid/finner.fts"; string out_gfile = "./grid/finner.fts";

View File

@ -17,7 +17,7 @@ string partition_grid_file = "./grid/finner__16.fts";
// Number of multi-grid levels, ONLY used for structured grid. // Number of multi-grid levels, ONLY used for structured grid.
// 1 -- single level, 2 -- 2 level, N -- N level, ..., et al. // 1 -- single level, 2 -- 2 level, N -- N level, ..., et al.
int numberOfMultigrid = 1; int numberOfMultigrid = 1;