forked from PHengLEI/PHengLEI-TestCases
42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
string title = "PHengLEI Main Parameter Control File";
|
||
// IMPORTANT NOTICE:DON NOT MODIFY THE FOWLLOWING LINE
|
||
string defaultParaFile = "./bin/cfd_para.hypara";
|
||
// ndim: Dimensional of the grid: 2 or 3.
|
||
// nparafile: the number of the parameter file.
|
||
// nsimutask: simulation task type.
|
||
// 0 -- CFD Solver of NS or Turbulation.
|
||
// 1 -- Grid generation: for special typical cases, such as cylinder, flat plate, etc.
|
||
// Grid conversion: from other format to HyperFLOW format (.fts).
|
||
// Grid reconstruction: such as grid adaptation.
|
||
// Grid merging: merge two blocks into one block.
|
||
// Grid repairing: repair the original grid in order to remove the negative volume cells.
|
||
// 2 -- Wall distance computation for turb-solver.
|
||
// 3 -- Grid partition.
|
||
// 4 -- Knowledge repository / examples of PHengLEI-API.
|
||
int ndim = 2;
|
||
int nparafile = 1;
|
||
int nsimutask = 0;
|
||
string parafilename="./bin/cfd_para_subsonic.hypara";
|
||
//string parafilename = "./bin/cfd_para_transonic.hypara";
|
||
//string parafilename = "./bin/cfd_para_supersonic.hypara";
|
||
//string parafilename = "./bin/cfd_para_hypersonic.hypara";
|
||
//string parafilename = "./bin/incompressible.hypara";
|
||
//int nsimutask = 1;
|
||
//string parafilename = "./bin/grid_para.hypara";
|
||
//int nsimutask = 2;
|
||
//string parafilename = "./bin/cfd_para.hypara";
|
||
//int nsimutask = 3;
|
||
//string parafilename = "./bin/partition.hypara";
|
||
//int nsimutask = 4;
|
||
//string parafilename = "./bin/repository.hypara";
|
||
//int nsimutask = 5;
|
||
//string parafilename = "./bin/overset_grid_view.hypara";
|
||
//int nsimutask = 99;
|
||
//string parafilename = "./bin/post_processing.hypara";
|
||
// ---------------- advanced Parameters, DO NOT care it -----------
|
||
int iovrlap = 0;
|
||
int numberOfGridProcessor = 0;
|
||
// ATP read
|
||
string parafilename1 = "./bin/cfd_para.hypara"
|
||
string parafilename2 = "./bin/cfd_para.hypara";
|