This textbook explores both the theoretical foundation of the Finite Volume Method (FVM) and its applications in Computational Fluid Dynamics (CFD). Readers will discover a thorough explanation of the FVM numerics and algorithms used for the simulation of incompressible and compressible fluid flows, along with a detailed examination of the components needed for the development of a collocated unstructured pressure-based CFD solver. Two particular CFD codes are explored. The first is uFVM, a three-dimensional unstructured pressure-based finite volume academic CFD code, implemented within Matlab. The second is OpenFOAM®, an open source framework used in the development of a range of CFD programs for the simulation of industrial scale flow problems. With over 220 figures, numerous examples and more than one hundred exercise on FVM numerics, programming, and applications, this textbook is suitable for use in an introductory course on the FVM, in an advanced course on numerics, and as a reference for CFD programmers and researchers.
2022-01-15 00:34:34 24.74MB matlab openfoam CFD
1
牛顿的分差法。 求解如下公式: Pn(x) = f(x0) + f[x0,x1](x-x0) + f[x0,x1,x2](x-x0)(x-x1) + ... + f[x0,x1 ,..,xn](x-x0)(x-x1)..(xx[n-1]) 在哪里: f[x0,x1] = (f(x1-f(x0))/(x1-x0) f[x0,x1,..,xn] = (f[x1,..,xn]-f[x0,..,x_[n-1]])/(xn-x0)
2022-01-14 16:30:04 2KB matlab
1
国外非常好的转子动力学教程,和国内的教材完全不一样,看后受益颇多。
2022-01-06 09:15:29 5.84MB Analytical Method;Rotor Dynamics;
1
A Logical Approach to Discrete Math a book for programming logics
2022-01-04 16:39:37 20.27MB formal method programming
1
我们在vue开发中用axios进行跨域请求时有时会遇到,同一个接口请求了两次,并且第一次都是options请求,然后才是post/get请求 如下图 options请求 get请求 为什么会出现这种原因呢? 这是因为CORS跨域分为 简单跨域请求和复杂跨域请求; 简单跨域不会发送options请求,复杂跨域会发送一个预检请求options。 1.简单跨域满足的条件 1.请求方式是以下三种之一: HEAD GET POST 2.HTTP的头信息不超出以下几种字段 Accept Accept-Language Content-Language Last-Event-ID Content-
2021-12-30 09:22:10 209KB eth io ios
1
带有可能性分布信息的犹豫模糊语言环境下的TOPSIS方法,吴志彬,陈雪,人们在做决策时需要各种环境下的方法和计算支持。犹豫模糊语言术语集(HFLTS)已经广泛用于处理这样的一种环境,该环境中专家给出其偏�
2021-12-29 14:27:00 190KB 首发论文
1
一,介绍 《统计学习方法》,作者李航,本书全面系统地介绍了统计学习的主要方法,特别是监督学习方法,包括感知机,k近邻法,朴素贝叶斯法,决策树,逻辑斯谛回归除第1章概论和最后一章总结外,每章介绍一种方法。叙述从具体问题或实例入手,由浅进入深层,调整思路,提供必要的数学推导,适当的读者掌握统计学习方法的实质,学会运用。 书籍目录: 第1章统计学习方法概论 第2章感知机 第3章k近邻法 第4章朴素贝叶斯 第5章决策树 第6章逻辑斯谛回归 第7章支持向量机 第8章提升方法 第9章EM算法及其推广 第10章隐马尔可夫模型 第11章条件随机场 第12章统计学习方法总结 二,代码实现 请查看 三,课件PPT 请查看
2021-12-28 21:26:35 15.43MB 系统开源
1
rim日本语 关于 这是日语日语输入的布局。 支持所有3种脚本(汉字,平假名,片假名)中的单词。 正在安装 首先确保您已经安装了梅花。 对于macOS,这将是: cd ~ /Library/Rime wget https://git.io/rime-install 然后使用plum安装gkovacs/rime-japanese : bash rime-install gkovacs/rime-japanese 最后,编辑default.custom.yaml并将japanese添加到架构列表中: patch: schema_list: - schema: japanese 现在重新加载RIME,它应该出现在您的布局下。
2021-12-23 20:11:05 12.15MB input-method japanese rime nihongo
1
Kappa日本五笔方案 English | 基于Wubi86的日语输入方案。 这是Kanji Chokusetsu Nyuryoku Kanji Chokusetsu Nyuryoku的输入方案。 宣言 这个方案的原始作者是,我只是移植到Rime输入平台。 该方案借用的OpenCC一部分方案sgalal制造。 该方案遵循MIT许可证。 使用和注意事项 使用前请阅读 。 将存储库根目录下的文档复制到RIME的用户文件夹中以进行部署。 此方案中使用Opencc转换平假名/片假名。 使用前,请将hirakata.ocd和hira2 kata.json放入opencc文件夹中。 在使用之前,您需要在default.custom.yaml的修补程序项下添加以下内容。 patch : ... " key_binder/bindings " : # - {accept: c
2021-12-23 20:05:51 1.23MB ime input-method japanese rime
1
单纯形法 使用JavaScript解决线性规划问题的单纯形方法
2021-12-22 15:10:28 755KB JavaScript
1