forked from PHengLEI/PHengLEI-TestCases
gmresh网格参数路径更新
This commit is contained in:
parent
edfcc04ada
commit
56832c5e3b
|
@ -172,7 +172,7 @@ int flowInitStep = 2200;
|
|||
// Please use 'rae2822_hybrid2d__4.fts' here!
|
||||
// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1.
|
||||
|
||||
string gridfile = "../grid/NACA0012_unstr.fts";
|
||||
string gridfile = "./grid/NACA0012_unstr.fts";
|
||||
int plotFieldType = 0;
|
||||
|
||||
// ----------------- Advanced Parameters, DO NOT care it ----------------
|
||||
|
|
|
@ -182,7 +182,7 @@ int flowInitStep = 2000;
|
|||
// Please use 'rae2822_hybrid2d__4.fts' here!
|
||||
// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1.
|
||||
|
||||
string gridfile = "../grid/sphere_m10.fts";
|
||||
string gridfile = "./grid/sphere_m10.fts";
|
||||
int plotFieldType = 1;
|
||||
|
||||
// ----------------- Advanced Parameters, DO NOT care it ----------------
|
||||
|
|
Loading…
Reference in New Issue