这是CFD后处理程序模块

cfdpost的Python项目详细描述


#CFD成本

CFD岗位程序。在

张贴

Frequently used CFD post procedures.

[贴箔纸

post_foil_cfl3d(path, j0, j1, nHi=40, fname=’feature2d.txt’)

Read in CFL3D foil result and extract flow features.
path: folder that contains the output files j0: j index of the lower surface TE j1: j index of the upper surface TE nHi: maximum number of mesh points in k direction for boundary layer fname: output file name. If None, then no output tecplot: if True, then convert cfl3d.prt to surface.dat
Single C-block cfl3d.prt index
i : 1 - 1 symmetry plane j : 1 - nj far field of lower surface TE to far field of upper surface TE k : 1 - nk surface to far field

[功能部件]

feature_xfoil(cst_u, cst_l, t, Minf, Re, AoA, n_crit=0.1, fname=’feature-xfoil.txt’)

Evaluate by xfoil and extract features.
cst-u, cst-l: list of upper/lower CST coefficients of the airfoil. t: airfoil thickness or None Minf: free stream Mach number for wall Mach number calculation Re, AoA (deg): flight condition (s), float or list, for Xfoil n_crit: critical amplification ratio for transition in xfoil fname: output file name. If None, then no output
Dependencies:
cst_modeling pip install cst-modeling3d xfoil pip install xfoil
XFoil:
Re: Reynolds number in case the simulation is for a viscous flow.
In case not informed, the code will assume inviscid.
Minf: Mach number in case the simulation has to take in account compressibility
effects through the Prandtl-Glauert correlation. If not informed, the code will not use the correction. For logical reasons, if Mach is informed, a Reynolds number different from zero must also be informed.

[特色金箔]

Evaluate by TSFOIL2 and extract features.
cst-u, cst-l: list of upper/lower CST coefficients of the airfoil t: airfoil thickness or None Minf, Re, AoA (deg): flight condition (s), float or list fname: output file name. If None, then no output
Dependencies:
cst_modeling pip install cst-modeling3d pyTSFoil pip install pyTSFoil

CFD结果

Read in CFD results.

########cfl3d

Read in CFL3D results.

特征2D

Extract 2D flow features.

特点

Extract flow features of airfoils or wing sections.

####功能X机油

Extract features from Xfoil (low speed) results.

#################

Extract features from pyTSFoil (transonic speed) results.

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么会出现这些错误?表达式的非法开始   使用HttpUrlConnection的java测试URL仅适用于前面的www   在大数据集上使用kmeans的java堆外内存   查找Java RandomAccessFile如何以字符形式读取第n个字节   java Android从BroadcastReceiver获取标题和描述   java使用构造函数参数模拟嵌套类并测试方法   正在将Azure Blob项强制转换为Java文件对象   java并行运行testNG套件   java程序在运行时似乎没有进入   贬低Java规则引擎的优点和缺点   文本区域中的java中心文本   java JPA从多个表中选择错误   类Java问题使用类加载器重新加载代码   java如何在Spring非管理类上使用@Value   java(关闭)Gradle导入VS代码失败   java arraylist拆分(“空白”)并计算字数   Android/Java如何在单独的*中调用函数。java文件?   具有基本身份验证的java Apache Camel RSS模块   java为什么程序在出现溢出或下溢时不抛出异常