CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   New book on OpenFOAM has been published (in Chinese) (https://www.cfd-online.com/Forums/openfoam/235150-new-book-openfoam-has-been-published-chinese.html)

huangxianbei April 3, 2021 08:06

New book on OpenFOAM has been published (in Chinese)
 
Hi, foamers:
I'm pleased to announce that my new book 'OpenFOAM: From introduction to mastery' (OpenFOAM从入门到精通)has been published recently by China WaterPower Press (ISBN:9787517094425). The book systematically introduced the basic theories of OpenFOAM, including numerical schemes, discretization, turbulence models, et al. In addition, we give some examples on the implementation of new boundary conditions, turbulence models, applications, et al. I think this book can help foamers, especially those who are new to this software.
As it's my first time trying to write a book, I wrote it in Chinese. If the book performs well, I will write it in English in the future.

Xianbei Huang

huangxianbei April 3, 2021 08:09

Here is the catalog of the book.

第1章 OpenFOAM安装及简要介绍 1
1.1 基于“.deb”文件的安装 2
1.2 基于源文件的安装 2
1.3 OpenFOAM简介 7
第2章 初步认识OpenFOAM 9
2.1 搅拌器内流场模拟 11
2.1.1 算例描述及前处理 11
2.1.2 后处理 26
2.2 子弹周围空化流场模拟 31
2.2.1 算例描述及前处理 31
2.2.2 后处理 43
第3章 OpenFOAM运算、离散及网格划分 50
3.1 OpenFOAM中的张量运算 50
3.1.1 常用张量与运算 52
3.1.2 速度梯度张量的问题 54
3.2 OpenFOAM中的离散 55
3.2.1 计算域的离散 55
3.2.2 方程的空间离散 60
3.2.3 方程的时间离散 77
3.2.4 离散方程的求解 83
3.2.5 离散方程组的分离式解法 100
3.3 OpenFOAM中的网格划分 105
3.3.1 blockMesh 105
3.3.2 外部网格导入 115
第4章 OpenFOAM边界条件及程序解读 118
4.1 OpenFOAM中的边界及边界条件 118
4.1.1 边界类型 118
4.1.2 OpenFOAM中的set及其创建方式 119
4.1.3 创建cyclic及cyclicAMI边界 132
4.1.4 边界条件类型 140
4.2 边界条件程序解读 145
4.2.1 fixedValue边界条件程序解读 145
4.2.2 自定义边界条件实例—创建符合抛物线分布的速度边界 153
4.3 OpenFOAM中的壁面函数 162
4.3.1 壁面函数理论 162
4.3.2 nutWallFunction程序解读 164
4.3.3 νt壁面函数 169
4.3.4 k壁面函数 175
4.3.5 ε壁面函数 176
4.3.6 ω壁面函数 178
4.3.7 自定义壁面函数类型实例—三层壁面函数 178
第5章 OpenFOAM湍流模型 184
5.1 RANS模型 184
5.1.1 turbulenceModel 186
5.1.2 RASModel 192
5.1.3 标准k-ε模型程序解析 199
5.1.4 自定义RANS模型—标准k-ε模型的Kato-Launder修正 210
5.2 LES模型 214
5.2.1 LESModel 215
5.2.2 滤波方式 222
5.2.3 滤波尺度 226
5.2.4 Smagorinsky模型程序解析 229
5.2.5 自定义LES模型—动态
Smagorinsky模型 235
第6章 OpenFOAM中的application 241
6.1 求解器 241
6.1.1 适于不可压流动的simpleFoam程序解读 241
6.1.2 创建旋转槽道流求解器 248
6.2 工具 251
6.2.1 Lambda2程序解读 252
6.2.2 自定义后处理工具—计算亚格子湍动能生成率 254
第7章 其他 257
7.1 代码中函数的调用问题 257
7.1.1 官方网站的C source guide 257
7.1.2 安装本地C source guide 261
7.2 编译及运行常见问题 262
7.2.1 sigFpe 263
7.2.2 初始化顺序问题 263
7.2.3 类型与实际不一致的问题 264
7.2.4 找不到头文件的问题 265
7.3 使用Tecplot进行后处理 267
7.3.1 foamToTecplot360工具的安装 268
7.3.2 foamToTecplot360使用实例 268
参考文献 272
符号表 276
英文字母变量 276
希腊字母变量 279
下标 281
上标 281
缩略词表 282

Roman1 April 5, 2021 02:31

Most experienced users are english speaking. Why chinese first?

huangxianbei April 5, 2021 08:54

Quote:

Originally Posted by Roman1 (Post 800678)
Most experienced users are english speaking. Why chinese first?

To be honest, it's my first time publishing a book. The whole procedure is not so clear to me, especially contacting with foreign publisheres, as I'm Chinese. In addition, it will be easier for me to receive feedbacks for further improvement of the book.

Zeppo April 17, 2021 16:00

There are no many books covering OpenFOAM (only 2 I am aware of). We definetly need more and it would be nice if you finded time, recources to have your book translated into English.

huangxianbei April 17, 2021 23:22

Quote:

Originally Posted by Zeppo (Post 801843)
There are no many books covering OpenFOAM (only 2 I am aware of). We definetly need more and it would be nice if you finded time, recources to have your book translated into English.

Thank you for your interest. I'm considering translating the book in the future.

Jun_93 April 19, 2021 09:05

Glad to know that another book about OpenFOAM is published now. I wonder if there is a PDF version of this book. If so, where can I get it?

wangjie April 2, 2022 03:35

I'm the reader of this book, see the author here. Hey, boss.

EvelynRodriguez April 29, 2022 10:30

hi, yes, the content of the book looks really interesting. I used a translator to translate from Chinese to English. This knowledge will definitely be useful to people who plan to work in this area or develop here. Many Asian writers first write in their native language and then in an international one. For example, when I was interested in the biography of Blaine Harden, I found out that he was originally from North Korea. Impressive, right? I found some of his books and decided to read them. My favorite one for me is "Escape from Camp". I even wrote a review on it https://freebooksummary.com/category...e-from-camp-14, you may read it if this theme is close to you. This is one of those works that have been translated from Korean into English. And just the topic is relevant in the world today.
I think everything should work out for you too, thanks for your work and knowledge. Good luck

FaridElson January 15, 2024 18:16

Amazing book that I might be ordering right now!


All times are GMT -4. The time now is 08:58.