Input: results from solver output: circumferential averge physical quantities( such as streamwise velocity) How to? 1. draw an structured 2D axial meshin Pointwise a. similar nodes distribution as the mesh in the solver ( normally unstructured) b. e…
Goal: get a averaged axial velocity in a circular loop (dashed line in the following figure) Steps: 1. import data, and select velocity variable 2. sectional slice - slice type: plane - slice origin and normal axis 3. cut a circular using "plot over…
Table of Contents 1. contacts 2. Paper digest 2.1. LES vs. RANS 2.2. Dynamics of Transient Fuel Injection, Mixing, and Auto-Ignition 2.3. rothamer research group, Experimental Studies of Transient Jets 2.4. the transient start of supersonic jets 2.5.…
PMD An extensible cross-language static code analyzer. https://github.com/pmd/pmd 跨语言静态代码分析工具.可以查找通用的编码错误,例如 未使用的变量.空catch块.非必须的对象创建.等等. 另外,它也包括CPD工具, 复制-黏贴-检查工具.可以检查出代码中的重复部分. PMD is a source code analyzer. It finds common programming flaws like unu…
FindBugs FindBugs, a program which uses static analysis to look for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Ma…