From 6fe10d81a059a4c79fdd3dff617c38df5b604dad Mon Sep 17 00:00:00 2001 From: hechao Date: Sat, 10 Jul 2021 09:18:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3LES=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=B5=81=E5=9C=BA=E5=8F=AF=E8=A7=86=E5=8C=96=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=87=BA=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bin/cfd_para_subsonic.hypara | 4 ++-- .../bin/cfd_para_subsonic.hypara | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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.