02 2019 档案

摘要:* math 1. Teubner-Taschenbuch der Mathematik * CFD 阅读全文
posted @ 2019-02-28 22:43 kaiming_ai 阅读(152) 评论(0) 推荐(0)
摘要:probe -- provides the field values in a particular location in space To save plotoverline to csv file: highlight =plotoverline=, then =File/save data= 阅读全文
posted @ 2019-02-27 22:37 kaiming_ai 阅读(407) 评论(0) 推荐(0)
摘要:- byzanz- kazam-recordmydesktophttps://www.ubuntupit.com/15-best-linux-screen-recorder-and-how-to-install-those-on-ubuntu/https://fedoraproject.org/wi 阅读全文
posted @ 2019-02-27 22:25 kaiming_ai 阅读(345) 评论(0) 推荐(0)
摘要:博客园已经内置添加了MathJax以支持LaTeX数学公式 For inline formulas, enclose the formula in $...$. $a=b+c$ For displayed formulas, use $$...$$ $$a =b +c$$ Referenceshtt 阅读全文
posted @ 2019-02-27 21:25 kaiming_ai 阅读(339) 评论(0) 推荐(0)
摘要:$a=b+c$ this is a example \(a=\frac{b}{c}\) 阅读全文
posted @ 2019-02-27 21:15 kaiming_ai 阅读(147) 评论(0) 推荐(0)
摘要:Table of Contents 1. Concepts/Glossary 1.1. Turbulent eddy viscosity ,μt 1.2. Turbulent kinetic energy (TKE) 1.3. Kolmogorov length scale, η 1.4. turb 阅读全文
posted @ 2019-02-27 18:21 kaiming_ai 阅读(250) 评论(0) 推荐(0)
摘要:Xi (uppercase Ξ, lowercase ξ; Greek: ξι) is the 14th letter of the Greek alphabet. It is pronounced [ksi] in Modern Greek, and generally /zaɪ/ or /saɪ 阅读全文
posted @ 2019-02-27 16:52 kaiming_ai 阅读(260) 评论(0) 推荐(0)
摘要:** shock wavethickness of shock wave is order of 1e-7 mwhy governed by Euler Equation? P334shock wave: a large amplitude compression wave, such asthat 阅读全文
posted @ 2019-02-27 14:41 kaiming_ai 阅读(339) 评论(0) 推荐(0)
摘要:test test Table of Contents 1. Boundary conditions 1.1. Neumann boudary condition vs Dirichlet BC 1.2. wall 1.3. inlet 1.4. outlet 1.5. symmetry 1.5.1 阅读全文
posted @ 2019-02-24 20:12 kaiming_ai 阅读(330) 评论(0) 推荐(0)
摘要:input : transient.case output: transient_1.case, transient_2.case, transient_3.case ... ************transient.case FORMATtype: ensight goldGEOMETRYmod 阅读全文
posted @ 2019-02-22 15:03 kaiming_ai 阅读(140) 评论(0) 推荐(0)
摘要:This list gives you suggestions helpful in preparing to defend your thesis: I know my thesis thoroughly I have written a one-page summary of each chap 阅读全文
posted @ 2019-02-20 14:48 kaiming_ai 阅读(167) 评论(0) 推荐(0)
摘要:# 'renderView1' is the view name# current camera placement for renderView1renderView1.CameraPosition = [-0.22126314316421933, 0.12646846135388234, 1.0 阅读全文
posted @ 2019-02-19 21:51 kaiming_ai 阅读(286) 评论(0) 推荐(0)
摘要:input: transient.case outputs: transient_1.case, transient_2.case,...transient_101.case ********** n=101; fileinfo=importdata('transient.case',';'); f 阅读全文
posted @ 2019-02-18 23:03 kaiming_ai 阅读(152) 评论(0) 推荐(0)
摘要:for file.txt***********n=10;fileinfo=importdata('file.txt');for i=1:nfilename=sprintf('file_%d.txt',i);filePh = fopen(filename,'w');fprintf(filePh,'%s 阅读全文
posted @ 2019-02-18 20:26 kaiming_ai 阅读(141) 评论(0) 推荐(0)
摘要:Goal: To generate =35= files named 'capitalsquiz1.txt', 'capitalsquiz2.txt'...'capitalsquiz35.txt'**************>>> for quizNum in range(35): quizFile 阅读全文
posted @ 2019-02-18 20:15 kaiming_ai 阅读(166) 评论(0) 推荐(0)
摘要:| \n | 换行 || \t | 制表符 || \ | 转义 || \\ | \ | the '%' operator is used to format a set of variables enclosed in a "tuple" ( a fixed size list)| %s | str 阅读全文
posted @ 2019-02-18 19:46 kaiming_ai 阅读(223) 评论(0) 推荐(0)
摘要:test test Table of Contents 1. Serial UDF on Windows OS 1 Serial UDF on Windows OS Note: Udf has to be compiled, can’t be interpolated Steps: launch F 阅读全文
posted @ 2019-02-18 09:40 kaiming_ai 阅读(344) 评论(0) 推荐(0)
摘要:file types: plaintext files, such as .txt .py Binary files, such as .docx, .pdf, iamges, spreadsheets, and executable programs(.exe) steps to read/wri 阅读全文
posted @ 2019-02-17 22:50 kaiming_ai 阅读(281) 评论(0) 推荐(0)
摘要:To lauch IDLE in the Current Woking Directory >>> usr/bin/idle3 Alt + n # next command Alt+p # previous command >>> import os # os module>>> os.getcwd 阅读全文
posted @ 2019-02-17 11:59 kaiming_ai 阅读(173) 评论(0) 推荐(0)
摘要:1.for loop example 1: sum of 1+2+...+10 ********** >>> sum=0 >>> for x in [1,2,3,4,5,6,7,8,9,10]: sum=sum+x >>> print(sum) ********** example 2: sum o 阅读全文
posted @ 2019-02-17 09:54 kaiming_ai 阅读(1210) 评论(0) 推荐(0)