diff --git a/E01_ThreeD_Cylinder_LES_Re3900_Struct_120CPU/bin/cfd_para_subsonic.hypara b/E01_ThreeD_Cylinder_LES_Re3900_Struct_120CPU/bin/cfd_para_subsonic.hypara index cbbcd41..0aa6174 100644 --- a/E01_ThreeD_Cylinder_LES_Re3900_Struct_120CPU/bin/cfd_para_subsonic.hypara +++ b/E01_ThreeD_Cylinder_LES_Re3900_Struct_120CPU/bin/cfd_para_subsonic.hypara @@ -185,11 +185,11 @@ int flowInitStep = 0; // IMPORTANT WARNING: The file index should be ignored, // e.g. if the partitioned grid is rae2822_hybrid2d__4_0.fts, // Please use 'rae2822_hybrid2d__4.fts' here! -// PlotFieldType: If dump out the whole field results to tecplot or not, 0 / 1. +// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1. string gridfile = "./grid/cylinder_270w_split120.fts"; int walldistMethod = 0; -int PlotFieldType = 1; +int plotFieldType = 1; // ----------------- Advanced Parameters, DO NOT care it ---------------- // nVisualVariables: Number of variables want to be dumped for tecplot visualization. diff --git a/E02_ThreeD_Cylinder_LES_Re3900_Unstruct_120CPU/bin/cfd_para_subsonic.hypara b/E02_ThreeD_Cylinder_LES_Re3900_Unstruct_120CPU/bin/cfd_para_subsonic.hypara index 55cbcbe..046b9d5 100644 --- a/E02_ThreeD_Cylinder_LES_Re3900_Unstruct_120CPU/bin/cfd_para_subsonic.hypara +++ b/E02_ThreeD_Cylinder_LES_Re3900_Unstruct_120CPU/bin/cfd_para_subsonic.hypara @@ -171,11 +171,11 @@ int flowInitStep = 100; // IMPORTANT WARNING: The file index should be ignored, // e.g. if the partitioned grid is rae2822_hybrid2d__4_0.fts, // Please use 'rae2822_hybrid2d__4.fts' here! -// PlotFieldType: If dump out the whole field results to tecplot or not, 0 / 1. +// plotFieldType: If dump out the whole field results to tecplot or not, 0 / 1. string gridfile = "./grid/cylinder_les_unstr__120.fts"; int walldistMethod = 0; -int PlotFieldType = 1; +int plotFieldType = 1; // ----------------- Advanced Parameters, DO NOT care it ---------------- // nVisualVariables: Number of variables want to be dumped for tecplot visualization. @@ -188,8 +188,8 @@ int PlotFieldType = 1; // Important Warning: Array size of visualVariables MUST be equal to nVisualVariables!!! // Variables order must from small to big. -int nVisualVariables = 8; -int visualVariables[] = [0, 1, 2, 3, 4, 5, 6, 15]; +int nVisualVariables = 10; +int visualVariables[] = [0, 1, 2, 3, 4, 5, 6, 11, 12, 15]; // limitVariables: Limit model (It is useful only if limitVector is 0). // 0 -- limit only for pressure and denstiny, then get the min value.