PHengLEI-TestCases/F05_ThreeD_AEDC_OversetConf.../bin/overset_config.hypara

13 lines
662 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

int numberOfGridGroups = 2;
string gridfile = "./grid/Wing__8.fts";
string gridfile1 = "./grid/Missile__8.fts";
int codeOfOversetGrid = 1; // 0: 无重叠 1: 重叠;
int symetryOrNot = 1; // 是否只进行半场计算
int readInAuxiliaryInnerGrid = 1; // 是否需要辅助网格inner
string auxiliaryInnerGrid0 = "./grid/WingIn.fts";
string auxiliaryInnerGrid1 = "./grid/MissileIn.fts";
int twoOrderInterpolationOrNot = 1; // 1-采用二阶插值多一排插值点0-一阶插值
int keyEnlargeOfActiveNodes = 3; // 活跃区域扩展次数
int outTecplotOverset = 1;